@sp-api-sdk/uploads-api-2020-11-01 2.0.0 → 2.0.1

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 +4 -4
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@sp-api-sdk/uploads-api-2020-11-01",
3
3
  "author": "Vincent Mesquita <vincent.mesquita@bizon.solutions>",
4
4
  "description": "The Uploads API lets you upload files that you can programmatically access using other Selling Partner APIs, such as the A+ Content API and the Messaging API.",
5
- "version": "2.0.0",
5
+ "version": "2.0.1",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/es/index.js",
8
8
  "types": "dist/types/index.d.ts",
@@ -18,8 +18,8 @@
18
18
  "dist/**/*.d.ts"
19
19
  ],
20
20
  "dependencies": {
21
- "@sp-api-sdk/common": "2.0.0",
22
- "axios": "^1.5.1"
21
+ "@sp-api-sdk/common": "2.0.1",
22
+ "axios": "^1.6.0"
23
23
  },
24
24
  "repository": {
25
25
  "type": "git",
@@ -40,5 +40,5 @@
40
40
  "sp sdk",
41
41
  "uploads api"
42
42
  ],
43
- "gitHead": "a278405620f714b7bf6c42692d265f76d952bd49"
43
+ "gitHead": "9bb159a54b588ec3184def8b5f2ae9b91cdfbcf5"
44
44
  }