zen-code 3.0.2 → 3.0.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/{app-DRVd6cDQ.mjs → app-C_9FvKl4.mjs} +5 -6
- package/dist/{checkpoint-1sAx_j1E-DNrygV7Q.mjs → checkpoint-1sAx_j1E-BLIK-E27.mjs} +1 -1
- package/dist/{checkpoint-DxiUsHMy-DHFvv2Vn.mjs → checkpoint-DxiUsHMy-BPZoPfpz.mjs} +1 -1
- package/dist/{index-betxkqLW.mjs → index-AcwTkc8n.mjs} +1 -1
- package/dist/{queue-D6tEGCGs-DyRh7Gp2.mjs → queue-D6tEGCGs-Bd7Wf-wo.mjs} +1 -1
- package/dist/{shallow-in1-XXeE.mjs → shallow-DOOvPlWi.mjs} +1 -1
- package/dist/zen-code.mjs +1 -1
- package/package.json +3 -3
|
@@ -8390,7 +8390,7 @@ const lc = async () => {
|
|
|
8390
8390
|
if (process.env.REDIS_URL && process.env.CHECKPOINT_TYPE === "redis" || process.env.CHECKPOINT_TYPE === "shallow/redis") {
|
|
8391
8391
|
if (process.env.CHECKPOINT_TYPE === "redis") {
|
|
8392
8392
|
console.debug("LG | Using redis as checkpoint");
|
|
8393
|
-
const { RedisSaver: t } = await import("./index-
|
|
8393
|
+
const { RedisSaver: t } = await import("./index-AcwTkc8n.mjs");
|
|
8394
8394
|
return await t.fromUrl(process.env.REDIS_URL, {
|
|
8395
8395
|
defaultTTL: 60,
|
|
8396
8396
|
// TTL in minutes
|
|
@@ -8399,18 +8399,18 @@ const lc = async () => {
|
|
|
8399
8399
|
}
|
|
8400
8400
|
if (process.env.CHECKPOINT_TYPE === "shallow/redis") {
|
|
8401
8401
|
console.debug("LG | Using shallow redis as checkpoint");
|
|
8402
|
-
const { ShallowRedisSaver: t } = await import("./shallow-
|
|
8402
|
+
const { ShallowRedisSaver: t } = await import("./shallow-DOOvPlWi.mjs");
|
|
8403
8403
|
return await t.fromUrl(process.env.REDIS_URL);
|
|
8404
8404
|
}
|
|
8405
8405
|
}
|
|
8406
8406
|
if (process.env.DATABASE_URL) {
|
|
8407
8407
|
console.debug("LG | Using postgres as checkpoint");
|
|
8408
|
-
const { createPGCheckpoint: t } = await import("./checkpoint-DxiUsHMy-
|
|
8408
|
+
const { createPGCheckpoint: t } = await import("./checkpoint-DxiUsHMy-BPZoPfpz.mjs");
|
|
8409
8409
|
return t();
|
|
8410
8410
|
}
|
|
8411
8411
|
if (process.env.SQLITE_DATABASE_URI) {
|
|
8412
8412
|
console.debug("LG | Using sqlite as checkpoint");
|
|
8413
|
-
const { SqliteSaver: t } = await import("./checkpoint-1sAx_j1E-
|
|
8413
|
+
const { SqliteSaver: t } = await import("./checkpoint-1sAx_j1E-BLIK-E27.mjs");
|
|
8414
8414
|
return await t.fromConnStringAsync(process.env.SQLITE_DATABASE_URI);
|
|
8415
8415
|
}
|
|
8416
8416
|
return console.log("LG | You are using memory as checkpoint!"), console.log(
|
|
@@ -8424,7 +8424,7 @@ const lc = async () => {
|
|
|
8424
8424
|
let t;
|
|
8425
8425
|
if (process.env.REDIS_URL) {
|
|
8426
8426
|
console.debug("LG | Using redis as stream queue");
|
|
8427
|
-
const { RedisStreamQueue: e } = await import("./queue-D6tEGCGs-
|
|
8427
|
+
const { RedisStreamQueue: e } = await import("./queue-D6tEGCGs-Bd7Wf-wo.mjs");
|
|
8428
8428
|
t = e;
|
|
8429
8429
|
} else
|
|
8430
8430
|
t = Qt;
|
|
@@ -11590,7 +11590,6 @@ const Dl = () => {
|
|
|
11590
11590
|
children: [
|
|
11591
11591
|
/* @__PURE__ */ d.jsx(g.CommandErrorUI, {}),
|
|
11592
11592
|
/* @__PURE__ */ d.jsx(g.CommandSuccessUI, {}),
|
|
11593
|
-
/* @__PURE__ */ d.jsx(w, { children: JSON.stringify(a) }),
|
|
11594
11593
|
/* @__PURE__ */ d.jsx(
|
|
11595
11594
|
xl,
|
|
11596
11595
|
{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { K as T } from "./kysely-Bchvsze0.mjs";
|
|
2
2
|
import { F as r } from "./sql-CJsUpKEQ.mjs";
|
|
3
|
-
import { B as f, T as l, c as y, m } from "./app-
|
|
3
|
+
import { B as f, T as l, c as y, m } from "./app-C_9FvKl4.mjs";
|
|
4
4
|
import "./graphBuilder-BIhxVliV.mjs";
|
|
5
5
|
const g = ["source", "step", "parents"];
|
|
6
6
|
const E = g;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { u as C } from "./id-DSgIWJsu.mjs";
|
|
2
|
-
import { B as v, c as x, T as $, m as I } from "./app-
|
|
2
|
+
import { B as v, c as x, T as $, m as I } from "./app-C_9FvKl4.mjs";
|
|
3
3
|
import "./graphBuilder-BIhxVliV.mjs";
|
|
4
4
|
import { createClient as O, createCluster as N } from "redis";
|
|
5
5
|
const W = [
|
package/dist/zen-code.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zen-code",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/cli.mjs",
|
|
6
6
|
"bin": "./dist/cli.mjs",
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
"vite-plugin-static-copy": "^3.1.4",
|
|
63
63
|
"vitest": "^4.0.18",
|
|
64
64
|
"@codegraph/agent": "1.0.0",
|
|
65
|
-
"@codegraph/
|
|
66
|
-
"@codegraph/
|
|
65
|
+
"@codegraph/config": "1.0.0",
|
|
66
|
+
"@codegraph/union-client": "1.0.0"
|
|
67
67
|
},
|
|
68
68
|
"babel": {
|
|
69
69
|
"presets": [
|