@usecontextlayer/ctxe 0.3.2 → 0.3.4
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 +2 -2
- package/package.json +3 -3
package/dist/cli.mjs
CHANGED
|
@@ -30405,7 +30405,7 @@ function validate(raw, sourcePath) {
|
|
|
30405
30405
|
}
|
|
30406
30406
|
function applyDefaults(input) {
|
|
30407
30407
|
return {
|
|
30408
|
-
synthesizerImage: input.synthesizerImage ?? "ghcr.io/usecontextlayer/ctx-sandbox:0.3.
|
|
30408
|
+
synthesizerImage: input.synthesizerImage ?? "ghcr.io/usecontextlayer/ctx-sandbox:0.3.4",
|
|
30409
30409
|
...input.microsandbox !== void 0 ? { microsandbox: input.microsandbox } : {},
|
|
30410
30410
|
...input.oldestConsideredPoint !== void 0 ? { oldestConsideredPoint: input.oldestConsideredPoint } : {},
|
|
30411
30411
|
sliceSize: input.sliceSize ?? 3e5
|
|
@@ -32520,7 +32520,7 @@ function deriveContextEnginePaths(rootDir) {
|
|
|
32520
32520
|
|
|
32521
32521
|
//#endregion
|
|
32522
32522
|
//#region package.json
|
|
32523
|
-
var version = "0.3.
|
|
32523
|
+
var version = "0.3.4";
|
|
32524
32524
|
|
|
32525
32525
|
//#endregion
|
|
32526
32526
|
//#region cli.ts
|
package/package.json
CHANGED
|
@@ -10,15 +10,15 @@
|
|
|
10
10
|
"commander": "^14.0.3",
|
|
11
11
|
"consola": "^3.4.2",
|
|
12
12
|
"zod": "^4.4.3",
|
|
13
|
-
"@usecontextlayer/engine": "0.3.
|
|
14
|
-
"@usecontextlayer/shared": "0.3.
|
|
13
|
+
"@usecontextlayer/engine": "0.3.4",
|
|
14
|
+
"@usecontextlayer/shared": "0.3.4"
|
|
15
15
|
},
|
|
16
16
|
"files": [
|
|
17
17
|
"dist"
|
|
18
18
|
],
|
|
19
19
|
"name": "@usecontextlayer/ctxe",
|
|
20
20
|
"type": "module",
|
|
21
|
-
"version": "0.3.
|
|
21
|
+
"version": "0.3.4",
|
|
22
22
|
"scripts": {
|
|
23
23
|
"build": "npx tsdown",
|
|
24
24
|
"clean": "rm -rf dist *.tsbuildinfo",
|