seaworthycode 1.2.4 → 1.2.5
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16450,7 +16450,7 @@ import { join as join16 } from "path";
|
|
|
16450
16450
|
import { createRequire as createRequire3 } from "module";
|
|
16451
16451
|
import { intro as intro2, outro as outro2, confirm, isCancel as isCancel2 } from "@clack/prompts";
|
|
16452
16452
|
var _require2 = createRequire3(import.meta.url);
|
|
16453
|
-
var { version: CLI_VERSION2 } = _require2("
|
|
16453
|
+
var { version: CLI_VERSION2 } = _require2("../package.json");
|
|
16454
16454
|
var LOG_FILE = join16(LOG_DIR, "seaworthy.log");
|
|
16455
16455
|
var SENTRY_PROJECT_ID = "4511394796666960";
|
|
16456
16456
|
var SENTRY_INGEST = "https://o4508597942026240.ingest.de.sentry.io";
|