@contentstack/marketplace-sdk 1.2.4 → 1.2.5
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/LICENSE +1 -1
- package/dist/es-modules/core/concurrency-queue.js +3 -3
- package/dist/es-modules/entity.js +5 -5
- package/dist/es-modules/marketplace/app/hosting/deployment.js +5 -5
- package/dist/es-modules/marketplace/app/hosting/index.js +6 -6
- package/dist/es-modules/marketplace/app/index.js +6 -6
- package/dist/es-modules/marketplace/app/oauth/index.js +3 -3
- package/dist/es-modules/marketplace/apprequest/index.js +3 -3
- package/dist/es-modules/marketplace/authorization/index.js +3 -3
- package/dist/es-modules/marketplace/index.js +1 -1
- package/dist/es-modules/marketplace/installation/index.js +9 -9
- package/dist/es-modules/marketplace/installation/webhooks/index.js +3 -3
- package/dist/es5/contentstack.js +3 -3
- package/dist/es5/core/concurrency-queue.js +3 -3
- package/dist/es5/entity.js +5 -5
- package/dist/es5/marketplace/app/hosting/deployment.js +5 -5
- package/dist/es5/marketplace/app/hosting/index.js +6 -6
- package/dist/es5/marketplace/app/index.js +6 -6
- package/dist/es5/marketplace/app/oauth/index.js +3 -3
- package/dist/es5/marketplace/apprequest/index.js +3 -3
- package/dist/es5/marketplace/authorization/index.js +3 -3
- package/dist/es5/marketplace/index.js +1 -1
- package/dist/es5/marketplace/installation/index.js +9 -9
- package/dist/es5/marketplace/installation/webhooks/index.js +3 -3
- package/dist/nativescript/contentstack-marketplace.js +1 -1
- package/dist/node/contentstack-marketplace.js +1 -1
- package/dist/react-native/contentstack-marketplace.js +1 -1
- package/dist/web/contentstack-marketplace.js +1 -1
- package/package.json +24 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentstack/marketplace-sdk",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.5",
|
|
4
4
|
"description": "The Contentstack Marketplace SDK is used to manage the content of your Contentstack marketplace apps",
|
|
5
5
|
"main": "./dist/node/contentstack-marketplace.js",
|
|
6
6
|
"browser": "./dist/web/contentstack-marketplace.js",
|
|
@@ -47,32 +47,32 @@
|
|
|
47
47
|
"license": "MIT",
|
|
48
48
|
"homepage": "https://www.contentstack.com",
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@babel/cli": "^7.
|
|
51
|
-
"@babel/core": "^7.
|
|
52
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
53
|
-
"@babel/preset-env": "^7.
|
|
54
|
-
"@babel/register": "^7.
|
|
55
|
-
"@babel/runtime": "^7.
|
|
56
|
-
"@types/jest": "^28.1.
|
|
50
|
+
"@babel/cli": "^7.26.4",
|
|
51
|
+
"@babel/core": "^7.26.0",
|
|
52
|
+
"@babel/plugin-transform-runtime": "^7.25.9",
|
|
53
|
+
"@babel/preset-env": "^7.26.0",
|
|
54
|
+
"@babel/register": "^7.25.9",
|
|
55
|
+
"@babel/runtime": "^7.26.0",
|
|
56
|
+
"@types/jest": "^28.1.8",
|
|
57
57
|
"@types/mocha": "^7.0.2",
|
|
58
|
-
"axios-mock-adapter": "^1.
|
|
59
|
-
"babel-loader": "^8.
|
|
58
|
+
"axios-mock-adapter": "^1.22.0",
|
|
59
|
+
"babel-loader": "^8.4.1",
|
|
60
60
|
"babel-plugin-add-module-exports": "^1.0.4",
|
|
61
61
|
"babel-plugin-rewire": "^1.2.0",
|
|
62
62
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
|
|
63
63
|
"babel-polyfill": "^6.26.0",
|
|
64
|
-
"chai": "^4.
|
|
64
|
+
"chai": "^4.5.0",
|
|
65
65
|
"clean-webpack-plugin": "^4.0.0",
|
|
66
|
-
"docdash": "^2.0.
|
|
66
|
+
"docdash": "^2.0.2",
|
|
67
67
|
"dotenv": "^8.6.0",
|
|
68
|
-
"eslint": "^8.
|
|
68
|
+
"eslint": "^8.57.1",
|
|
69
69
|
"eslint-config-standard": "^13.0.1",
|
|
70
|
-
"eslint-plugin-import": "^2.
|
|
71
|
-
"eslint-plugin-node": "^9.
|
|
70
|
+
"eslint-plugin-import": "^2.31.0",
|
|
71
|
+
"eslint-plugin-node": "^9.2.0",
|
|
72
72
|
"eslint-plugin-promise": "^4.3.1",
|
|
73
73
|
"eslint-plugin-standard": "^4.1.0",
|
|
74
|
-
"jest": "^28.1.
|
|
75
|
-
"jsdoc": "^4.0.
|
|
74
|
+
"jest": "^28.1.3",
|
|
75
|
+
"jsdoc": "^4.0.4",
|
|
76
76
|
"mocha": "^9.2.2",
|
|
77
77
|
"mochawesome": "^7.1.3",
|
|
78
78
|
"multiparty": "^4.2.3",
|
|
@@ -80,15 +80,15 @@
|
|
|
80
80
|
"nyc": "^15.1.0",
|
|
81
81
|
"os-browserify": "^0.3.0",
|
|
82
82
|
"rimraf": "^2.7.1",
|
|
83
|
-
"sinon": "^7.
|
|
83
|
+
"sinon": "^7.5.0",
|
|
84
84
|
"string-replace-loader": "^3.1.0",
|
|
85
|
-
"ts-jest": "^28.0.
|
|
86
|
-
"typescript": "^4.
|
|
87
|
-
"webpack": "^5.
|
|
88
|
-
"webpack-cli": "^4.
|
|
89
|
-
"webpack-merge": "4.
|
|
85
|
+
"ts-jest": "^28.0.8",
|
|
86
|
+
"typescript": "^4.9.5",
|
|
87
|
+
"webpack": "^5.97.1",
|
|
88
|
+
"webpack-cli": "^4.10.0",
|
|
89
|
+
"webpack-merge": "4.2.2"
|
|
90
90
|
},
|
|
91
91
|
"dependencies": {
|
|
92
|
-
"axios": "^1.7.
|
|
92
|
+
"axios": "^1.7.9"
|
|
93
93
|
}
|
|
94
94
|
}
|