gocardless-nodejs
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -5,4 +5,4 @@ declare enum Environments { | ||
} | ||
declare const CLIENT_VERSION = "3.2.0"; | ||
declare const CLIENT_VERSION = "3.2.1"; | ||
declare const API_VERSION = "2015-07-06"; | ||
export { Environments, CLIENT_VERSION, API_VERSION }; |
@@ -10,3 +10,3 @@ 'use strict'; | ||
exports.Environments = Environments; | ||
const CLIENT_VERSION = '3.2.0'; | ||
const CLIENT_VERSION = '3.2.1'; | ||
exports.CLIENT_VERSION = CLIENT_VERSION; | ||
@@ -13,0 +13,0 @@ const API_VERSION = '2015-07-06'; |
{ | ||
"name": "gocardless-nodejs", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "Node.js client for the GoCardless API - a powerful, simple solution for the collection of recurring bank-to-bank payments", | ||
@@ -26,3 +26,3 @@ "author": "GoCardless Ltd <client-libraries@gocardless.com>", | ||
"dependencies": { | ||
"got": "^10.2.2", | ||
"got": "^11.8.5", | ||
"lodash": "^4.17.15", | ||
@@ -29,0 +29,0 @@ "uuid": "^7.0.2", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
+ Added@sindresorhus/is@4.6.0(transitive)
+ Addedcacheable-lookup@5.0.4(transitive)
+ Addeddecompress-response@6.0.0(transitive)
+ Addedgot@11.8.6(transitive)
+ Addedhttp2-wrapper@1.0.3(transitive)
+ Addedmimic-response@3.1.0(transitive)
+ Addedquick-lru@5.1.1(transitive)
+ Addedresolve-alpn@1.2.1(transitive)
- Removed@sindresorhus/is@2.1.1(transitive)
- Removedcacheable-lookup@2.0.1(transitive)
- Removeddecompress-response@5.0.0(transitive)
- Removedduplexer3@0.1.5(transitive)
- Removedgot@10.7.0(transitive)
- Removedmimic-response@2.1.0(transitive)
- Removedp-event@4.2.0(transitive)
- Removedp-finally@1.0.0(transitive)
- Removedp-timeout@3.2.0(transitive)
- Removedto-readable-stream@2.1.0(transitive)
- Removedtype-fest@0.10.0(transitive)
Updatedgot@^11.8.5