@contentstack/marketplace-sdk 1.2.2 → 1.2.3
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentstack/marketplace-sdk",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.3",
|
|
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",
|
|
@@ -89,6 +89,6 @@
|
|
|
89
89
|
"webpack-merge": "4.1.0"
|
|
90
90
|
},
|
|
91
91
|
"dependencies": {
|
|
92
|
-
"axios": "^1.7.
|
|
92
|
+
"axios": "^1.7.4"
|
|
93
93
|
}
|
|
94
94
|
}
|