@copilotkitnext/sqlite-runner 0.0.27-alpha.0 → 0.0.28

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,6 +1,6 @@
1
1
 
2
2
  
3
- > @copilotkitnext/sqlite-runner@0.0.27-alpha.0 build /Users/mme/Projects/CopilotKit2/main/packages/sqlite-runner
3
+ > @copilotkitnext/sqlite-runner@0.0.28 build /Users/mme/Projects/CopilotKit2/main/packages/sqlite-runner
4
4
  > tsup
5
5
 
6
6
  CLI Building entry: src/index.ts
@@ -13,11 +13,11 @@
13
13
  ESM Build start
14
14
  CJS dist/index.js 13.32 KB
15
15
  CJS dist/index.js.map 22.31 KB
16
- CJS ⚡️ Build success in 11ms
16
+ CJS ⚡️ Build success in 15ms
17
17
  ESM dist/index.mjs 11.55 KB
18
18
  ESM dist/index.mjs.map 22.22 KB
19
- ESM ⚡️ Build success in 11ms
19
+ ESM ⚡️ Build success in 15ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 1618ms
21
+ DTS ⚡️ Build success in 1285ms
22
22
  DTS dist/index.d.ts 1009.00 B
23
23
  DTS dist/index.d.mts 1009.00 B
@@ -1,63 +1,52 @@
1
1
 
2
2
  
3
- > @copilotkitnext/sqlite-runner@0.0.21 test /Users/mme/Projects/CopilotKit2/main/packages/sqlite-runner
3
+ > @copilotkitnext/sqlite-runner@0.0.27 test /Users/mme/Projects/CopilotKit2/main/packages/sqlite-runner
4
4
  > vitest run
5
5
 
6
6
  [?25l
7
7
   RUN  v3.2.4 /Users/mme/Projects/CopilotKit2/main/packages/sqlite-runner
8
8
 
9
9
  [?2026h
10
-  ❯ src/__tests__/sqlite-runner.test.ts [queued]
11
-
12
10
   Test Files 0 passed (2)
13
11
   Tests 0 passed (0)
14
-  Start at 15:45:21
15
-  Duration 774ms
16
- [?2026l[?2026h
12
+  Start at 18:31:37
13
+  Duration 824ms
14
+ [?2026l[?2026h
17
15
   ❯ src/__tests__/sqlite-runner.e2e.test.ts [queued]
18
-  ❯ src/__tests__/sqlite-runner.test.ts [queued]
19
16
 
20
17
   Test Files 0 passed (2)
21
18
   Tests 0 passed (0)
22
-  Start at 15:45:21
23
-  Duration 965ms
24
- [?2026l[?2026h
19
+  Start at 18:31:37
20
+  Duration 925ms
21
+ [?2026l[?2026h
25
22
   ❯ src/__tests__/sqlite-runner.e2e.test.ts [queued]
26
23
   ❯ src/__tests__/sqlite-runner.test.ts [queued]
27
24
 
28
25
   Test Files 0 passed (2)
29
26
   Tests 0 passed (0)
30
-  Start at 15:45:21
31
-  Duration 1.91s
32
- [?2026l[?2026h
33
-  ❯ src/__tests__/sqlite-runner.e2e.test.ts [queued]
34
-  ❯ src/__tests__/sqlite-runner.test.ts 0/7
35
-
36
-  Test Files 0 passed (2)
37
-  Tests 0 passed (7)
38
-  Start at 15:45:21
39
-  Duration 2.22s
27
+  Start at 18:31:37
28
+  Duration 1.80s
40
29
  [?2026l[?2026h
41
30
   ❯ src/__tests__/sqlite-runner.e2e.test.ts 0/8
42
31
   ❯ src/__tests__/sqlite-runner.test.ts 1/7
43
32
 
44
33
   Test Files 0 passed (2)
45
34
   Tests 1 passed (15)
46
-  Start at 15:45:21
47
-  Duration 2.32s
48
- [?2026l[?2026h ✓ src/__tests__/sqlite-runner.e2e.test.ts (8 tests) 60ms
35
+  Start at 18:31:37
36
+  Duration 2.00s
37
+ [?2026l[?2026h ✓ src/__tests__/sqlite-runner.test.ts (7 tests) 179ms
49
38
 
50
-  ❯ src/__tests__/sqlite-runner.test.ts 6/7
39
+  ❯ src/__tests__/sqlite-runner.e2e.test.ts 1/8
51
40
 
52
41
   Test Files 1 passed (2)
53
-  Tests 14 passed (15)
54
-  Start at 15:45:21
55
-  Duration 2.42s
56
- [?2026l ✓ src/__tests__/sqlite-runner.test.ts (7 tests) 182ms
42
+  Tests 8 passed (15)
43
+  Start at 18:31:37
44
+  Duration 2.11s
45
+ [?2026l ✓ src/__tests__/sqlite-runner.e2e.test.ts (8 tests) 151ms
57
46
 
58
47
   Test Files  2 passed (2)
59
48
   Tests  15 passed (15)
60
-  Start at  15:45:21
61
-  Duration  2.59s (transform 618ms, setup 0ms, collect 2.85s, tests 242ms, environment 0ms, prepare 626ms)
49
+  Start at  18:31:37
50
+  Duration  2.34s (transform 169ms, setup 0ms, collect 1.92s, tests 330ms, environment 0ms, prepare 845ms)
62
51
 
63
52
  [?25h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotkitnext/sqlite-runner",
3
- "version": "0.0.27-alpha.0",
3
+ "version": "0.0.28",
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.27-alpha.0"
31
+ "@copilotkitnext/runtime": "0.0.28"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "better-sqlite3": "^12.2.0"