@copilotkitnext/sqlite-runner 0.0.19 → 0.0.20

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.18 build /Users/tylerslaton/Code/vnext_experimental/packages/sqlite-runner
3
+ > @copilotkitnext/sqlite-runner@0.0.18 build /Users/mme/Projects/CopilotKit2/main/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/tylerslaton/Code/vnext_experimental/packages/sqlite-runner/tsup.config.ts
9
+ CLI Using tsup config: /Users/mme/Projects/CopilotKit2/main/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
14
  ESM dist/index.mjs 11.55 KB
15
15
  ESM dist/index.mjs.map 22.22 KB
16
- ESM ⚡️ Build success in 8ms
16
+ ESM ⚡️ Build success in 11ms
17
17
  CJS dist/index.js 13.32 KB
18
18
  CJS dist/index.js.map 22.31 KB
19
- CJS ⚡️ Build success in 8ms
19
+ CJS ⚡️ Build success in 12ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 567ms
21
+ DTS ⚡️ Build success in 1174ms
22
22
  DTS dist/index.d.ts 1009.00 B
23
23
  DTS dist/index.d.mts 1009.00 B
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotkitnext/sqlite-runner",
3
- "version": "0.0.19",
3
+ "version": "0.0.20",
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/eslint-config": "0.0.0",
26
- "@copilotkitnext/typescript-config": "0.0.0"
25
+ "@copilotkitnext/typescript-config": "0.0.0",
26
+ "@copilotkitnext/eslint-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.19"
31
+ "@copilotkitnext/runtime": "0.0.20"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "better-sqlite3": "^12.2.0"
File without changes
@@ -1,48 +0,0 @@
1
-
2
- 
3
- > @copilotkitnext/sqlite-runner@0.0.17 test /Users/tylerslaton/Code/vnext_experimental/packages/sqlite-runner
4
- > vitest run
5
-
6
- [?25l
7
-  RUN  v3.2.4 /Users/tylerslaton/Code/vnext_experimental/packages/sqlite-runner
8
-
9
- [?2026h
10
-  ❯ src/__tests__/thread-listing.test.ts [queued]
11
-
12
-  Test Files 0 passed (6)
13
-  Tests 0 passed (0)
14
-  Start at 17:30:30
15
-  Duration 100ms
16
- [?2026l[?2026h
17
-  ❯ src/__tests__/resource-scoping.test.ts 0/19
18
-  ❯ src/__tests__/sqlite-runner.e2e.test.ts [queued]
19
-  ❯ src/__tests__/sqlite-runner.test.ts [queued]
20
-  ❯ src/__tests__/thread-hijacking.test.ts [queued]
21
-  ❯ src/__tests__/thread-listing.test.ts [queued]
22
-  ❯ src/__tests__/threading-edge-cases.test.ts [queued]
23
-
24
-  Test Files 0 passed (6)
25
-  Tests 0 passed (19)
26
-  Start at 17:30:30
27
-  Duration 308ms
28
- [?2026l[?2026h ✓ src/__tests__/thread-hijacking.test.ts (17 tests) 19ms
29
- ✓ src/__tests__/resource-scoping.test.ts (19 tests) 22ms
30
- ✓ src/__tests__/sqlite-runner.e2e.test.ts (8 tests) 22ms
31
- ✓ src/__tests__/sqlite-runner.test.ts (7 tests) 88ms
32
- ✓ src/__tests__/thread-listing.test.ts (8 tests) 96ms
33
-
34
-
35
-  ❯ src/__tests__/threading-edge-cases.test.ts 1/24
36
-
37
-  Test Files 5 passed (6)
38
-  Tests 60 passed (83)
39
-  Start at 17:30:30
40
-  Duration 409ms
41
- [?2026l ✓ src/__tests__/threading-edge-cases.test.ts (24 tests) 105ms
42
-
43
-  Test Files  6 passed (6)
44
-  Tests  83 passed (83)
45
-  Start at  17:30:30
46
-  Duration  505ms (transform 233ms, setup 0ms, collect 1.24s, tests 352ms, environment 0ms, prepare 333ms)
47
-
48
- [?25h