@copilotkitnext/sqlite-runner 0.0.33 → 0.0.34-alpha.0

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.
@@ -1,23 +1,23 @@
1
1
 
2
2
  
3
- > @copilotkitnext/sqlite-runner@0.0.32 build /Users/ran/Desktop/vnext_experimental/packages/sqlite-runner
3
+ > @copilotkitnext/sqlite-runner@0.0.34-alpha.0 build /Users/mk/Developer/work/CopilotKit/src/v2.x/packages/sqlite-runner
4
4
  > tsup
5
5
 
6
6
  CLI Building entry: src/index.ts
7
7
  CLI Using tsconfig: tsconfig.json
8
8
  CLI tsup v8.5.0
9
- CLI Using tsup config: /Users/ran/Desktop/vnext_experimental/packages/sqlite-runner/tsup.config.ts
9
+ CLI Using tsup config: /Users/mk/Developer/work/CopilotKit/src/v2.x/packages/sqlite-runner/tsup.config.ts
10
10
  CLI Target: es2022
11
11
  CLI Cleaning output folder
12
12
  CJS Build start
13
13
  ESM Build start
14
+ ESM dist/index.mjs 11.55 KB
15
+ ESM dist/index.mjs.map 22.22 KB
16
+ ESM ⚡️ Build success in 9ms
14
17
  CJS dist/index.js 13.32 KB
15
18
  CJS dist/index.js.map 22.31 KB
16
19
  CJS ⚡️ Build success in 10ms
17
- ESM dist/index.mjs 11.55 KB
18
- ESM dist/index.mjs.map 22.22 KB
19
- ESM ⚡️ Build success in 10ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 727ms
21
+ DTS ⚡️ Build success in 739ms
22
22
  DTS dist/index.d.ts 1009.00 B
23
23
  DTS dist/index.d.mts 1009.00 B
@@ -0,0 +1,58 @@
1
+
2
+ 
3
+ > @copilotkitnext/sqlite-runner@0.0.33 test /Users/mk/Developer/work/CopilotKit/src/v2.x/packages/sqlite-runner
4
+ > vitest run
5
+
6
+ [?25l
7
+  RUN  v3.2.4 /Users/mk/Developer/work/CopilotKit/src/v2.x/packages/sqlite-runner
8
+
9
+ [?2026h
10
+  ❯ src/__tests__/sqlite-runner.e2e.test.ts [queued]
11
+
12
+  Test Files 0 passed (2)
13
+  Tests 0 passed (0)
14
+  Start at 13:35:32
15
+  Duration 590ms
16
+ [?2026l[?2026h
17
+  ❯ src/__tests__/sqlite-runner.e2e.test.ts [queued]
18
+  ❯ src/__tests__/sqlite-runner.test.ts [queued]
19
+
20
+  Test Files 0 passed (2)
21
+  Tests 0 passed (0)
22
+  Start at 13:35:32
23
+  Duration 912ms
24
+ [?2026l[?2026h
25
+  ❯ src/__tests__/sqlite-runner.e2e.test.ts 0/8
26
+  ❯ src/__tests__/sqlite-runner.test.ts [queued]
27
+
28
+  Test Files 0 passed (2)
29
+  Tests 0 passed (8)
30
+  Start at 13:35:32
31
+  Duration 1.65s
32
+ [?2026l[?2026h
33
+  ❯ src/__tests__/sqlite-runner.e2e.test.ts 0/8
34
+  ❯ src/__tests__/sqlite-runner.test.ts 0/7
35
+
36
+  Test Files 0 passed (2)
37
+  Tests 0 passed (15)
38
+  Start at 13:35:32
39
+  Duration 1.96s
40
+ [?2026l[?2026h
41
+  ❯ src/__tests__/sqlite-runner.e2e.test.ts 1/8
42
+  ❯ src/__tests__/sqlite-runner.test.ts 0/7
43
+
44
+  Test Files 0 passed (2)
45
+  Tests 1 passed (15)
46
+  Start at 13:35:32
47
+  Duration 2.16s
48
+ [?2026l ✓ src/__tests__/sqlite-runner.e2e.test.ts (8 tests) 464ms
49
+ ✓ SqliteAgentRunner e2e > Fresh Replay After Single Run > replays sanitized message history on connectAgent  427ms
50
+ ✓ src/__tests__/sqlite-runner.test.ts (7 tests) 518ms
51
+ ✓ SqliteAgentRunner > emits RUN_STARTED and agent events  429ms
52
+
53
+  Test Files  2 passed (2)
54
+  Tests  15 passed (15)
55
+  Start at  13:35:32
56
+  Duration  2.26s (transform 381ms, setup 0ms, collect 2.09s, tests 982ms, environment 0ms, prepare 545ms)
57
+
58
+ [?25h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotkitnext/sqlite-runner",
3
- "version": "0.0.33",
3
+ "version": "0.0.34-alpha.0",
4
4
  "description": "SQLite-backed agent runner for CopilotKit2",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -28,7 +28,7 @@
28
28
  "dependencies": {
29
29
  "@ag-ui/client": "0.0.42",
30
30
  "rxjs": "7.8.1",
31
- "@copilotkitnext/runtime": "0.0.33"
31
+ "@copilotkitnext/runtime": "0.0.34-alpha.0"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "better-sqlite3": "^12.2.0"