@movable/rollup-plugin-package-manifest-validator
Advanced tools
Comparing version 2.41.0-pin-babel-traverse to 2.41.0-pin-babel-traverse-1
@@ -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.41.0-pin-babel-traverse", | ||
"version": "2.41.0-pin-babel-traverse-1", | ||
"description": "Validates package-manifest.yml", | ||
@@ -42,3 +42,3 @@ "main": "dist", | ||
}, | ||
"gitHead": "54f3961fffa4b13b7ea9d5da094b4b4ff3c8a26c" | ||
"gitHead": "e386e61ce10517742ba3a62b345c95de0abb401d" | ||
} |
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
82704