We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f60e226 commit 99475b3Copy full SHA for 99475b3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cybersource-rest-client",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"description": "Node.js SDK for the CyberSource REST API",
5
"license": "CyberSource",
6
"main": "src/index.js",
@@ -12,7 +12,7 @@
12
},
13
"dependencies": {
14
"superagent": "3.8.3",
15
- "cybersource-rest-auth": "0.0.1"
+ "cybersource-rest-auth": "0.0.2"
16
17
"devDependencies": {
18
"mocha": "~5.2.0",
0 commit comments