-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #185 from gocardless/template-changes
Changes generated by bb1f4e40bb6cc691c72632f0a9aae6ddd655b23f
- Loading branch information
Showing
8 changed files
with
289 additions
and
258 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "gocardless-nodejs", | ||
"version": "3.23.0", | ||
"version": "3.24.0", | ||
"description": "Node.js client for the GoCardless API - a powerful, simple solution for the collection of recurring bank-to-bank payments", | ||
"author": "GoCardless Ltd <[email protected]>", | ||
"repository": { | ||
|
@@ -25,21 +25,23 @@ | |
"dependencies": { | ||
"got": "^11.8.5", | ||
"lodash": "^4.17.15", | ||
"qs": "^6.9.1", | ||
"uuid": "^7.0.2" | ||
"uuid": "^7.0.2", | ||
"crypto-js": "3.2.1", | ||
"buffer-equal-constant-time": "1.0.1", | ||
"qs": "^6.9.1" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^13.9.0", | ||
"@types/jest": "^25.1.4", | ||
"@types/nock": "^11.1.0", | ||
"@types/node": "^13.9.0", | ||
"jest": "^25.1.0", | ||
"nock": "^13.0.11", | ||
"ts-jest": "25.2.1", | ||
"nock": "^13.0.11", | ||
"typescript": "^4.2.4" | ||
}, | ||
"main": "index.js", | ||
"types": "types/Types.d.ts", | ||
"engines": { | ||
"node": ">=18.0" | ||
"node": ">=10.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters