@copilotkitnext/sqlite-runner 0.0.34-pr.fix-express-endpoint → 1.51.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 +7 -0
- package/LICENSE +17 -7
- package/package.json +9 -8
- package/.turbo/turbo-build.log +0 -23
package/CHANGELOG.md
ADDED
package/LICENSE
CHANGED
|
@@ -1,11 +1,21 @@
|
|
|
1
|
-
|
|
1
|
+
The MIT License
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Copyright (c) Atai Barkai
|
|
4
4
|
|
|
5
|
-
|
|
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
|
-
|
|
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
|
-
|
|
10
|
-
|
|
11
|
-
|
|
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": "
|
|
3
|
+
"version": "1.51.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": "
|
|
26
|
-
"@copilotkitnext/
|
|
25
|
+
"@copilotkitnext/eslint-config": "1.51.0-next.1",
|
|
26
|
+
"@copilotkitnext/runtime": "1.51.0-next.1",
|
|
27
|
+
"@copilotkitnext/typescript-config": "1.51.0-next.1"
|
|
27
28
|
},
|
|
28
29
|
"dependencies": {
|
|
29
|
-
"
|
|
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
|
-
"
|
|
33
|
+
"@ag-ui/client": "0.0.42",
|
|
34
|
+
"better-sqlite3": "^12.2.0",
|
|
35
|
+
"@copilotkitnext/runtime": "1.51.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 .
|
|
48
|
+
"lint": "eslint .",
|
|
48
49
|
"check-types": "tsc --noEmit",
|
|
49
50
|
"clean": "rm -rf dist",
|
|
50
51
|
"test": "vitest run",
|
package/.turbo/turbo-build.log
DELETED
|
@@ -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
|
-
[34mCLI[39m Building entry: src/index.ts
|
|
7
|
-
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
8
|
-
[34mCLI[39m tsup v8.5.0
|
|
9
|
-
[34mCLI[39m Using tsup config: /Users/mikeryan/Repos/cpk/CopilotKit/src/v2.x/packages/sqlite-runner/tsup.config.ts
|
|
10
|
-
[34mCLI[39m Target: es2022
|
|
11
|
-
[34mCLI[39m Cleaning output folder
|
|
12
|
-
[34mCJS[39m Build start
|
|
13
|
-
[34mESM[39m Build start
|
|
14
|
-
[32mESM[39m [1mdist/index.mjs [22m[32m11.55 KB[39m
|
|
15
|
-
[32mESM[39m [1mdist/index.mjs.map [22m[32m22.22 KB[39m
|
|
16
|
-
[32mESM[39m ⚡️ Build success in 8ms
|
|
17
|
-
[32mCJS[39m [1mdist/index.js [22m[32m13.32 KB[39m
|
|
18
|
-
[32mCJS[39m [1mdist/index.js.map [22m[32m22.31 KB[39m
|
|
19
|
-
[32mCJS[39m ⚡️ 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
|