@usecontextlayer/ctxe 0.0.0-alpha-1 → 0.0.0-alpha-3
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.mjs +4 -3
- package/dist/cli.mjs.map +1 -1
- package/package.json +6 -6
package/dist/cli.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
|
|
3
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="
|
|
3
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="4f60cef6-9878-5176-9cbc-406d8af80c26")}catch(e){}}();
|
|
4
4
|
import { createRequire } from "node:module";
|
|
5
5
|
import * as Sentry from "@sentry/node";
|
|
6
6
|
import { lstat, mkdir, readFile, readdir, rename, rm, stat, writeFile } from "node:fs/promises";
|
|
@@ -4362,7 +4362,7 @@ function normalizedKey(event) {
|
|
|
4362
4362
|
|
|
4363
4363
|
//#endregion
|
|
4364
4364
|
//#region package.json
|
|
4365
|
-
var version$1 = "0.0.0-alpha-
|
|
4365
|
+
var version$1 = "0.0.0-alpha-3";
|
|
4366
4366
|
|
|
4367
4367
|
//#endregion
|
|
4368
4368
|
//#region sentry.ts
|
|
@@ -4545,6 +4545,7 @@ function buildLinuxClaudeConfig(input) {
|
|
|
4545
4545
|
delete config.installMethod;
|
|
4546
4546
|
config.lastReleaseNotesSeen = "99.0.0";
|
|
4547
4547
|
config.autoUpdates = false;
|
|
4548
|
+
config.hasCompletedOnboarding = true;
|
|
4548
4549
|
config.autoConnectIde = false;
|
|
4549
4550
|
config.prStatusFooterEnabled = false;
|
|
4550
4551
|
const projects = config.projects && typeof config.projects === "object" && !Array.isArray(config.projects) ? { ...config.projects } : {};
|
|
@@ -75689,4 +75690,4 @@ runCli().catch((error) => {
|
|
|
75689
75690
|
//#endregion
|
|
75690
75691
|
export { createProgram, resolveRepoContext, resolveRuntimePaths, runCli };
|
|
75691
75692
|
//# sourceMappingURL=cli.mjs.map
|
|
75692
|
-
//# debugId=
|
|
75693
|
+
//# debugId=4f60cef6-9878-5176-9cbc-406d8af80c26
|