scream-code 0.10.10 → 0.10.11
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.
|
@@ -120184,7 +120184,7 @@ function optionalBuildString(value) {
|
|
|
120184
120184
|
return typeof value === "string" && value.length > 0 ? value : void 0;
|
|
120185
120185
|
}
|
|
120186
120186
|
const SCREAM_BUILD_INFO = {
|
|
120187
|
-
version: optionalBuildString("0.10.
|
|
120187
|
+
version: optionalBuildString("0.10.11"),
|
|
120188
120188
|
channel: optionalBuildString(""),
|
|
120189
120189
|
commit: optionalBuildString(""),
|
|
120190
120190
|
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-W-21pv-c.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);
|