metaschema
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -5,2 +5,6 @@ # Changelog | ||
## [2.0.2][] - 2022-06-25 | ||
- Hotfix: added missed exports to metaschema.js | ||
## [2.0.1][] - 2022-06-24 | ||
@@ -165,3 +169,4 @@ | ||
[unreleased]: https://github.com/metarhia/metaschema/compare/v2.0.1...HEAD | ||
[unreleased]: https://github.com/metarhia/metaschema/compare/v2.0.2...HEAD | ||
[2.0.2]: https://github.com/metarhia/metaschema/compare/v2.0.1...v2.0.2 | ||
[2.0.1]: https://github.com/metarhia/metaschema/compare/v2.0.0...v2.0.1 | ||
@@ -168,0 +173,0 @@ [2.0.0]: https://github.com/metarhia/metaschema/compare/v1.4.1...v2.0.0 |
@@ -51,8 +51,3 @@ 'use strict'; | ||
getKindMetadata, | ||
KIND, | ||
KIND_STORED, | ||
KIND_MEMORY, | ||
SCOPE, | ||
STORE, | ||
ALLOW, | ||
constants: { KIND, KIND_STORED, KIND_MEMORY, SCOPE, STORE, ALLOW }, | ||
}; |
@@ -6,3 +6,4 @@ 'use strict'; | ||
const loader = require('./lib/loader.js'); | ||
const { constants } = require('./lib/kinds.js'); | ||
module.exports = { ...schema, ...model, ...loader }; | ||
module.exports = { ...schema, ...model, ...loader, ...constants }; |
{ | ||
"name": "metaschema", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "Metadata Schema and Interface Definition Language (IDL)", |
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
39803
951