@adobe/aio-cli-lib-app-config 4.0.1 → 4.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/aio-cli-lib-app-config",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "description": "node lib to provide a consistent interface to various config files that make up Adobe Developer App Builder applications and extensions",
5
5
  "repository": "https://github.com/adobe/aio-cli-lib-app-config/",
6
6
  "license": "Apache-2.0",
@@ -140,7 +140,7 @@
140
140
  "type": "object",
141
141
  "patternProperties": {
142
142
  "^[^\n]+$": {
143
- "type": ["string", "boolean"]
143
+ "type": ["string", "boolean", "object"]
144
144
  }
145
145
  },
146
146
  "additionalProperties": false