@commercetools-frontend/application-config 22.8.0 → 22.8.2
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.
|
@@ -1183,7 +1183,7 @@ const getRuntimeEnvironmentConfigForDevelopment = _ref => {
|
|
|
1183
1183
|
submenuLinks: configurationData.submenuLinks
|
|
1184
1184
|
}),
|
|
1185
1185
|
// @ts-expect-error: the `accountLinks` is not explicitly typed as it's only used by the account app.
|
|
1186
|
-
accountLinks:
|
|
1186
|
+
accountLinks: appConfig.accountLinks
|
|
1187
1187
|
});
|
|
1188
1188
|
};
|
|
1189
1189
|
const getRuntimeEnvironmentConfig = _ref2 => {
|
|
@@ -1183,7 +1183,7 @@ const getRuntimeEnvironmentConfigForDevelopment = _ref => {
|
|
|
1183
1183
|
submenuLinks: configurationData.submenuLinks
|
|
1184
1184
|
}),
|
|
1185
1185
|
// @ts-expect-error: the `accountLinks` is not explicitly typed as it's only used by the account app.
|
|
1186
|
-
accountLinks:
|
|
1186
|
+
accountLinks: appConfig.accountLinks
|
|
1187
1187
|
});
|
|
1188
1188
|
};
|
|
1189
1189
|
const getRuntimeEnvironmentConfig = _ref2 => {
|
|
@@ -1150,7 +1150,7 @@ const getRuntimeEnvironmentConfigForDevelopment = _ref => {
|
|
|
1150
1150
|
submenuLinks: configurationData.submenuLinks
|
|
1151
1151
|
}),
|
|
1152
1152
|
// @ts-expect-error: the `accountLinks` is not explicitly typed as it's only used by the account app.
|
|
1153
|
-
accountLinks:
|
|
1153
|
+
accountLinks: appConfig.accountLinks
|
|
1154
1154
|
});
|
|
1155
1155
|
};
|
|
1156
1156
|
const getRuntimeEnvironmentConfig = _ref2 => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/application-config",
|
|
3
|
-
"version": "22.8.
|
|
3
|
+
"version": "22.8.2",
|
|
4
4
|
"description": "Configuration utilities for building Custom Applications",
|
|
5
5
|
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
6
6
|
"repository": {
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"@babel/register": "^7.22.15",
|
|
45
45
|
"@babel/runtime": "^7.22.15",
|
|
46
46
|
"@babel/runtime-corejs3": "^7.22.15",
|
|
47
|
-
"@commercetools-frontend/babel-preset-mc-app": "22.8.
|
|
48
|
-
"@commercetools-frontend/constants": "22.8.
|
|
47
|
+
"@commercetools-frontend/babel-preset-mc-app": "22.8.2",
|
|
48
|
+
"@commercetools-frontend/constants": "22.8.2",
|
|
49
49
|
"@types/dompurify": "^2.4.0",
|
|
50
50
|
"@types/lodash": "^4.14.198",
|
|
51
51
|
"@types/react": "^17.0.56",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@types/jsdom": "^21.1.2",
|
|
62
62
|
"json-schema-to-typescript": "13.0.1",
|
|
63
63
|
"shelljs": "0.8.5",
|
|
64
|
-
"@commercetools-frontend/assets": "22.8.
|
|
64
|
+
"@commercetools-frontend/assets": "22.8.2"
|
|
65
65
|
},
|
|
66
66
|
"engines": {
|
|
67
67
|
"node": "16.x || >=18.0.0"
|