@copilotkitnext/sqlite-runner 1.54.0-next.9 → 1.54.1-next.0

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 +14 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @copilotkitnext/sqlite-runner
2
2
 
3
+ ## 1.54.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @copilotkitnext/runtime@1.54.1-next.0
8
+
9
+ ## 1.54.0
10
+
11
+ ### Patch Changes
12
+
13
+ - 3780c6a: deprecate: mark all @copilotkitnext/_ packages as deprecated in favor of @copilotkit/_ equivalents
14
+ - Updated dependencies [3780c6a]
15
+ - @copilotkitnext/runtime@1.54.0
16
+
3
17
  ## 1.54.0-next.9
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotkitnext/sqlite-runner",
3
- "version": "1.54.0-next.9",
3
+ "version": "1.54.1-next.0",
4
4
  "deprecated": "This package is deprecated. Use @copilotkit/sqlite-runner instead. V2 features are being integrated into the main @copilotkit exports and will be available under the /v2 subpath.",
5
5
  "description": "SQLite-backed agent runner for CopilotKit2",
6
6
  "main": "./dist/index.cjs",
@@ -24,13 +24,13 @@
24
24
  "tsdown": "^0.20.3",
25
25
  "typescript": "5.8.2",
26
26
  "vitest": "^3.0.5",
27
- "@copilotkitnext/eslint-config": "1.54.0-next.9",
28
- "@copilotkitnext/typescript-config": "1.54.0-next.9"
27
+ "@copilotkitnext/eslint-config": "1.54.1-next.0",
28
+ "@copilotkitnext/typescript-config": "1.54.1-next.0"
29
29
  },
30
30
  "dependencies": {
31
31
  "@ag-ui/client": "0.0.47",
32
32
  "rxjs": "7.8.1",
33
- "@copilotkitnext/runtime": "1.54.0-next.9"
33
+ "@copilotkitnext/runtime": "1.54.1-next.0"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "better-sqlite3": "^12.2.0"