@copilotkitnext/core 0.0.1 → 0.0.2

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/core@0.0.0 build /Users/mme/Code/CopilotKit2/packages/core
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/Code/CopilotKit2/packages/core/tsup.config.ts
9
- CLI Target: es2022
10
- CLI Cleaning output folder
11
- CJS Build start
12
- ESM Build start
13
- ESM dist/index.mjs 15.02 KB
14
- ESM dist/index.mjs.map 30.38 KB
15
- ESM ⚡️ Build success in 11ms
16
- CJS dist/index.js 16.30 KB
17
- CJS dist/index.js.map 30.55 KB
18
- CJS ⚡️ Build success in 11ms
19
- DTS Build start
20
- DTS ⚡️ Build success in 1070ms
21
- DTS dist/index.d.ts 3.38 KB
22
- DTS dist/index.d.mts 3.38 KB
1
+
2
+ 
3
+ > @copilotkitnext/core@0.0.1 build /Users/mme/Code/vnext_experimental/packages/core
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/Code/vnext_experimental/packages/core/tsup.config.ts
10
+ CLI Target: es2022
11
+ CLI Cleaning output folder
12
+ CJS Build start
13
+ ESM Build start
14
+ CJS dist/index.js 16.30 KB
15
+ CJS dist/index.js.map 30.55 KB
16
+ CJS ⚡️ Build success in 11ms
17
+ ESM dist/index.mjs 15.02 KB
18
+ ESM dist/index.mjs.map 30.38 KB
19
+ ESM ⚡️ Build success in 11ms
20
+ DTS Build start
21
+ DTS ⚡️ Build success in 1131ms
22
+ DTS dist/index.d.ts 3.38 KB
23
+ DTS dist/index.d.mts 3.38 KB
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotkitnext/core",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Core web utilities for CopilotKit2",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -21,14 +21,14 @@
21
21
  "tsup": "^8.5.0",
22
22
  "typescript": "5.8.2",
23
23
  "vitest": "^3.2.4",
24
- "@copilotkitnext/typescript-config": "0.0.0",
25
- "@copilotkitnext/eslint-config": "0.0.0"
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.36-alpha.1",
29
29
  "rxjs": "7.8.1",
30
30
  "zod": "^3.25.75",
31
- "@copilotkitnext/shared": "0.0.1"
31
+ "@copilotkitnext/shared": "0.0.2"
32
32
  },
33
33
  "engines": {
34
34
  "node": ">=18"