@pandaenvia/nodejs-sdk
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -0,1 +1,7 @@ | ||
#### 1.1.3 (2022-09-15) | ||
##### Other Changes | ||
* **entry point:** replace to correct entry point (b5d93113) | ||
#### 1.1.2 (2022-09-15) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "@pandaenvia/nodejs-sdk", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Pandaenvia API wrapper", | ||
"main": "build/compiled/index.js", | ||
"main": "build/compiled/lockstep-api.js", | ||
"author": "Rodrigo Maldonado <elaineeeit@gmail.com>>", | ||
@@ -46,3 +46,6 @@ "license": "MIT", | ||
"urijs": "^1.19.11" | ||
} | ||
}, | ||
"files": [ | ||
"build" | ||
] | ||
} |
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
3231