sysml-diagram 0.34.1 → 0.34.2

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
@@ -210811,7 +210811,7 @@ async function runExport(command) {
210811
210811
  }
210812
210812
 
210813
210813
  // src/main.ts
210814
- var VERSION2 = true ? "0.34.1" : "dev";
210814
+ var VERSION2 = true ? "0.34.2" : "dev";
210815
210815
  function display(file) {
210816
210816
  const rel2 = path9.relative(process.cwd(), file);
210817
210817
  return rel2 && !rel2.startsWith("..") ? rel2.split(path9.sep).join("/") : file;