@preserves/schema-cli
Advanced tools
Comparing version 0.995.100 to 0.995.200
{ | ||
"name": "@preserves/schema-cli", | ||
"version": "0.995.100", | ||
"version": "0.995.200", | ||
"description": "Command-line tools for Preserves Schema", | ||
@@ -29,4 +29,4 @@ "homepage": "https://gitlab.com/preserves/preserves", | ||
"dependencies": { | ||
"@preserves/core": "^0.995.100", | ||
"@preserves/schema": "^0.995.100", | ||
"@preserves/core": "^0.995.200", | ||
"@preserves/schema": "^0.995.200", | ||
"chalk": "^4.1", | ||
@@ -38,3 +38,3 @@ "chokidar": "^3.5", | ||
}, | ||
"gitHead": "d9ec3bfb142894002365a2b7b3bfe946842aa7ad" | ||
"gitHead": "3e67c754275431964a06b72176573e7741f385eb" | ||
} |
@@ -28,3 +28,3 @@ import { Command } from 'commander'; | ||
fs.writeSync(1, underlying(canonicalEncode(M.fromBundle(M.Bundle( | ||
new KeyedDictionary<M.ModulePath, M.Schema, M.InputEmbedded>( | ||
new KeyedDictionary<M.InputEmbedded, M.ModulePath, M.Schema>( | ||
inputFiles.map(i => [i.modulePath, i.schema]))))))); | ||
@@ -31,0 +31,0 @@ } else { |
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
Updated@preserves/core@^0.995.200
Updated@preserves/schema@^0.995.200