@copilotkitnext/agent 0.0.22-alpha.6 → 0.0.22-alpha.7

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.22-alpha.6 build /Users/ran/Desktop/vnext_experimental/packages/agent
3
+ > @copilotkitnext/agent@0.0.22-alpha.7 build /Users/ran/Desktop/vnext_experimental/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
  CJS dist/index.js 22.62 KB
15
15
  CJS dist/index.js.map 43.60 KB
16
- CJS ⚡️ Build success in 10ms
16
+ CJS ⚡️ Build success in 12ms
17
17
  ESM dist/index.mjs 20.84 KB
18
18
  ESM dist/index.mjs.map 43.55 KB
19
- ESM ⚡️ Build success in 10ms
19
+ ESM ⚡️ Build success in 13ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 1382ms
21
+ DTS ⚡️ Build success in 1435ms
22
22
  DTS dist/index.d.ts 5.88 KB
23
23
  DTS dist/index.d.mts 5.88 KB
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotkitnext/agent",
3
- "version": "0.0.22-alpha.6",
3
+ "version": "0.0.22-alpha.7",
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/eslint-config": "0.0.0",
25
- "@copilotkitnext/typescript-config": "0.0.0"
24
+ "@copilotkitnext/typescript-config": "0.0.0",
25
+ "@copilotkitnext/eslint-config": "0.0.0"
26
26
  },
27
27
  "dependencies": {
28
28
  "@ag-ui/client": "0.0.41-alpha.0",