@movable/rollup-plugin-package-manifest-validator
Advanced tools
Comparing version 2.36.2 to 2.36.3
@@ -48,5 +48,2 @@ "use strict"; | ||
}, | ||
options_description: { | ||
type: strNumBool | ||
}, | ||
placeholder: { | ||
@@ -237,5 +234,2 @@ type: ['string', 'number'] | ||
}, | ||
options_description: { | ||
type: 'string' | ||
}, | ||
type: { | ||
@@ -396,5 +390,2 @@ type: 'string', | ||
}, | ||
options_description: { | ||
type: 'string' | ||
}, | ||
properties: { | ||
@@ -401,0 +392,0 @@ type: 'array', |
{ | ||
"name": "@movable/rollup-plugin-package-manifest-validator", | ||
"version": "2.36.2", | ||
"version": "2.36.3", | ||
"description": "Validates package-manifest.yml", | ||
@@ -42,3 +42,3 @@ "main": "dist", | ||
}, | ||
"gitHead": "6d8ff22685d2df60aca50b0e8c2b478509b3463f" | ||
"gitHead": "acdba825d680a8b4d2a8f5f870c2f3b0fb9acbac" | ||
} |
@@ -26,3 +26,2 @@ import { studioIcons, fieldTypes, propertyTypes, contextOptionTypes } from './enums'; | ||
}, | ||
options_description: { type: strNumBool }, | ||
placeholder: { type: ['string', 'number'] }, | ||
@@ -136,3 +135,2 @@ preview_text: { type: 'array', items: { type: strNumBool } }, | ||
description: { type: 'string' }, | ||
options_description: { type: 'string' }, | ||
type: { type: 'string', enum: propertyTypes }, | ||
@@ -236,3 +234,2 @@ preview_text: { | ||
description: { type: 'string' }, | ||
options_description: { type: 'string' }, | ||
properties: { type: 'array', items: propertySchema } | ||
@@ -239,0 +236,0 @@ }, |
@@ -139,3 +139,2 @@ import YAML from 'yamljs'; | ||
name: 1, | ||
options_description: [], | ||
options: [1], | ||
@@ -171,3 +170,2 @@ placeholder: [], | ||
'options[0]': 'object', | ||
options_description: 'string,number,boolean', | ||
placeholder: 'string,number', | ||
@@ -533,3 +531,2 @@ preview_text: 'array', | ||
description: 1, | ||
options_description: 1, | ||
properties: [1] | ||
@@ -552,3 +549,2 @@ } | ||
description: 'string', | ||
options_description: 'string', | ||
'properties[0]': 'object' | ||
@@ -642,3 +638,2 @@ }, | ||
description: 1, | ||
options_description: 1, | ||
preview_text: [{}], | ||
@@ -666,3 +661,2 @@ preview_values: [{}], | ||
description: 'string', | ||
options_description: 'string', | ||
'preview_text[0]': 'string,number,boolean', | ||
@@ -669,0 +663,0 @@ 'preview_values[0]': 'string,number,boolean', |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
82550
2621