@sp-api-sdk/shipping-api-v1 3.1.5 → 3.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@sp-api-sdk/shipping-api-v1",
3
3
  "author": "Bertrand Marron <bertrand@bizon.solutions>",
4
4
  "description": "Provides programmatic access to Amazon Shipping APIs. Note: If you are new to the Amazon Shipping API, refer to the latest version of Amazon Shipping API (v2) on the Amazon Shipping Developer Documentation site.",
5
- "version": "3.1.5",
5
+ "version": "3.1.7",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/es/index.js",
8
8
  "types": "dist/types/index.d.ts",
@@ -18,7 +18,7 @@
18
18
  "dist/**/*.d.ts"
19
19
  ],
20
20
  "dependencies": {
21
- "@sp-api-sdk/common": "2.1.16",
21
+ "@sp-api-sdk/common": "2.1.18",
22
22
  "axios": "^1.11.0"
23
23
  },
24
24
  "repository": {
@@ -61,5 +61,5 @@
61
61
  "printWidth": 100,
62
62
  "jsxSingleQuote": true
63
63
  },
64
- "gitHead": "fc1b46f3bc172469e2fbbc2e0155f6fa7ce3edde"
64
+ "gitHead": "4c9d1270205ee00090d635b31eeabb323860546d"
65
65
  }