@commercetools-frontend/application-config 22.5.0 → 22.7.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.
- package/dist/commercetools-frontend-application-config.cjs.dev.js +4 -4
- package/dist/commercetools-frontend-application-config.cjs.prod.js +4 -4
- package/dist/commercetools-frontend-application-config.esm.js +4 -4
- package/dist/declarations/src/schema.d.ts +2 -2
- package/package.json +3 -3
- package/schema.json +2 -2
|
@@ -474,8 +474,8 @@ var schemaJson = {
|
|
|
474
474
|
"de",
|
|
475
475
|
"es",
|
|
476
476
|
"fr-FR",
|
|
477
|
-
"
|
|
478
|
-
"
|
|
477
|
+
"pt-BR",
|
|
478
|
+
"zh-CN"
|
|
479
479
|
]
|
|
480
480
|
},
|
|
481
481
|
value: {
|
|
@@ -537,8 +537,8 @@ var schemaJson = {
|
|
|
537
537
|
"de",
|
|
538
538
|
"es",
|
|
539
539
|
"fr-FR",
|
|
540
|
-
"
|
|
541
|
-
"
|
|
540
|
+
"pt-BR",
|
|
541
|
+
"zh-CN"
|
|
542
542
|
]
|
|
543
543
|
},
|
|
544
544
|
value: {
|
|
@@ -474,8 +474,8 @@ var schemaJson = {
|
|
|
474
474
|
"de",
|
|
475
475
|
"es",
|
|
476
476
|
"fr-FR",
|
|
477
|
-
"
|
|
478
|
-
"
|
|
477
|
+
"pt-BR",
|
|
478
|
+
"zh-CN"
|
|
479
479
|
]
|
|
480
480
|
},
|
|
481
481
|
value: {
|
|
@@ -537,8 +537,8 @@ var schemaJson = {
|
|
|
537
537
|
"de",
|
|
538
538
|
"es",
|
|
539
539
|
"fr-FR",
|
|
540
|
-
"
|
|
541
|
-
"
|
|
540
|
+
"pt-BR",
|
|
541
|
+
"zh-CN"
|
|
542
542
|
]
|
|
543
543
|
},
|
|
544
544
|
value: {
|
|
@@ -441,8 +441,8 @@ var schemaJson = {
|
|
|
441
441
|
"de",
|
|
442
442
|
"es",
|
|
443
443
|
"fr-FR",
|
|
444
|
-
"
|
|
445
|
-
"
|
|
444
|
+
"pt-BR",
|
|
445
|
+
"zh-CN"
|
|
446
446
|
]
|
|
447
447
|
},
|
|
448
448
|
value: {
|
|
@@ -504,8 +504,8 @@ var schemaJson = {
|
|
|
504
504
|
"de",
|
|
505
505
|
"es",
|
|
506
506
|
"fr-FR",
|
|
507
|
-
"
|
|
508
|
-
"
|
|
507
|
+
"pt-BR",
|
|
508
|
+
"zh-CN"
|
|
509
509
|
]
|
|
510
510
|
},
|
|
511
511
|
value: {
|
|
@@ -46,7 +46,7 @@ export interface JSONSchemaForCustomApplicationConfigurationFiles {
|
|
|
46
46
|
mainMenuLink: {
|
|
47
47
|
defaultLabel: string;
|
|
48
48
|
labelAllLocales: {
|
|
49
|
-
locale: 'en' | 'de' | 'es' | 'fr-FR' | '
|
|
49
|
+
locale: 'en' | 'de' | 'es' | 'fr-FR' | 'pt-BR' | 'zh-CN';
|
|
50
50
|
value: string;
|
|
51
51
|
}[];
|
|
52
52
|
permissions: string[];
|
|
@@ -56,7 +56,7 @@ export interface JSONSchemaForCustomApplicationConfigurationFiles {
|
|
|
56
56
|
uriPath: string;
|
|
57
57
|
defaultLabel: string;
|
|
58
58
|
labelAllLocales: {
|
|
59
|
-
locale: 'en' | 'de' | 'es' | 'fr-FR' | '
|
|
59
|
+
locale: 'en' | 'de' | 'es' | 'fr-FR' | 'pt-BR' | 'zh-CN';
|
|
60
60
|
value: string;
|
|
61
61
|
}[];
|
|
62
62
|
permissions: string[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/application-config",
|
|
3
|
-
"version": "22.
|
|
3
|
+
"version": "22.7.0",
|
|
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,7 +44,7 @@
|
|
|
44
44
|
"@babel/register": "^7.18.9",
|
|
45
45
|
"@babel/runtime": "^7.20.13",
|
|
46
46
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
47
|
-
"@commercetools-frontend/babel-preset-mc-app": "22.
|
|
47
|
+
"@commercetools-frontend/babel-preset-mc-app": "22.7.0",
|
|
48
48
|
"@types/dompurify": "^2.4.0",
|
|
49
49
|
"@types/lodash": "^4.14.191",
|
|
50
50
|
"@types/react": "^17.0.53",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"@types/jsdom": "^21.1.1",
|
|
61
61
|
"json-schema-to-typescript": "13.0.1",
|
|
62
62
|
"shelljs": "0.8.5",
|
|
63
|
-
"@commercetools-frontend/assets": "22.
|
|
63
|
+
"@commercetools-frontend/assets": "22.7.0"
|
|
64
64
|
},
|
|
65
65
|
"engines": {
|
|
66
66
|
"node": "16.x || >=18.0.0"
|
package/schema.json
CHANGED
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
"properties": {
|
|
210
210
|
"locale": {
|
|
211
211
|
"type": "string",
|
|
212
|
-
"enum": ["en", "de", "es", "fr-FR", "
|
|
212
|
+
"enum": ["en", "de", "es", "fr-FR", "pt-BR", "zh-CN"]
|
|
213
213
|
},
|
|
214
214
|
"value": {
|
|
215
215
|
"type": "string"
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
"properties": {
|
|
256
256
|
"locale": {
|
|
257
257
|
"type": "string",
|
|
258
|
-
"enum": ["en", "de", "es", "fr-FR", "
|
|
258
|
+
"enum": ["en", "de", "es", "fr-FR", "pt-BR", "zh-CN"]
|
|
259
259
|
},
|
|
260
260
|
"value": {
|
|
261
261
|
"type": "string"
|