@banked/node
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -5,2 +5,6 @@ # Changelog | ||
### [0.0.12](https://github.com/banked/banked-node/compare/v0.0.11...v0.0.12) (2020-03-18) | ||
### [0.0.11](https://github.com/banked/banked-node/compare/v0.0.10...v0.0.11) (2020-03-18) | ||
@@ -7,0 +11,0 @@ |
@@ -17,3 +17,3 @@ "use strict"; | ||
baseURL: "https://banked.me/api/v2", | ||
timeout: 1000 | ||
timeout: 3000 | ||
}); | ||
@@ -20,0 +20,0 @@ instance.interceptors.request.use(config => { |
{ | ||
"name": "@banked/node", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Node.js library for the Banked API", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -8,3 +8,3 @@ import axios from "axios"; | ||
baseURL: "https://banked.me/api/v2", | ||
timeout: 1000 | ||
timeout: 3000 | ||
}); | ||
@@ -11,0 +11,0 @@ instance.interceptors.request.use(config => { |
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
22679