@copilotkitnext/sqlite-runner 0.0.0-fix-runtime-openai-api-key-passthrough-20260115015318 → 0.0.0-fix-shared-agent-state-20260123211820

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +48 -2
  2. package/package.json +7 -8
package/CHANGELOG.md CHANGED
@@ -1,10 +1,56 @@
1
1
  # @copilotkitnext/sqlite-runner
2
2
 
3
- ## 0.0.0-fix-runtime-openai-api-key-passthrough-20260115015318
3
+ ## 0.0.0-fix-shared-agent-state-20260123211820
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - @copilotkitnext/runtime@0.0.0-fix-runtime-openai-api-key-passthrough-20260115015318
7
+ - @copilotkitnext/runtime@0.0.0-fix-shared-agent-state-20260123211820
8
+
9
+ ## 1.51.3-next.3
10
+
11
+ ### Patch Changes
12
+
13
+ - @copilotkitnext/runtime@1.51.3-next.3
14
+
15
+ ## 1.51.3-next.2
16
+
17
+ ### Patch Changes
18
+
19
+ - @copilotkitnext/runtime@1.51.3-next.2
20
+
21
+ ## 1.51.3-next.1
22
+
23
+ ### Patch Changes
24
+
25
+ - @copilotkitnext/runtime@1.51.3-next.1
26
+
27
+ ## 1.51.3-next.0
28
+
29
+ ### Patch Changes
30
+
31
+ - @copilotkitnext/runtime@1.51.3-next.0
32
+
33
+ ## 1.51.2
34
+
35
+ ### Patch Changes
36
+
37
+ - e59d23f: Use deps instead of peerdeps
38
+ - Updated dependencies [e59d23f]
39
+ - @copilotkitnext/runtime@1.51.2
40
+
41
+ ## 1.51.2-next.1
42
+
43
+ ### Patch Changes
44
+
45
+ - e59d23f: Use deps instead of peerdeps
46
+ - Updated dependencies [e59d23f]
47
+ - @copilotkitnext/runtime@1.51.2-next.1
48
+
49
+ ## 1.51.2-next.0
50
+
51
+ ### Patch Changes
52
+
53
+ - @copilotkitnext/runtime@1.51.2-next.0
8
54
 
9
55
  ## 1.51.1
10
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotkitnext/sqlite-runner",
3
- "version": "0.0.0-fix-runtime-openai-api-key-passthrough-20260115015318",
3
+ "version": "0.0.0-fix-shared-agent-state-20260123211820",
4
4
  "description": "SQLite-backed agent runner for CopilotKit2",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -22,17 +22,16 @@
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-fix-runtime-openai-api-key-passthrough-20260115015318",
26
- "@copilotkitnext/runtime": "0.0.0-fix-runtime-openai-api-key-passthrough-20260115015318",
27
- "@copilotkitnext/typescript-config": "0.0.0-fix-runtime-openai-api-key-passthrough-20260115015318"
25
+ "@copilotkitnext/eslint-config": "0.0.0-fix-shared-agent-state-20260123211820",
26
+ "@copilotkitnext/typescript-config": "0.0.0-fix-shared-agent-state-20260123211820"
28
27
  },
29
28
  "dependencies": {
30
- "rxjs": "7.8.1"
29
+ "@ag-ui/client": "0.0.42",
30
+ "rxjs": "7.8.1",
31
+ "@copilotkitnext/runtime": "0.0.0-fix-shared-agent-state-20260123211820"
31
32
  },
32
33
  "peerDependencies": {
33
- "@ag-ui/client": "0.0.42",
34
- "better-sqlite3": "^12.2.0",
35
- "@copilotkitnext/runtime": "0.0.0-fix-runtime-openai-api-key-passthrough-20260115015318"
34
+ "better-sqlite3": "^12.2.0"
36
35
  },
37
36
  "peerDependenciesMeta": {
38
37
  "better-sqlite3": {