sysml-validate 0.10.18 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/out/main.js +1 -1
- package/out/main.js.map +1 -1
- package/package.json +1 -1
- package/resources/sysml.dimension-table.json +1 -1
package/out/main.js
CHANGED
|
@@ -68439,7 +68439,7 @@ async function runValidation(command) {
|
|
|
68439
68439
|
}
|
|
68440
68440
|
|
|
68441
68441
|
// src/main.ts
|
|
68442
|
-
var VERSION2 = true ? "0.
|
|
68442
|
+
var VERSION2 = true ? "0.11.0" : "dev";
|
|
68443
68443
|
async function main(argv) {
|
|
68444
68444
|
const command = parseArgs(argv);
|
|
68445
68445
|
if (command.kind === "help") {
|