Comparing version 0.9.1 to 0.10.0
@@ -26,2 +26,4 @@ "use strict"; | ||
var _taxComplianceStatus = _interopRequireDefault(require("./taxComplianceStatus")); | ||
var _taxReturns = _interopRequireDefault(require("./taxReturns")); | ||
@@ -89,2 +91,3 @@ | ||
this.taxReturns = new _taxReturns["default"](this.session); | ||
this.taxComplianceStatus = new _taxComplianceStatus["default"](this.session); | ||
this.taxStatus = new _taxStatus["default"](this.session); | ||
@@ -95,3 +98,3 @@ this.statements = new _statements["default"](this.session); | ||
case 17: | ||
case 18: | ||
case "end": | ||
@@ -98,0 +101,0 @@ return _context.stop(); |
{ | ||
"name": "belvo", | ||
"version": "0.9.1", | ||
"version": "0.10.0", | ||
"description": "The node.js module for the Belvo API", | ||
@@ -5,0 +5,0 @@ "main": "lib/belvo.js", |
@@ -12,3 +12,3 @@ <h1 align="center">Belvo Js</h1> | ||
If you want to check the full documentation about Belvo API: https://docs.belvo.co | ||
If you want to check the full documentation about Belvo API: https://docs.belvo.com | ||
@@ -34,3 +34,3 @@ Or if you want to more information about: | ||
'YOUR-SECRET', | ||
'https://sandbox.belvo.co' | ||
'https://sandbox.belvo.com' | ||
); | ||
@@ -57,3 +57,3 @@ | ||
'YOUR-SECRET', | ||
'https://sandbox.belvo.co' | ||
'https://sandbox.belvo.com' | ||
); | ||
@@ -60,0 +60,0 @@ |
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
133289
21
2198