@movable/rollup-plugin-package-manifest-validator
Advanced tools
Comparing version 2.40.0 to 2.41.0-core-pinned
@@ -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-core-pinned", | ||
"description": "Validates package-manifest.yml", | ||
@@ -26,3 +26,3 @@ "main": "dist", | ||
"@babel/cli": "^7.13.16", | ||
"@babel/core": "^7.14.0", | ||
"@babel/core": "7.17.9", | ||
"@babel/preset-env": "^7.14.1", | ||
@@ -43,3 +43,3 @@ "@babel/register": "^7.13.16", | ||
}, | ||
"gitHead": "49b028490ccbeb6a57c7a28837bc1d6e05fa3335" | ||
"gitHead": "54f3961fffa4b13b7ea9d5da094b4b4ff3c8a26c" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
82694
2