@commercetools-frontend/application-config 22.41.0 → 22.42.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.
|
@@ -128,7 +128,7 @@ let MissingOrInvalidConfigError = /*#__PURE__*/function (_Error) {
|
|
|
128
128
|
return _this;
|
|
129
129
|
}
|
|
130
130
|
return _createClass(MissingOrInvalidConfigError);
|
|
131
|
-
}(
|
|
131
|
+
}(/*#__PURE__*/_wrapNativeSuper(Error));
|
|
132
132
|
|
|
133
133
|
// See the following issues for more context, contributing to failing Jest tests:
|
|
134
134
|
// - Issue: https://github.com/nodejs/node/issues/40058
|
|
@@ -128,7 +128,7 @@ let MissingOrInvalidConfigError = /*#__PURE__*/function (_Error) {
|
|
|
128
128
|
return _this;
|
|
129
129
|
}
|
|
130
130
|
return _createClass(MissingOrInvalidConfigError);
|
|
131
|
-
}(
|
|
131
|
+
}(/*#__PURE__*/_wrapNativeSuper(Error));
|
|
132
132
|
|
|
133
133
|
// See the following issues for more context, contributing to failing Jest tests:
|
|
134
134
|
// - Issue: https://github.com/nodejs/node/issues/40058
|
|
@@ -94,7 +94,7 @@ let MissingOrInvalidConfigError = /*#__PURE__*/function (_Error) {
|
|
|
94
94
|
return _this;
|
|
95
95
|
}
|
|
96
96
|
return _createClass(MissingOrInvalidConfigError);
|
|
97
|
-
}(
|
|
97
|
+
}(/*#__PURE__*/_wrapNativeSuper(Error));
|
|
98
98
|
|
|
99
99
|
// See the following issues for more context, contributing to failing Jest tests:
|
|
100
100
|
// - Issue: https://github.com/nodejs/node/issues/40058
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/application-config",
|
|
3
|
-
"version": "22.
|
|
3
|
+
"version": "22.42.1",
|
|
4
4
|
"description": "Configuration utilities for building Custom Applications",
|
|
5
5
|
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
6
6
|
"repository": {
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@babel/register": "^7.22.15",
|
|
46
46
|
"@babel/runtime": "^7.22.15",
|
|
47
47
|
"@babel/runtime-corejs3": "^7.22.15",
|
|
48
|
-
"@commercetools-frontend/constants": "22.
|
|
48
|
+
"@commercetools-frontend/constants": "22.42.1",
|
|
49
49
|
"@types/dompurify": "^2.4.0",
|
|
50
50
|
"@types/lodash": "^4.14.198",
|
|
51
51
|
"@types/react": "^17.0.83",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@types/jsdom": "^21.1.2",
|
|
63
63
|
"json-schema-to-typescript": "15.0.3",
|
|
64
|
-
"@commercetools-frontend/assets": "22.
|
|
64
|
+
"@commercetools-frontend/assets": "22.42.1"
|
|
65
65
|
},
|
|
66
66
|
"engines": {
|
|
67
67
|
"node": "16.x || >=18.0.0"
|
package/tsconfig-mc-app.json
CHANGED