@movable/rollup-plugin-package-manifest-validator
Advanced tools
Comparing version 2.39.1 to 2.40.0
@@ -69,2 +69,5 @@ "use strict"; | ||
type: strNumBool | ||
}, | ||
heading: { | ||
type: 'string' | ||
} | ||
@@ -71,0 +74,0 @@ }, |
{ | ||
"name": "@movable/rollup-plugin-package-manifest-validator", | ||
"version": "2.39.1", | ||
"version": "2.40.0", | ||
"description": "Validates package-manifest.yml", | ||
@@ -42,3 +42,3 @@ "main": "dist", | ||
}, | ||
"gitHead": "4fa9811953eaff17901a4a4c702ff8609ac3f6f0" | ||
"gitHead": "49b028490ccbeb6a57c7a28837bc1d6e05fa3335" | ||
} |
@@ -31,3 +31,4 @@ import { studioIcons, fieldTypes, propertyTypes, contextOptionTypes } from './enums'; | ||
type: { type: 'string', enum: fieldTypes }, | ||
value: { type: strNumBool } | ||
value: { type: strNumBool }, | ||
heading: { type: 'string' } | ||
}, | ||
@@ -34,0 +35,0 @@ required: ['name', 'label', 'type'], |
@@ -144,3 +144,4 @@ import YAML from 'yamljs'; | ||
template: 1, | ||
value: [] | ||
value: [], | ||
heading: 1 | ||
} | ||
@@ -174,3 +175,4 @@ ] | ||
template: 'string', | ||
value: 'string,number,boolean' | ||
value: 'string,number,boolean', | ||
heading: 'string' | ||
}, | ||
@@ -177,0 +179,0 @@ 'types must be correct' |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
82683
2627