@commercetools-frontend/application-config 20.10.6 → 20.11.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.
@@ -287,6 +287,9 @@ var schemaJson = {
287
287
  },
288
288
  "style-src": {
289
289
  $ref: "#/definitions/cspDirective"
290
+ },
291
+ "frame-src": {
292
+ $ref: "#/definitions/cspDirective"
290
293
  }
291
294
  },
292
295
  additionalProperties: false,
@@ -287,6 +287,9 @@ var schemaJson = {
287
287
  },
288
288
  "style-src": {
289
289
  $ref: "#/definitions/cspDirective"
290
+ },
291
+ "frame-src": {
292
+ $ref: "#/definitions/cspDirective"
290
293
  }
291
294
  },
292
295
  additionalProperties: false,
@@ -259,6 +259,9 @@ var schemaJson = {
259
259
  },
260
260
  "style-src": {
261
261
  $ref: "#/definitions/cspDirective"
262
+ },
263
+ "frame-src": {
264
+ $ref: "#/definitions/cspDirective"
262
265
  }
263
266
  },
264
267
  additionalProperties: false,
@@ -30,6 +30,7 @@ export interface JSONSchemaForCustomApplicationConfigurationFiles {
30
30
  'img-src'?: CspDirective;
31
31
  'script-src'?: CspDirective;
32
32
  'style-src'?: CspDirective;
33
+ 'frame-src'?: CspDirective;
33
34
  };
34
35
  featurePolicies?: {
35
36
  [k: string]: unknown;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/application-config",
3
- "version": "20.10.6",
3
+ "version": "20.11.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": {
package/schema.json CHANGED
@@ -136,6 +136,9 @@
136
136
  },
137
137
  "style-src": {
138
138
  "$ref": "#/definitions/cspDirective"
139
+ },
140
+ "frame-src": {
141
+ "$ref": "#/definitions/cspDirective"
139
142
  }
140
143
  },
141
144
  "additionalProperties": false,