@usecontextlayer/ctxe 0.4.6 → 0.4.8
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 -4
- package/dist/cli.mjs.map +1 -1
- package/package.json +3 -3
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]="222b4e9e-7bb3-532c-a62a-c5f995a2c8d3")}catch(e){}}();
|
|
4
4
|
import { createRequire } from "node:module";
|
|
5
5
|
import * as Sentry from "@sentry/node";
|
|
6
6
|
import * as xi from "node:fs";
|
|
@@ -59,7 +59,7 @@ var __require = /* @__PURE__ */ createRequire(import.meta.url);
|
|
|
59
59
|
|
|
60
60
|
//#endregion
|
|
61
61
|
//#region package.json
|
|
62
|
-
var version$1 = "0.4.
|
|
62
|
+
var version$1 = "0.4.8";
|
|
63
63
|
|
|
64
64
|
//#endregion
|
|
65
65
|
//#region sentry.ts
|
|
@@ -29778,7 +29778,7 @@ function validate(raw, sourcePath) {
|
|
|
29778
29778
|
}
|
|
29779
29779
|
function applyDefaults(input) {
|
|
29780
29780
|
return {
|
|
29781
|
-
synthesizerImage: input.synthesizerImage ?? "ghcr.io/usecontextlayer/ctx-sandbox:0.4.
|
|
29781
|
+
synthesizerImage: input.synthesizerImage ?? "ghcr.io/usecontextlayer/ctx-sandbox:0.4.8",
|
|
29782
29782
|
...input.microsandbox !== void 0 ? { microsandbox: input.microsandbox } : {},
|
|
29783
29783
|
...input.oldestConsideredPoint !== void 0 ? { oldestConsideredPoint: input.oldestConsideredPoint } : {},
|
|
29784
29784
|
maxSliceSize: input.maxSliceSize ?? 864e5,
|
|
@@ -32362,4 +32362,4 @@ runCli().catch((error) => {
|
|
|
32362
32362
|
//#endregion
|
|
32363
32363
|
export { createProgram, resolveRepoContext, resolveRuntimePaths, runCli };
|
|
32364
32364
|
//# sourceMappingURL=cli.mjs.map
|
|
32365
|
-
//# debugId=
|
|
32365
|
+
//# debugId=222b4e9e-7bb3-532c-a62a-c5f995a2c8d3
|