scream-code 0.8.6 → 0.8.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.
|
@@ -122711,7 +122711,7 @@ function optionalBuildString(value) {
|
|
|
122711
122711
|
return typeof value === "string" && value.length > 0 ? value : void 0;
|
|
122712
122712
|
}
|
|
122713
122713
|
const SCREAM_BUILD_INFO = {
|
|
122714
|
-
version: optionalBuildString("0.8.
|
|
122714
|
+
version: optionalBuildString("0.8.7"),
|
|
122715
122715
|
channel: optionalBuildString(""),
|
|
122716
122716
|
commit: optionalBuildString(""),
|
|
122717
122717
|
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-_BsKFOlQ.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);
|