@sp-api-sdk/fulfillment-inbound-api-2024-03-20
Advanced tools
Comparing version 1.2.2 to 1.3.0
@@ -18,2 +18,3 @@ "use strict"; | ||
__exportStar(require("./src/client"), exports); | ||
__exportStar(require("./src/api-model/api"), exports); | ||
__exportStar(require("./src/api-model/models"), exports); |
export * from './src/client'; | ||
export * from './src/api-model/api'; | ||
export * from './src/api-model/models'; |
export * from './src/client'; | ||
export * from './src/api-model/api'; | ||
export * from './src/api-model/models'; |
@@ -5,3 +5,3 @@ { | ||
"description": "The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon's fulfillment network. The API has interoperability with the Send-to-Amazon user interface.", | ||
"version": "1.2.2", | ||
"version": "1.3.0", | ||
"main": "dist/cjs/index.js", | ||
@@ -22,4 +22,4 @@ "module": "dist/es/index.js", | ||
"dependencies": { | ||
"@sp-api-sdk/common": "2.0.11", | ||
"axios": "^1.7.2" | ||
"@sp-api-sdk/common": "2.0.12", | ||
"axios": "^1.7.4" | ||
}, | ||
@@ -45,3 +45,3 @@ "repository": { | ||
], | ||
"gitHead": "6f3dfd53cad528b970ec29dfd12b0105b351464b" | ||
"gitHead": "bfd73ff78b2b8e141419439963c93e61224edae5" | ||
} |
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
1310346
20052
+ Added@sp-api-sdk/auth@2.0.11(transitive)
+ Added@sp-api-sdk/common@2.0.12(transitive)
- Removed@sp-api-sdk/auth@2.0.10(transitive)
- Removed@sp-api-sdk/common@2.0.11(transitive)
Updated@sp-api-sdk/common@2.0.12
Updatedaxios@^1.7.4