@copilotkitnext/agent 0.0.14 → 0.0.15
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/.turbo/turbo-build.log +23 -22
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,22 +1,23 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
>
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
DTS
|
|
21
|
-
DTS
|
|
22
|
-
DTS dist/index.d.
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
> @copilotkitnext/agent@0.0.14 build /Users/mme/Projects/CopilotKit2/main/packages/agent
|
|
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/mme/Projects/CopilotKit2/main/packages/agent/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[32m19.33 KB[39m
|
|
15
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m40.61 KB[39m
|
|
16
|
+
[32mESM[39m ⚡️ Build success in 15ms
|
|
17
|
+
[32mCJS[39m [1mdist/index.js [22m[32m21.08 KB[39m
|
|
18
|
+
[32mCJS[39m [1mdist/index.js.map [22m[32m40.66 KB[39m
|
|
19
|
+
[32mCJS[39m ⚡️ Build success in 16ms
|
|
20
|
+
DTS Build start
|
|
21
|
+
DTS ⚡️ Build success in 2104ms
|
|
22
|
+
DTS dist/index.d.ts 5.84 KB
|
|
23
|
+
DTS dist/index.d.mts 5.84 KB
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@copilotkitnext/agent",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.15",
|
|
4
4
|
"description": "Basic Agent for CopilotKit",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"tsup": "^8.5.0",
|
|
22
22
|
"typescript": "5.8.2",
|
|
23
23
|
"vitest": "^3.0.5",
|
|
24
|
-
"@copilotkitnext/
|
|
25
|
-
"@copilotkitnext/
|
|
24
|
+
"@copilotkitnext/eslint-config": "0.0.0",
|
|
25
|
+
"@copilotkitnext/typescript-config": "0.0.0"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@ag-ui/client": "0.0.40-alpha.3",
|