@copilotkitnext/sqlite-runner 0.0.15 → 0.0.16

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.14 build /Users/mme/Projects/CopilotKit2/main/packages/sqlite-runner
3
+ > @copilotkitnext/sqlite-runner@0.0.16 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 11.26 KB
15
15
  CJS dist/index.js.map 18.80 KB
16
- CJS ⚡️ Build success in 11ms
16
+ CJS ⚡️ Build success in 16ms
17
17
  ESM dist/index.mjs 9.50 KB
18
18
  ESM dist/index.mjs.map 18.71 KB
19
- ESM ⚡️ Build success in 11ms
19
+ ESM ⚡️ Build success in 17ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 1162ms
21
+ DTS ⚡️ Build success in 1167ms
22
22
  DTS dist/index.d.ts 1010.00 B
23
23
  DTS dist/index.d.mts 1010.00 B
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotkitnext/sqlite-runner",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
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.15"
31
+ "@copilotkitnext/runtime": "0.0.16"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "better-sqlite3": "^12.2.0"