@usecontextlayer/ctxe 0.4.0 → 0.4.1
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 +6 -3
- package/dist/cli.mjs.map +1 -1
- package/dist/prompt-CHIvwqcZ.mjs +4 -1
- package/dist/prompt-CHIvwqcZ.mjs.map +1 -1
- package/package.json +3 -3
package/dist/cli.mjs
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
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]="b91f2a1b-d2ef-5d42-a3e9-b2e7ffe81cc4")}catch(e){}}();
|
|
2
4
|
import { createRequire } from "node:module";
|
|
3
5
|
import * as Sentry from "@sentry/node";
|
|
4
6
|
import * as xi from "node:fs";
|
|
@@ -57,7 +59,7 @@ var __require = /* @__PURE__ */ createRequire(import.meta.url);
|
|
|
57
59
|
|
|
58
60
|
//#endregion
|
|
59
61
|
//#region package.json
|
|
60
|
-
var version$1 = "0.4.
|
|
62
|
+
var version$1 = "0.4.1";
|
|
61
63
|
|
|
62
64
|
//#endregion
|
|
63
65
|
//#region sentry.ts
|
|
@@ -29488,7 +29490,7 @@ function validate(raw, sourcePath) {
|
|
|
29488
29490
|
}
|
|
29489
29491
|
function applyDefaults(input) {
|
|
29490
29492
|
return {
|
|
29491
|
-
synthesizerImage: input.synthesizerImage ?? "ghcr.io/usecontextlayer/ctx-sandbox:0.4.
|
|
29493
|
+
synthesizerImage: input.synthesizerImage ?? "ghcr.io/usecontextlayer/ctx-sandbox:0.4.1",
|
|
29492
29494
|
...input.microsandbox !== void 0 ? { microsandbox: input.microsandbox } : {},
|
|
29493
29495
|
...input.oldestConsideredPoint !== void 0 ? { oldestConsideredPoint: input.oldestConsideredPoint } : {},
|
|
29494
29496
|
maxSliceSize: input.maxSliceSize ?? 864e5,
|
|
@@ -31652,4 +31654,5 @@ runCli().catch((error) => {
|
|
|
31652
31654
|
|
|
31653
31655
|
//#endregion
|
|
31654
31656
|
export { createProgram, resolveRepoContext, resolveRuntimePaths, runCli };
|
|
31655
|
-
//# sourceMappingURL=cli.mjs.map
|
|
31657
|
+
//# sourceMappingURL=cli.mjs.map
|
|
31658
|
+
//# debugId=b91f2a1b-d2ef-5d42-a3e9-b2e7ffe81cc4
|