@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.
Files changed (29) hide show
  1. package/LICENSE +1 -1
  2. package/dist/es-modules/core/concurrency-queue.js +3 -3
  3. package/dist/es-modules/entity.js +5 -5
  4. package/dist/es-modules/marketplace/app/hosting/deployment.js +5 -5
  5. package/dist/es-modules/marketplace/app/hosting/index.js +6 -6
  6. package/dist/es-modules/marketplace/app/index.js +6 -6
  7. package/dist/es-modules/marketplace/app/oauth/index.js +3 -3
  8. package/dist/es-modules/marketplace/apprequest/index.js +3 -3
  9. package/dist/es-modules/marketplace/authorization/index.js +3 -3
  10. package/dist/es-modules/marketplace/index.js +1 -1
  11. package/dist/es-modules/marketplace/installation/index.js +9 -9
  12. package/dist/es-modules/marketplace/installation/webhooks/index.js +3 -3
  13. package/dist/es5/contentstack.js +3 -3
  14. package/dist/es5/core/concurrency-queue.js +3 -3
  15. package/dist/es5/entity.js +5 -5
  16. package/dist/es5/marketplace/app/hosting/deployment.js +5 -5
  17. package/dist/es5/marketplace/app/hosting/index.js +6 -6
  18. package/dist/es5/marketplace/app/index.js +6 -6
  19. package/dist/es5/marketplace/app/oauth/index.js +3 -3
  20. package/dist/es5/marketplace/apprequest/index.js +3 -3
  21. package/dist/es5/marketplace/authorization/index.js +3 -3
  22. package/dist/es5/marketplace/index.js +1 -1
  23. package/dist/es5/marketplace/installation/index.js +9 -9
  24. package/dist/es5/marketplace/installation/webhooks/index.js +3 -3
  25. package/dist/nativescript/contentstack-marketplace.js +1 -1
  26. package/dist/node/contentstack-marketplace.js +1 -1
  27. package/dist/react-native/contentstack-marketplace.js +1 -1
  28. package/dist/web/contentstack-marketplace.js +1 -1
  29. 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.4",
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.17.10",
51
- "@babel/core": "^7.18.2",
52
- "@babel/plugin-transform-runtime": "^7.18.2",
53
- "@babel/preset-env": "^7.18.2",
54
- "@babel/register": "^7.17.7",
55
- "@babel/runtime": "^7.18.3",
56
- "@types/jest": "^28.1.0",
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.21.1",
59
- "babel-loader": "^8.2.5",
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.3.6",
64
+ "chai": "^4.5.0",
65
65
  "clean-webpack-plugin": "^4.0.0",
66
- "docdash": "^2.0.1",
66
+ "docdash": "^2.0.2",
67
67
  "dotenv": "^8.6.0",
68
- "eslint": "^8.16.0",
68
+ "eslint": "^8.57.1",
69
69
  "eslint-config-standard": "^13.0.1",
70
- "eslint-plugin-import": "^2.26.0",
71
- "eslint-plugin-node": "^9.1.0",
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.0",
75
- "jsdoc": "^4.0.2",
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.3.2",
83
+ "sinon": "^7.5.0",
84
84
  "string-replace-loader": "^3.1.0",
85
- "ts-jest": "^28.0.3",
86
- "typescript": "^4.7.2",
87
- "webpack": "^5.72.1",
88
- "webpack-cli": "^4.9.2",
89
- "webpack-merge": "4.1.0"
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.4"
92
+ "axios": "^1.7.9"
93
93
  }
94
94
  }