@copilotkitnext/agent 0.0.13 → 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.
@@ -1,22 +1,23 @@
1
-
2
- > @copilotkitnext/agent@0.0.13-alpha.1 build /Users/mme/Projects/CopilotKit2/main/packages/agent
3
- > tsup
4
-
5
- CLI Building entry: src/index.ts
6
- CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.5.0
8
- CLI Using tsup config: /Users/mme/Projects/CopilotKit2/main/packages/agent/tsup.config.ts
9
- CLI Target: es2022
10
- CLI Cleaning output folder
11
- CJS Build start
12
- ESM Build start
13
- CJS dist/index.js 21.08 KB
14
- CJS dist/index.js.map 40.66 KB
15
- CJS ⚡️ Build success in 10ms
16
- ESM dist/index.mjs 19.33 KB
17
- ESM dist/index.mjs.map 40.61 KB
18
- ESM ⚡️ Build success in 11ms
19
- DTS Build start
20
- DTS ⚡️ Build success in 2216ms
21
- DTS dist/index.d.ts 5.84 KB
22
- DTS dist/index.d.mts 5.84 KB
1
+
2
+ 
3
+ > @copilotkitnext/agent@0.0.14 build /Users/mme/Projects/CopilotKit2/main/packages/agent
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/mme/Projects/CopilotKit2/main/packages/agent/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 19.33 KB
15
+ ESM dist/index.mjs.map 40.61 KB
16
+ ESM ⚡️ Build success in 15ms
17
+ CJS dist/index.js 21.08 KB
18
+ CJS dist/index.js.map 40.66 KB
19
+ CJS ⚡️ 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.13",
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",