@movable/rollup-plugin-package-manifest-validator
Advanced tools
Comparing version 2.40.0 to 2.41.0-up-yarn-lock
@@ -6,3 +6,3 @@ "use strict"; | ||
}); | ||
exports.contextOptionTypes = exports.propertyTypes = exports.fieldTypes = exports.studioIcons = void 0; | ||
exports.studioIcons = exports.propertyTypes = exports.fieldTypes = exports.contextOptionTypes = void 0; | ||
var contextOptionTypes = ['select', 'text', 'hidden']; | ||
@@ -9,0 +9,0 @@ exports.contextOptionTypes = contextOptionTypes; |
@@ -6,12 +6,12 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "warningSchema", { | ||
Object.defineProperty(exports, "erroringSchema", { | ||
enumerable: true, | ||
get: function get() { | ||
return _warningSchema["default"]; | ||
return _erroringSchema["default"]; | ||
} | ||
}); | ||
Object.defineProperty(exports, "erroringSchema", { | ||
Object.defineProperty(exports, "warningSchema", { | ||
enumerable: true, | ||
get: function get() { | ||
return _erroringSchema["default"]; | ||
return _warningSchema["default"]; | ||
} | ||
@@ -18,0 +18,0 @@ }); |
@@ -6,4 +6,4 @@ "use strict"; | ||
}); | ||
exports.TOP_LEVEL_PROHIBITED_PROPERTY_MESSAGE = void 0; | ||
exports["default"] = validateManifest; | ||
exports.TOP_LEVEL_PROHIBITED_PROPERTY_MESSAGE = void 0; | ||
@@ -10,0 +10,0 @@ var _validators = require("../validators"); |
@@ -6,12 +6,12 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "warningValidator", { | ||
Object.defineProperty(exports, "erroringValidator", { | ||
enumerable: true, | ||
get: function get() { | ||
return _warningValidator["default"]; | ||
return _erroringValidator["default"]; | ||
} | ||
}); | ||
Object.defineProperty(exports, "erroringValidator", { | ||
Object.defineProperty(exports, "warningValidator", { | ||
enumerable: true, | ||
get: function get() { | ||
return _erroringValidator["default"]; | ||
return _warningValidator["default"]; | ||
} | ||
@@ -18,0 +18,0 @@ }); |
{ | ||
"name": "@movable/rollup-plugin-package-manifest-validator", | ||
"version": "2.40.0", | ||
"version": "2.41.0-up-yarn-lock", | ||
"description": "Validates package-manifest.yml", | ||
@@ -42,3 +42,3 @@ "main": "dist", | ||
}, | ||
"gitHead": "49b028490ccbeb6a57c7a28837bc1d6e05fa3335" | ||
"gitHead": "54f3961fffa4b13b7ea9d5da094b4b4ff3c8a26c" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
82696
2