@copilotkitnext/sqlite-runner 0.0.32 → 0.0.33

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.31 build /Users/ran/Desktop/vnext_experimental/packages/sqlite-runner
3
+ > @copilotkitnext/sqlite-runner@0.0.32 build /Users/ran/Desktop/vnext_experimental/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 9ms
17
14
  CJS dist/index.js 13.32 KB
18
15
  CJS dist/index.js.map 22.31 KB
19
- CJS ⚡️ Build success in 9ms
16
+ CJS ⚡️ Build success in 10ms
17
+ ESM dist/index.mjs 11.55 KB
18
+ ESM dist/index.mjs.map 22.22 KB
19
+ ESM ⚡️ Build success in 10ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 797ms
21
+ DTS ⚡️ Build success in 727ms
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.32",
3
+ "version": "0.0.33",
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.32"
31
+ "@copilotkitnext/runtime": "0.0.33"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "better-sqlite3": "^12.2.0"