@envelop/core
Advanced tools
Comparing version 5.0.0 to 5.0.1-alpha-20240508071555-9d8eb405
@@ -17,3 +17,4 @@ "use strict"; | ||
tslib_1.__exportStar(require("./plugins/use-engine.js"), exports); | ||
tslib_1.__exportStar(require("./plugins/use-validation-rule.js"), exports); | ||
var document_string_map_js_1 = require("./document-string-map.js"); | ||
Object.defineProperty(exports, "getDocumentString", { enumerable: true, get: function () { return document_string_map_js_1.getDocumentString; } }); |
@@ -13,2 +13,3 @@ // eslint-disable-next-line import/export | ||
export * from './plugins/use-engine.js'; | ||
export * from './plugins/use-validation-rule.js'; | ||
export { getDocumentString } from './document-string-map.js'; |
{ | ||
"name": "@envelop/core", | ||
"version": "5.0.0", | ||
"version": "5.0.1-alpha-20240508071555-9d8eb405", | ||
"sideEffects": false, | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -16,1 +16,2 @@ ## `@envelop/core` | ||
- [`useEngine`](./docs/use-engine.md) | ||
- [`useValidationRule`](./docs/use-validation-rule.md) |
@@ -12,2 +12,3 @@ export * from '@envelop/types'; | ||
export * from './plugins/use-engine.js'; | ||
export * from './plugins/use-validation-rule.js'; | ||
export { getDocumentString } from './document-string-map.js'; |
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
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
90166
60
2071
17
2