scream-code 0.9.6 → 0.9.7
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.
|
@@ -124703,7 +124703,7 @@ function optionalBuildString(value) {
|
|
|
124703
124703
|
return typeof value === "string" && value.length > 0 ? value : void 0;
|
|
124704
124704
|
}
|
|
124705
124705
|
const SCREAM_BUILD_INFO = {
|
|
124706
|
-
version: optionalBuildString("0.9.
|
|
124706
|
+
version: optionalBuildString("0.9.7"),
|
|
124707
124707
|
channel: optionalBuildString(""),
|
|
124708
124708
|
commit: optionalBuildString(""),
|
|
124709
124709
|
buildTarget: optionalBuildString("darwin-arm64")
|
package/dist/main.mjs
CHANGED
|
@@ -6,7 +6,7 @@ const __dirname = __cjsShimDirname(__filename);
|
|
|
6
6
|
import "./suppress-sqlite-warning-C2VB0doZ.mjs";
|
|
7
7
|
//#region src/main.ts
|
|
8
8
|
try {
|
|
9
|
-
(await import("./app-
|
|
9
|
+
(await import("./app-0DJZPbGz.mjs")).main();
|
|
10
10
|
} catch (error) {
|
|
11
11
|
process.stderr.write(`${error instanceof Error ? error.stack ?? error.message : String(error)}\n`);
|
|
12
12
|
process.exit(1);
|