@movable/rollup-plugin-package-manifest-validator
Advanced tools
Comparing version 2.41.0-og-lock to 2.41.0-pin-babel-traverse
@@ -6,3 +6,3 @@ "use strict"; | ||
}); | ||
exports.studioIcons = exports.propertyTypes = exports.fieldTypes = exports.contextOptionTypes = void 0; | ||
exports.contextOptionTypes = exports.propertyTypes = exports.fieldTypes = exports.studioIcons = void 0; | ||
var contextOptionTypes = ['select', 'text', 'hidden']; | ||
@@ -9,0 +9,0 @@ exports.contextOptionTypes = contextOptionTypes; |
@@ -6,12 +6,12 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "erroringSchema", { | ||
Object.defineProperty(exports, "warningSchema", { | ||
enumerable: true, | ||
get: function get() { | ||
return _erroringSchema["default"]; | ||
return _warningSchema["default"]; | ||
} | ||
}); | ||
Object.defineProperty(exports, "warningSchema", { | ||
Object.defineProperty(exports, "erroringSchema", { | ||
enumerable: true, | ||
get: function get() { | ||
return _warningSchema["default"]; | ||
return _erroringSchema["default"]; | ||
} | ||
@@ -18,0 +18,0 @@ }); |
@@ -6,4 +6,4 @@ "use strict"; | ||
}); | ||
exports["default"] = validateManifest; | ||
exports.TOP_LEVEL_PROHIBITED_PROPERTY_MESSAGE = void 0; | ||
exports["default"] = validateManifest; | ||
@@ -10,0 +10,0 @@ var _validators = require("../validators"); |
@@ -6,12 +6,12 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "erroringValidator", { | ||
Object.defineProperty(exports, "warningValidator", { | ||
enumerable: true, | ||
get: function get() { | ||
return _erroringValidator["default"]; | ||
return _warningValidator["default"]; | ||
} | ||
}); | ||
Object.defineProperty(exports, "warningValidator", { | ||
Object.defineProperty(exports, "erroringValidator", { | ||
enumerable: true, | ||
get: function get() { | ||
return _warningValidator["default"]; | ||
return _erroringValidator["default"]; | ||
} | ||
@@ -18,0 +18,0 @@ }); |
{ | ||
"name": "@movable/rollup-plugin-package-manifest-validator", | ||
"version": "2.41.0-og-lock", | ||
"version": "2.41.0-pin-babel-traverse", | ||
"description": "Validates package-manifest.yml", | ||
@@ -26,3 +26,3 @@ "main": "dist", | ||
"@babel/cli": "^7.13.16", | ||
"@babel/core": "7.17.9", | ||
"@babel/core": "^7.14.0", | ||
"@babel/preset-env": "^7.14.1", | ||
@@ -29,0 +29,0 @@ "@babel/register": "^7.13.16", |
82702