@copilotkitnext/react 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,28 +1,30 @@
1
-
2
- > @copilotkitnext/react@0.0.0 build /Users/mme/Code/CopilotKit2/packages/react
3
- > tsup && npm run build:css
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/react/tsup.config.ts
9
- CLI Target: es2022
10
- CJS Build start
11
- ESM Build start
12
- ESM dist/index.mjs 72.83 KB
13
- ESM dist/index.mjs.map 138.31 KB
14
- ESM ⚡️ Build success in 23ms
15
- CJS dist/index.js 80.60 KB
16
- CJS dist/index.js.map 136.95 KB
17
- CJS ⚡️ Build success in 23ms
18
- DTS Build start
19
- DTS ⚡️ Build success in 2683ms
20
- DTS dist/index.d.ts 17.44 KB
21
- DTS dist/index.d.mts 17.44 KB
22
-
23
- > @copilotkitnext/react@0.0.0 build:css
24
- > npx @tailwindcss/cli -i ./src/styles/globals.css -o ./dist/styles.css -m
25
-
26
- ≈ tailwindcss v4.1.11
27
-
28
- Done in 100ms
1
+
2
+ 
3
+ > @copilotkitnext/react@0.0.1 build /Users/mme/Code/vnext_experimental/packages/react
4
+ > tsup && npm run build:css
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/react/tsup.config.ts
10
+ CLI Target: es2022
11
+ CJS Build start
12
+ ESM Build start
13
+ CJS dist/index.js 80.60 KB
14
+ CJS dist/index.js.map 136.95 KB
15
+ CJS ⚡️ Build success in 27ms
16
+ ESM dist/index.mjs 72.83 KB
17
+ ESM dist/index.mjs.map 138.31 KB
18
+ ESM ⚡️ Build success in 27ms
19
+ DTS Build start
20
+ DTS ⚡️ Build success in 2909ms
21
+ DTS dist/index.d.ts 17.44 KB
22
+ DTS dist/index.d.mts 17.44 KB
23
+
24
+ > @copilotkitnext/react@0.0.1 build:css
25
+ > npx @tailwindcss/cli -i ./src/styles/globals.css -o ./dist/styles.css -m
26
+
27
+ ⠙⠹⠸⠼⠴⠦⠧⠇⠏⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏⠋≈ tailwindcss v4.1.11
28
+
29
+ Done in 115ms
30
+ ⠙⠙
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotkitnext/react",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "React components for CopilotKit2",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -58,8 +58,8 @@
58
58
  "tw-animate-css": "^1.3.5",
59
59
  "use-stick-to-bottom": "^1.1.1",
60
60
  "zod": "^3.25.75",
61
- "@copilotkitnext/core": "0.0.1",
62
- "@copilotkitnext/shared": "0.0.1"
61
+ "@copilotkitnext/core": "0.0.2",
62
+ "@copilotkitnext/shared": "0.0.2"
63
63
  },
64
64
  "peerDependencies": {
65
65
  "react": ">=16.8.0",