@copilotkitnext/sqlite-runner 0.0.19-alpha.0 → 0.0.19-alpha.1

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.19-alpha.0 build /Users/mme/Projects/CopilotKit2/activity-messages/packages/sqlite-runner
3
+ > @copilotkitnext/sqlite-runner@0.0.19-alpha.1 build /Users/mme/Projects/CopilotKit2/activity-messages/packages/sqlite-runner
4
4
  > tsup
5
5
 
6
6
  CLI Building entry: src/index.ts
@@ -11,13 +11,13 @@
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 37ms
17
14
  CJS dist/index.js 13.32 KB
18
15
  CJS dist/index.js.map 22.31 KB
19
- CJS ⚡️ Build success in 38ms
16
+ CJS ⚡️ Build success in 12ms
17
+ ESM dist/index.mjs 11.55 KB
18
+ ESM dist/index.mjs.map 22.22 KB
19
+ ESM ⚡️ Build success in 12ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 1408ms
21
+ DTS ⚡️ Build success in 1252ms
22
22
  DTS dist/index.d.ts 1009.00 B
23
23
  DTS dist/index.d.mts 1009.00 B
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @copilotkitnext/sqlite-runner@0.0.18 test /Users/mme/Projects/CopilotKit2/activity-messages/packages/sqlite-runner
3
+ > @copilotkitnext/sqlite-runner@0.0.19-alpha.0 test /Users/mme/Projects/CopilotKit2/activity-messages/packages/sqlite-runner
4
4
  > vitest run
5
5
 
6
6
  [?25l
@@ -9,45 +9,45 @@
9
9
  [?2026h
10
10
   Test Files 0 passed (2)
11
11
   Tests 0 passed (0)
12
-  Start at 13:04:19
13
-  Duration 831ms
12
+  Start at 16:42:53
13
+  Duration 864ms
14
14
  [?2026l[?2026h
15
-  ❯ src/__tests__/sqlite-runner.test.ts [queued]
15
+  ❯ src/__tests__/sqlite-runner.e2e.test.ts [queued]
16
16
 
17
17
   Test Files 0 passed (2)
18
18
   Tests 0 passed (0)
19
-  Start at 13:04:19
20
-  Duration 1.26s
19
+  Start at 16:42:53
20
+  Duration 1.08s
21
21
  [?2026l[?2026h
22
22
   ❯ src/__tests__/sqlite-runner.e2e.test.ts [queued]
23
23
   ❯ src/__tests__/sqlite-runner.test.ts [queued]
24
24
 
25
25
   Test Files 0 passed (2)
26
26
   Tests 0 passed (0)
27
-  Start at 13:04:19
28
-  Duration 1.88s
27
+  Start at 16:42:53
28
+  Duration 1.96s
29
29
  [?2026l[?2026h
30
-  ❯ src/__tests__/sqlite-runner.e2e.test.ts [queued]
31
-  ❯ src/__tests__/sqlite-runner.test.ts 0/7
30
+  ❯ src/__tests__/sqlite-runner.e2e.test.ts 0/8
31
+  ❯ src/__tests__/sqlite-runner.test.ts [queued]
32
32
 
33
33
   Test Files 0 passed (2)
34
-  Tests 0 passed (7)
35
-  Start at 13:04:19
36
-  Duration 2.18s
34
+  Tests 0 passed (8)
35
+  Start at 16:42:53
36
+  Duration 2.06s
37
37
  [?2026l[?2026h
38
38
   ❯ src/__tests__/sqlite-runner.e2e.test.ts 1/8
39
39
   ❯ src/__tests__/sqlite-runner.test.ts 0/7
40
40
 
41
41
   Test Files 0 passed (2)
42
42
   Tests 1 passed (15)
43
-  Start at 13:04:19
44
-  Duration 2.59s
45
- [?2026l ✓ src/__tests__/sqlite-runner.e2e.test.ts (8 tests) 369ms
46
- ✓ src/__tests__/sqlite-runner.test.ts (7 tests) 468ms
43
+  Start at 16:42:53
44
+  Duration 2.17s
45
+ [?2026l ✓ src/__tests__/sqlite-runner.e2e.test.ts (8 tests) 87ms
46
+ ✓ src/__tests__/sqlite-runner.test.ts (7 tests) 164ms
47
47
 
48
48
   Test Files  2 passed (2)
49
49
   Tests  15 passed (15)
50
-  Start at  13:04:19
51
-  Duration  2.88s (transform 248ms, setup 0ms, collect 1.86s, tests 837ms, environment 0ms, prepare 655ms)
50
+  Start at  16:42:53
51
+  Duration  2.39s (transform 396ms, setup 0ms, collect 2.03s, tests 250ms, environment 0ms, prepare 766ms)
52
52
 
53
53
  [?25h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotkitnext/sqlite-runner",
3
- "version": "0.0.19-alpha.0",
3
+ "version": "0.0.19-alpha.1",
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.40-alpha.10",
30
30
  "rxjs": "7.8.1",
31
- "@copilotkitnext/runtime": "0.0.19-alpha.0"
31
+ "@copilotkitnext/runtime": "0.0.19-alpha.1"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "better-sqlite3": "^12.2.0"