@sp-api-sdk/aplus-content-api-2020-11-01 4.0.0 → 4.1.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.
- package/README.md +3 -4
- package/dist/index.cjs +1143 -1052
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1025 -1601
- package/dist/index.d.ts +1025 -1601
- package/dist/index.js +1110 -1006
- package/dist/index.js.map +1 -1
- package/package.json +14 -6
package/package.json
CHANGED
|
@@ -2,9 +2,12 @@
|
|
|
2
2
|
"name": "@sp-api-sdk/aplus-content-api-2020-11-01",
|
|
3
3
|
"author": "Bertrand Marron <bertrand@bizon.solutions>",
|
|
4
4
|
"description": "Use the A+ Content API to build applications that help selling partners add rich marketing content to their Amazon product detail pages. Selling partners can use A+ content to share their brand and product story, which helps buyers make informed purchasing decisions. Selling partners use content modules to add images and text.",
|
|
5
|
-
"version": "4.
|
|
5
|
+
"version": "4.1.1",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "module",
|
|
8
|
+
"engines": {
|
|
9
|
+
"node": ">=20"
|
|
10
|
+
},
|
|
8
11
|
"sideEffects": false,
|
|
9
12
|
"source": "./src/index.ts",
|
|
10
13
|
"main": "./dist/index.cjs",
|
|
@@ -29,8 +32,8 @@
|
|
|
29
32
|
"dist"
|
|
30
33
|
],
|
|
31
34
|
"dependencies": {
|
|
32
|
-
"@sp-api-sdk/common": "
|
|
33
|
-
"axios": "^1.
|
|
35
|
+
"@sp-api-sdk/common": "4.0.1",
|
|
36
|
+
"axios": "^1.18.1"
|
|
34
37
|
},
|
|
35
38
|
"repository": {
|
|
36
39
|
"type": "git",
|
|
@@ -43,13 +46,18 @@
|
|
|
43
46
|
"homepage": "https://github.com/bizon/selling-partner-api-sdk/tree/master/clients/aplus-content-api-2020-11-01",
|
|
44
47
|
"keywords": [
|
|
45
48
|
"amazon",
|
|
49
|
+
"amazon-sp-api",
|
|
46
50
|
"bizon",
|
|
47
|
-
"
|
|
48
|
-
"
|
|
51
|
+
"esm",
|
|
52
|
+
"nodejs",
|
|
53
|
+
"sdk",
|
|
49
54
|
"selling partner api",
|
|
55
|
+
"selling-partner-api",
|
|
50
56
|
"sp api",
|
|
51
57
|
"sp sdk",
|
|
58
|
+
"sp-api",
|
|
59
|
+
"typescript",
|
|
52
60
|
"aplus content api"
|
|
53
61
|
],
|
|
54
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "ba6f2c01e5f1e877c8f7bbdbe346d0157e2ca9a7"
|
|
55
63
|
}
|