gn-api-sdk-node
Advanced tools
Comparing version 0.0.19 to 0.0.20
@@ -0,1 +1,6 @@ | ||
# 0.0.20 | ||
- Added: new endpoint (update plan) | ||
- Added: new endpoint (create subscription history) | ||
# 0.0.19 | ||
@@ -2,0 +7,0 @@ - Added: new endpoint (update charge link) |
{ | ||
"dependencies": { | ||
"gn-api-sdk-node": "git+ssh://git@github.com:gerencianet/gn-api-sdk-node.git", | ||
"moment": "~2.8.4" | ||
"moment": "~2.11.2" | ||
} | ||
} |
@@ -132,4 +132,12 @@ 'use strict'; | ||
method: 'put' | ||
}, | ||
updatePlan: { | ||
route: '/plan/:id', | ||
method: 'put' | ||
}, | ||
createSubscriptionHistory: { | ||
route: '/subscription/:id/history', | ||
method: 'post' | ||
} | ||
} | ||
}; |
{ | ||
"name": "gn-api-sdk-node", | ||
"description": "Module for integration with Gerencianet API", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"author": "Francisco Carvalho <f.thiene@gmail.com>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -63,3 +63,3 @@ # gn-api-sdk-node | ||
gerencianet | ||
.createCharge(chargeInput) | ||
.createCharge({}, chargeInput) | ||
.then(console.log) | ||
@@ -66,0 +66,0 @@ .catch(console.log) |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
46577
51
1469
1