sysml-diagram 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
|
@@ -189267,7 +189267,7 @@ async function runExport(command) {
|
|
|
189267
189267
|
}
|
|
189268
189268
|
|
|
189269
189269
|
// src/main.ts
|
|
189270
|
-
var VERSION2 = true ? "0.
|
|
189270
|
+
var VERSION2 = true ? "0.11.0" : "dev";
|
|
189271
189271
|
function display(file) {
|
|
189272
189272
|
const rel2 = path9.relative(process.cwd(), file);
|
|
189273
189273
|
return rel2 && !rel2.startsWith("..") ? rel2.split(path9.sep).join("/") : file;
|