@redhat-cloud-services/frontend-components-config-utilities 4.5.1 → 4.6.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.
@@ -571,6 +571,9 @@
571
571
  "type": "string"
572
572
  }
573
573
  },
574
+ "pushCacheEnabled": {
575
+ "type": "boolean"
576
+ },
574
577
  "module": {
575
578
  "type": "object",
576
579
  "properties": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redhat-cloud-services/frontend-components-config-utilities",
3
- "version": "4.5.1",
3
+ "version": "4.6.0",
4
4
  "description": "Utilities for shared config used in Red Hat Cloud Services project.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",