@copilotkitnext/sqlite-runner 0.0.16 → 0.0.17-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.16 build /Users/mme/Projects/CopilotKit2/main/packages/sqlite-runner
3
+ > @copilotkitnext/sqlite-runner@0.0.17-alpha.0 build /Users/brandonmcconnell/Projects/@CopilotKit/vnext_experimental/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/mme/Projects/CopilotKit2/main/packages/sqlite-runner/tsup.config.ts
9
+ CLI Using tsup config: /Users/brandonmcconnell/Projects/@CopilotKit/vnext_experimental/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
- CJS dist/index.js 11.26 KB
15
- CJS dist/index.js.map 18.80 KB
16
- CJS ⚡️ Build success in 16ms
17
14
  ESM dist/index.mjs 9.50 KB
18
15
  ESM dist/index.mjs.map 18.71 KB
19
- ESM ⚡️ Build success in 17ms
16
+ ESM ⚡️ Build success in 12ms
17
+ CJS dist/index.js 11.26 KB
18
+ CJS dist/index.js.map 18.80 KB
19
+ CJS ⚡️ Build success in 12ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 1167ms
21
+ DTS ⚡️ Build success in 793ms
22
22
  DTS dist/index.d.ts 1010.00 B
23
23
  DTS dist/index.d.mts 1010.00 B
@@ -0,0 +1,61 @@
1
+
2
+ 
3
+ > @copilotkitnext/sqlite-runner@0.0.16 test /Users/brandonmcconnell/Projects/@CopilotKit/vnext_experimental/packages/sqlite-runner
4
+ > vitest run
5
+
6
+ [?25l
7
+  RUN  v3.2.4 /Users/brandonmcconnell/Projects/@CopilotKit/vnext_experimental/packages/sqlite-runner
8
+
9
+ [?2026h
10
+  ❯ src/__tests__/sqlite-runner.test.ts [queued]
11
+
12
+  Test Files 0 passed (2)
13
+  Tests 0 passed (0)
14
+  Start at 10:10:47
15
+  Duration 778ms
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 10:10:47
23
+  Duration 1.02s
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 10:10:47
31
+  Duration 1.75s
32
+ [?2026l[?2026h ✓ src/__tests__/sqlite-runner.e2e.test.ts (8 tests) 77ms
33
+
34
+  ❯ src/__tests__/sqlite-runner.test.ts [queued]
35
+
36
+  Test Files 1 passed (2)
37
+  Tests 8 passed (8)
38
+  Start at 10:10:47
39
+  Duration 1.96s
40
+ [?2026l[?2026h
41
+  ❯ src/__tests__/sqlite-runner.test.ts 0/4
42
+
43
+  Test Files 1 passed (2)
44
+  Tests 8 passed (12)
45
+  Start at 10:10:47
46
+  Duration 2.17s
47
+ [?2026l[?2026h
48
+  ❯ src/__tests__/sqlite-runner.test.ts 1/4
49
+
50
+  Test Files 1 passed (2)
51
+  Tests 9 passed (12)
52
+  Start at 10:10:47
53
+  Duration 2.37s
54
+ [?2026l ✓ src/__tests__/sqlite-runner.test.ts (4 tests) 182ms
55
+
56
+  Test Files  2 passed (2)
57
+  Tests  12 passed (12)
58
+  Start at  10:10:47
59
+  Duration  2.47s (transform 444ms, setup 0ms, collect 2.36s, tests 259ms, environment 1ms, prepare 592ms)
60
+
61
+ [?25h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotkitnext/sqlite-runner",
3
- "version": "0.0.16",
3
+ "version": "0.0.17-alpha.0",
4
4
  "description": "SQLite-backed agent runner for CopilotKit2",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -22,13 +22,13 @@
22
22
  "tsup": "^8.5.0",
23
23
  "typescript": "5.8.2",
24
24
  "vitest": "^3.0.5",
25
- "@copilotkitnext/typescript-config": "0.0.0",
26
- "@copilotkitnext/eslint-config": "0.0.0"
25
+ "@copilotkitnext/eslint-config": "0.0.0",
26
+ "@copilotkitnext/typescript-config": "0.0.0"
27
27
  },
28
28
  "dependencies": {
29
29
  "@ag-ui/client": "0.0.40-alpha.6",
30
30
  "rxjs": "7.8.1",
31
- "@copilotkitnext/runtime": "0.0.16"
31
+ "@copilotkitnext/runtime": "0.0.17-alpha.0"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "better-sqlite3": "^12.2.0"