@copilotkitnext/sqlite-runner 0.0.0-fix-global-styles-20260220095709 → 0.0.0-fix-langgraphhttpagent-loadagentstate-20260220224632

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 +3 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,13 @@
1
1
  # @copilotkitnext/sqlite-runner
2
2
 
3
- ## 0.0.0-fix-global-styles-20260220095709
3
+ ## 0.0.0-fix-langgraphhttpagent-loadagentstate-20260220224632
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - ef0f539: Add reasoning support and default components for reasoning messages
8
+ - Updated dependencies [3334faf]
8
9
  - Updated dependencies [ef0f539]
9
- - @copilotkitnext/runtime@0.0.0-fix-global-styles-20260220095709
10
+ - @copilotkitnext/runtime@0.0.0-fix-langgraphhttpagent-loadagentstate-20260220224632
10
11
 
11
12
  ## 1.51.5-next.3
12
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotkitnext/sqlite-runner",
3
- "version": "0.0.0-fix-global-styles-20260220095709",
3
+ "version": "0.0.0-fix-langgraphhttpagent-loadagentstate-20260220224632",
4
4
  "description": "SQLite-backed agent runner for CopilotKit2",
5
5
  "main": "./dist/index.cjs",
6
6
  "types": "./dist/index.d.cts",
@@ -23,13 +23,13 @@
23
23
  "tsdown": "^0.20.3",
24
24
  "typescript": "5.8.2",
25
25
  "vitest": "^3.0.5",
26
- "@copilotkitnext/eslint-config": "0.0.0-fix-global-styles-20260220095709",
27
- "@copilotkitnext/typescript-config": "0.0.0-fix-global-styles-20260220095709"
26
+ "@copilotkitnext/eslint-config": "0.0.0-fix-langgraphhttpagent-loadagentstate-20260220224632",
27
+ "@copilotkitnext/typescript-config": "0.0.0-fix-langgraphhttpagent-loadagentstate-20260220224632"
28
28
  },
29
29
  "dependencies": {
30
30
  "@ag-ui/client": "0.0.45",
31
31
  "rxjs": "7.8.1",
32
- "@copilotkitnext/runtime": "0.0.0-fix-global-styles-20260220095709"
32
+ "@copilotkitnext/runtime": "0.0.0-fix-langgraphhttpagent-loadagentstate-20260220224632"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "better-sqlite3": "^12.2.0"