@copilotkitnext/sqlite-runner 0.0.34-pr.fix-express-endpoint → 2.0.0-next.1

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.
package/CHANGELOG.md ADDED
@@ -0,0 +1,9 @@
1
+ # @copilotkitnext/sqlite-runner
2
+
3
+ ## 2.0.0-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 2839a15: Update versioning strategy
8
+ - Updated dependencies [2839a15]
9
+ - @copilotkitnext/runtime@2.0.0-next.1
package/LICENSE CHANGED
@@ -1,11 +1,21 @@
1
- Note: This license does not apply to the whole project. Individual packages may contain their own licenses.
1
+ The MIT License
2
2
 
3
- MIT License
3
+ Copyright (c) Atai Barkai
4
4
 
5
- Copyright 2025 Tawkit Inc.
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
6
11
 
7
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
8
14
 
9
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
10
-
11
- THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotkitnext/sqlite-runner",
3
- "version": "v0.0.34-pr.fix-express-endpoint",
3
+ "version": "2.0.0-next.1",
4
4
  "description": "SQLite-backed agent runner for CopilotKit2",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -22,16 +22,17 @@
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/eslint-config": "2.0.0-next.1",
26
+ "@copilotkitnext/runtime": "2.0.0-next.1",
27
+ "@copilotkitnext/typescript-config": "2.0.0-next.1"
27
28
  },
28
29
  "dependencies": {
29
- "@ag-ui/client": "0.0.42",
30
- "rxjs": "7.8.1",
31
- "@copilotkitnext/runtime": "v0.0.34-pr.fix-express-endpoint"
30
+ "rxjs": "7.8.1"
32
31
  },
33
32
  "peerDependencies": {
34
- "better-sqlite3": "^12.2.0"
33
+ "@ag-ui/client": "0.0.42",
34
+ "better-sqlite3": "^12.2.0",
35
+ "@copilotkitnext/runtime": "2.0.0-next.1"
35
36
  },
36
37
  "peerDependenciesMeta": {
37
38
  "better-sqlite3": {
@@ -44,7 +45,7 @@
44
45
  "scripts": {
45
46
  "build": "tsup",
46
47
  "dev": "tsup --watch",
47
- "lint": "eslint . --max-warnings 0",
48
+ "lint": "eslint .",
48
49
  "check-types": "tsc --noEmit",
49
50
  "clean": "rm -rf dist",
50
51
  "test": "vitest run",
@@ -1,23 +0,0 @@
1
-
2
- 
3
- > @copilotkitnext/sqlite-runner@0.0.33 build /Users/mikeryan/Repos/cpk/CopilotKit/src/v2.x/packages/sqlite-runner
4
- > tsup
5
-
6
- CLI Building entry: src/index.ts
7
- CLI Using tsconfig: tsconfig.json
8
- CLI tsup v8.5.0
9
- CLI Using tsup config: /Users/mikeryan/Repos/cpk/CopilotKit/src/v2.x/packages/sqlite-runner/tsup.config.ts
10
- CLI Target: es2022
11
- CLI Cleaning output folder
12
- CJS Build start
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 8ms
17
- CJS dist/index.js 13.32 KB
18
- CJS dist/index.js.map 22.31 KB
19
- CJS ⚡️ Build success in 8ms
20
- DTS Build start
21
- DTS ⚡️ Build success in 500ms
22
- DTS dist/index.d.ts 1009.00 B
23
- DTS dist/index.d.mts 1009.00 B