@adobe/aio-cli-lib-app-config 4.1.0 → 4.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/aio-cli-lib-app-config",
3
- "version": "4.1.0",
3
+ "version": "4.2.0",
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",
@@ -113,6 +113,7 @@
113
113
  "type": "object",
114
114
  "properties": {
115
115
  "license": { "type": "string" },
116
+ "inputs": { "$ref": "#/definitions/inputs" },
116
117
  "actions": { "$ref": "#/definitions/actions" }
117
118
  }
118
119
  },
@@ -147,7 +148,7 @@
147
148
  "type": "object",
148
149
  "patternProperties": {
149
150
  "^[^\n]+$": {
150
- "type": ["string", "boolean", "object"]
151
+ "type": ["string", "boolean", "number", "array", "object", "null"]
151
152
  }
152
153
  },
153
154
  "additionalProperties": false