@commercetools-frontend/application-config 23.2.0 → 23.2.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.
|
@@ -113,7 +113,7 @@ const LOADED_CONFIG_TYPES = {
|
|
|
113
113
|
CUSTOM_VIEW: 'custom-view'
|
|
114
114
|
};
|
|
115
115
|
|
|
116
|
-
function _createSuper(
|
|
116
|
+
function _createSuper(t) { var r = _isNativeReflectConstruct(); return function () { var e, o = _getPrototypeOf(t); if (r) { var s = _getPrototypeOf(this).constructor; e = _Reflect$construct__default["default"](o, arguments, s); } else e = o.apply(this, arguments); return _possibleConstructorReturn(this, e); }; }
|
|
117
117
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(_Reflect$construct__default["default"](Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function () { return !!t; })(); }
|
|
118
118
|
let MissingOrInvalidConfigError = /*#__PURE__*/function (_Error) {
|
|
119
119
|
_inherits(MissingOrInvalidConfigError, _Error);
|
|
@@ -113,7 +113,7 @@ const LOADED_CONFIG_TYPES = {
|
|
|
113
113
|
CUSTOM_VIEW: 'custom-view'
|
|
114
114
|
};
|
|
115
115
|
|
|
116
|
-
function _createSuper(
|
|
116
|
+
function _createSuper(t) { var r = _isNativeReflectConstruct(); return function () { var e, o = _getPrototypeOf(t); if (r) { var s = _getPrototypeOf(this).constructor; e = _Reflect$construct__default["default"](o, arguments, s); } else e = o.apply(this, arguments); return _possibleConstructorReturn(this, e); }; }
|
|
117
117
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(_Reflect$construct__default["default"](Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function () { return !!t; })(); }
|
|
118
118
|
let MissingOrInvalidConfigError = /*#__PURE__*/function (_Error) {
|
|
119
119
|
_inherits(MissingOrInvalidConfigError, _Error);
|
|
@@ -79,7 +79,7 @@ const LOADED_CONFIG_TYPES = {
|
|
|
79
79
|
CUSTOM_VIEW: 'custom-view'
|
|
80
80
|
};
|
|
81
81
|
|
|
82
|
-
function _createSuper(
|
|
82
|
+
function _createSuper(t) { var r = _isNativeReflectConstruct(); return function () { var e, o = _getPrototypeOf(t); if (r) { var s = _getPrototypeOf(this).constructor; e = _Reflect$construct(o, arguments, s); } else e = o.apply(this, arguments); return _possibleConstructorReturn(this, e); }; }
|
|
83
83
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(_Reflect$construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function () { return !!t; })(); }
|
|
84
84
|
let MissingOrInvalidConfigError = /*#__PURE__*/function (_Error) {
|
|
85
85
|
_inherits(MissingOrInvalidConfigError, _Error);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/application-config",
|
|
3
|
-
"version": "23.2.
|
|
3
|
+
"version": "23.2.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": "23.2.
|
|
48
|
+
"@commercetools-frontend/constants": "23.2.1",
|
|
49
49
|
"@types/lodash": "^4.14.198",
|
|
50
50
|
"@types/react": "^17.0.83",
|
|
51
51
|
"ajv": "8.16.0",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@types/jsdom": "^21.1.2",
|
|
62
62
|
"json-schema-to-typescript": "15.0.3",
|
|
63
|
-
"@commercetools-frontend/assets": "23.2.
|
|
63
|
+
"@commercetools-frontend/assets": "23.2.1"
|
|
64
64
|
},
|
|
65
65
|
"engines": {
|
|
66
66
|
"node": "18.x || 20.x || >=22.0.0"
|