metaschema
Advanced tools
Comparing version 0.0.16 to 0.0.17
{ | ||
"name": "metaschema", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "Metadata Schema and Interface Definition Language (IDL)", |
@@ -5,3 +5,3 @@ 'use strict'; | ||
const path = './schemas/metaschema/CategoryField.schema'; | ||
const path = './schemas/metaschema/StructureField.schema'; | ||
@@ -8,0 +8,0 @@ metaschema.loadSchema(path, (err, schema) => { |
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
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
31499