@jefuriiij/synthra 0.1.0 → 0.1.1

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/dist/cli/index.js CHANGED
@@ -18,7 +18,7 @@ var init_package = __esm({
18
18
  "package.json"() {
19
19
  package_default = {
20
20
  name: "@jefuriiij/synthra",
21
- version: "0.1.0",
21
+ version: "0.1.1",
22
22
  publishConfig: {
23
23
  access: "public"
24
24
  },
@@ -83,6 +83,7 @@ var init_package = __esm({
83
83
  });
84
84
 
85
85
  // src/cli/index.ts
86
+ init_package();
86
87
  import sade from "sade";
87
88
  import { resolve as resolve4 } from "path";
88
89
 
@@ -4170,7 +4171,7 @@ async function spawnClaude(bin, opts) {
4170
4171
  }
4171
4172
 
4172
4173
  // src/cli/index.ts
4173
- var VERSION = "0.0.1";
4174
+ var VERSION = package_default.version;
4174
4175
  function printReadyBanner(info) {
4175
4176
  log.info("");
4176
4177
  log.info(` \u2705 scanned ${info.scan.parsed} files \xB7 ${info.scan.symbolCount} symbols \xB7 ${info.scan.edgeCount} edges`);