@sp-api-sdk/notifications-api-v1
Advanced tools
Comparing version 2.3.3 to 2.4.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 Notifications lets you subscribe to notifications that are relevant to a selling partner's business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, refer to the Notifications Use Case Guide.", | ||
"version": "2.3.3", | ||
"version": "2.4.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" | ||
} |
297163
4650
+ 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