sysml-validate 0.14.3 → 0.14.4
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
CHANGED
|
@@ -68895,7 +68895,7 @@ async function runValidation(command) {
|
|
|
68895
68895
|
}
|
|
68896
68896
|
|
|
68897
68897
|
// src/main.ts
|
|
68898
|
-
var VERSION2 = true ? "0.14.
|
|
68898
|
+
var VERSION2 = true ? "0.14.4" : "dev";
|
|
68899
68899
|
async function main(argv) {
|
|
68900
68900
|
const command = parseArgs(argv);
|
|
68901
68901
|
if (command.kind === "help") {
|