@copilotkitnext/agent 0.0.15 → 0.0.16

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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @copilotkitnext/agent@0.0.14 build /Users/mme/Projects/CopilotKit2/main/packages/agent
3
+ > @copilotkitnext/agent@0.0.16 build /Users/mme/Projects/CopilotKit2/main/packages/agent
4
4
  > tsup
5
5
 
6
6
  CLI Building entry: src/index.ts
@@ -13,11 +13,11 @@
13
13
  ESM Build start
14
14
  ESM dist/index.mjs 19.33 KB
15
15
  ESM dist/index.mjs.map 40.61 KB
16
- ESM ⚡️ Build success in 15ms
16
+ ESM ⚡️ Build success in 9ms
17
17
  CJS dist/index.js 21.08 KB
18
18
  CJS dist/index.js.map 40.66 KB
19
- CJS ⚡️ Build success in 16ms
19
+ CJS ⚡️ Build success in 10ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 2104ms
21
+ DTS ⚡️ Build success in 1938ms
22
22
  DTS dist/index.d.ts 5.84 KB
23
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.15",
3
+ "version": "0.0.16",
4
4
  "description": "Basic Agent for CopilotKit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -25,7 +25,7 @@
25
25
  "@copilotkitnext/typescript-config": "0.0.0"
26
26
  },
27
27
  "dependencies": {
28
- "@ag-ui/client": "0.0.40-alpha.3",
28
+ "@ag-ui/client": "0.0.40-alpha.6",
29
29
  "@ai-sdk/anthropic": "^2.0.22",
30
30
  "@ai-sdk/google": "^2.0.17",
31
31
  "@ai-sdk/openai": "^2.0.42",