@commercetools-frontend/sdk 24.13.0 → 25.0.0
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.
|
@@ -291,7 +291,7 @@ const mapDispatchToProps = dispatch => ({
|
|
|
291
291
|
var SdkGet$1 = reactRedux.connect(null, mapDispatchToProps)(SdkGet);
|
|
292
292
|
|
|
293
293
|
// NOTE: This string will be replaced on build time with the package version.
|
|
294
|
-
var version = "
|
|
294
|
+
var version = "25.0.0";
|
|
295
295
|
|
|
296
296
|
/* eslint-disable no-console */
|
|
297
297
|
|
|
@@ -291,7 +291,7 @@ const mapDispatchToProps = dispatch => ({
|
|
|
291
291
|
var SdkGet$1 = reactRedux.connect(null, mapDispatchToProps)(SdkGet);
|
|
292
292
|
|
|
293
293
|
// NOTE: This string will be replaced on build time with the package version.
|
|
294
|
-
var version = "
|
|
294
|
+
var version = "25.0.0";
|
|
295
295
|
|
|
296
296
|
const mcHostnameRegex = /^mc(-(\d){4,})?\.(.*)$/;
|
|
297
297
|
const mcPreviewHostnameRegex = /^.*\.mc-preview\.(.*)$/;
|
|
@@ -268,7 +268,7 @@ const mapDispatchToProps = dispatch => ({
|
|
|
268
268
|
var SdkGet$1 = connect(null, mapDispatchToProps)(SdkGet);
|
|
269
269
|
|
|
270
270
|
// NOTE: This string will be replaced on build time with the package version.
|
|
271
|
-
var version = "
|
|
271
|
+
var version = "25.0.0";
|
|
272
272
|
|
|
273
273
|
/* eslint-disable no-console */
|
|
274
274
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/sdk",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "25.0.0",
|
|
4
4
|
"description": "Tools for declarative fetching",
|
|
5
5
|
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
6
6
|
"repository": {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@babel/runtime": "^7.22.15",
|
|
39
39
|
"@babel/runtime-corejs3": "^7.22.15",
|
|
40
|
-
"@commercetools-frontend/constants": "
|
|
40
|
+
"@commercetools-frontend/constants": "25.0.0",
|
|
41
41
|
"@commercetools/api-request-builder": "6.0.0",
|
|
42
42
|
"@commercetools/http-user-agent": "3.0.0",
|
|
43
43
|
"@commercetools/sdk-client": "3.0.0",
|
|
@@ -46,7 +46,6 @@
|
|
|
46
46
|
"@types/node-fetch": "2.6.13",
|
|
47
47
|
"@types/prop-types": "^15.7.5",
|
|
48
48
|
"@types/react": "^19.0.3",
|
|
49
|
-
"@types/react-redux": "^7.1.26",
|
|
50
49
|
"buffer": "6.0.3",
|
|
51
50
|
"fast-equals": "2.0.4",
|
|
52
51
|
"omit-empty-es": "1.2.0",
|