@scaleleap/amazon-mws-api-sdk
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -6,2 +6,9 @@ # Changelog | ||
## [1.4.2](https://github.com/ScaleLeap/amazon-mws-api-sdk/compare/v1.4.1...v1.4.2) (2020-07-16) | ||
### Bug Fixes | ||
* npm audit ([2847e2c](https://github.com/ScaleLeap/amazon-mws-api-sdk/commit/2847e2c3dc8f86fbdce05d6e7565de7e068f756c)) | ||
## [1.4.1](https://github.com/ScaleLeap/amazon-mws-api-sdk/compare/v1.4.0...v1.4.1) (2020-07-15) | ||
@@ -8,0 +15,0 @@ |
@@ -22,3 +22,3 @@ { | ||
"homepage": "https://github.com/ScaleLeap/amazon-mws-api-sdk/#readme", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"main": "lib/index.js", | ||
@@ -29,6 +29,7 @@ "files": [ | ||
"scripts": { | ||
"preapi-extractor": "npm run build", | ||
"api-extractor": "api-extractor run --local --verbose", | ||
"prebuild": "npm run clean", | ||
"build": "tsc --build tsconfig.build.json", | ||
"clean": "rimraf lib", | ||
"clean": "rimraf lib/* dist/*", | ||
"dev": "ts-node-dev --respawn --transpileOnly src", | ||
@@ -55,3 +56,3 @@ "lint": "eslint --ext ts,js src/ test/", | ||
"@scaleleap/jest-polly": "1.5.2", | ||
"@scaleleap/utils": "1.7.4", | ||
"@scaleleap/utils": "1.7.6", | ||
"@types/is-ci": "2.0.0", | ||
@@ -58,0 +59,0 @@ "@types/jest": "26.0.3", |
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
713342