@commercetools-frontend/application-config 21.21.0 → 21.21.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.
- package/dist/commercetools-frontend-application-config.cjs.dev.js +0 -4
- package/dist/commercetools-frontend-application-config.cjs.prod.js +0 -4
- package/dist/commercetools-frontend-application-config.esm.js +0 -4
- package/dist/declarations/src/schema.d.ts +0 -3
- package/package.json +2 -2
- package/schema.json +0 -4
|
@@ -357,10 +357,6 @@ var schemaJson = {
|
|
|
357
357
|
"connect-src"
|
|
358
358
|
]
|
|
359
359
|
},
|
|
360
|
-
featurePolicies: {
|
|
361
|
-
description: "See https://docs.commercetools.com/custom-applications/api-reference/application-config#headersfeaturepolicies",
|
|
362
|
-
type: "object"
|
|
363
|
-
},
|
|
364
360
|
permissionsPolicies: {
|
|
365
361
|
description: "See https://docs.commercetools.com/custom-applications/api-reference/application-config#headerspermissionspolicies",
|
|
366
362
|
type: "object"
|
|
@@ -357,10 +357,6 @@ var schemaJson = {
|
|
|
357
357
|
"connect-src"
|
|
358
358
|
]
|
|
359
359
|
},
|
|
360
|
-
featurePolicies: {
|
|
361
|
-
description: "See https://docs.commercetools.com/custom-applications/api-reference/application-config#headersfeaturepolicies",
|
|
362
|
-
type: "object"
|
|
363
|
-
},
|
|
364
360
|
permissionsPolicies: {
|
|
365
361
|
description: "See https://docs.commercetools.com/custom-applications/api-reference/application-config#headerspermissionspolicies",
|
|
366
362
|
type: "object"
|
|
@@ -324,10 +324,6 @@ var schemaJson = {
|
|
|
324
324
|
"connect-src"
|
|
325
325
|
]
|
|
326
326
|
},
|
|
327
|
-
featurePolicies: {
|
|
328
|
-
description: "See https://docs.commercetools.com/custom-applications/api-reference/application-config#headersfeaturepolicies",
|
|
329
|
-
type: "object"
|
|
330
|
-
},
|
|
331
327
|
permissionsPolicies: {
|
|
332
328
|
description: "See https://docs.commercetools.com/custom-applications/api-reference/application-config#headerspermissionspolicies",
|
|
333
329
|
type: "object"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/application-config",
|
|
3
|
-
"version": "21.21.
|
|
3
|
+
"version": "21.21.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": {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@babel/register": "^7.18.9",
|
|
38
38
|
"@babel/runtime": "^7.19.0",
|
|
39
39
|
"@babel/runtime-corejs3": "^7.19.0",
|
|
40
|
-
"@commercetools-frontend/babel-preset-mc-app": "
|
|
40
|
+
"@commercetools-frontend/babel-preset-mc-app": "workspace:*",
|
|
41
41
|
"ajv": "8.11.0",
|
|
42
42
|
"core-js": "^3.25.1",
|
|
43
43
|
"cosmiconfig": "7.0.1",
|
package/schema.json
CHANGED
|
@@ -173,10 +173,6 @@
|
|
|
173
173
|
"additionalProperties": false,
|
|
174
174
|
"required": ["connect-src"]
|
|
175
175
|
},
|
|
176
|
-
"featurePolicies": {
|
|
177
|
-
"description": "See https://docs.commercetools.com/custom-applications/api-reference/application-config#headersfeaturepolicies",
|
|
178
|
-
"type": "object"
|
|
179
|
-
},
|
|
180
176
|
"permissionsPolicies": {
|
|
181
177
|
"description": "See https://docs.commercetools.com/custom-applications/api-reference/application-config#headerspermissionspolicies",
|
|
182
178
|
"type": "object"
|