@movable/rollup-plugin-manifest-validator 3.4.0-canary.0 → 3.4.0-new-yaml-lib
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.
|
@@ -354,6 +354,15 @@ var _default = {
|
|
|
354
354
|
maxLength: 18
|
|
355
355
|
}
|
|
356
356
|
},
|
|
357
|
+
configurable_element_ids: {
|
|
358
|
+
type: 'array',
|
|
359
|
+
items: {
|
|
360
|
+
type: 'string',
|
|
361
|
+
pattern: '^[a-zA-Z0-9]+$',
|
|
362
|
+
minLength: 15,
|
|
363
|
+
maxLength: 18
|
|
364
|
+
}
|
|
365
|
+
},
|
|
357
366
|
studio_options: {
|
|
358
367
|
type: 'object',
|
|
359
368
|
additionalProperties: false,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@movable/rollup-plugin-manifest-validator",
|
|
3
|
-
"version": "3.4.0-
|
|
3
|
+
"version": "3.4.0-new-yaml-lib",
|
|
4
4
|
"description": "Validates app-manifest and package-manifest.yml",
|
|
5
5
|
"main": "dist",
|
|
6
6
|
"keywords": [],
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"volta": {
|
|
39
39
|
"extends": "../../package.json"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "e746b852336672e3441c2d07c8fcb9cfd4a68383"
|
|
42
42
|
}
|
|
@@ -191,6 +191,15 @@ export default {
|
|
|
191
191
|
maxLength: 18
|
|
192
192
|
}
|
|
193
193
|
},
|
|
194
|
+
configurable_element_ids: {
|
|
195
|
+
type: 'array',
|
|
196
|
+
items: {
|
|
197
|
+
type: 'string',
|
|
198
|
+
pattern: '^[a-zA-Z0-9]+$',
|
|
199
|
+
minLength: 15,
|
|
200
|
+
maxLength: 18
|
|
201
|
+
}
|
|
202
|
+
},
|
|
194
203
|
studio_options: {
|
|
195
204
|
type: 'object',
|
|
196
205
|
additionalProperties: false,
|