@sp-api-sdk/vendor-invoices-api-v1
Advanced tools
Comparing version 1.3.0 to 1.4.0
@@ -5,6 +5,6 @@ { | ||
"description": "The Selling Partner API for Retail Procurement Payments provides programmatic access to vendors payments data.", | ||
"version": "1.3.0", | ||
"main": "dist/index.js", | ||
"module": "dist/index.es.js", | ||
"types": "dist/index.d.ts", | ||
"version": "1.4.0", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/es/index.js", | ||
"types": "dist/types/index.d.ts", | ||
"license": "MIT", | ||
@@ -21,3 +21,5 @@ "publishConfig": { | ||
"scripts": { | ||
"build": "rollup -c", | ||
"build:cjs": "tsc -p tsconfig.json", | ||
"build:es": "tsc -p tsconfig.es.json", | ||
"build": "yarn build:cjs && yarn build:es", | ||
"clean": "rimraf dist", | ||
@@ -28,13 +30,10 @@ "test": "NODE_ENV='test' yarn jest" | ||
"@aws-sdk/client-sts": "^3.16.0", | ||
"@sp-api-sdk/auth": "^0.3.1", | ||
"@sp-api-sdk/common": "^0.5.0", | ||
"@sp-api-sdk/auth": "^0.3.2", | ||
"@sp-api-sdk/common": "^0.6.0", | ||
"axios": "^0.21.1" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-json": "^4.1.0", | ||
"@types/jest": "^26.0.23", | ||
"jest": "^26.6.3", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.50.1", | ||
"rollup-plugin-typescript2": "^0.30.0", | ||
"ts-jest": "^26.5.6" | ||
@@ -60,3 +59,3 @@ }, | ||
], | ||
"gitHead": "24e0d0a7e7795b2ed72a7ed7163e52e469630f08" | ||
"gitHead": "e0159dfc0d374e22bfba9dcf99135e0ee56d314b" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
516638
4
85
2847
100
2
6
2
17
1
+ Added@sp-api-sdk/auth@0.4.0(transitive)
+ Added@sp-api-sdk/common@0.6.3(transitive)
+ Addedtype-fest@1.4.0(transitive)
- Removed@sp-api-sdk/common@0.5.0(transitive)
Updated@sp-api-sdk/auth@^0.3.2
Updated@sp-api-sdk/common@^0.6.0