sysml-diagram 0.10.15 → 0.10.17

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
@@ -189205,7 +189205,7 @@ async function runExport(command) {
189205
189205
  }
189206
189206
 
189207
189207
  // src/main.ts
189208
- var VERSION2 = true ? "0.10.15" : "dev";
189208
+ var VERSION2 = true ? "0.10.17" : "dev";
189209
189209
  function display(file) {
189210
189210
  const rel2 = path11.relative(process.cwd(), file);
189211
189211
  return rel2 && !rel2.startsWith("..") ? rel2.split(path11.sep).join("/") : file;