@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.
- package/.turbo/turbo-build.log +30 -28
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,28 +1,30 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
>
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
DTS
|
|
20
|
-
DTS
|
|
21
|
-
DTS dist/index.d.
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
>
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
> @copilotkitnext/react@0.0.1 build /Users/mme/Code/vnext_experimental/packages/react
|
|
4
|
+
> tsup && npm run build:css
|
|
5
|
+
|
|
6
|
+
[34mCLI[39m Building entry: src/index.ts
|
|
7
|
+
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
8
|
+
[34mCLI[39m tsup v8.5.0
|
|
9
|
+
[34mCLI[39m Using tsup config: /Users/mme/Code/vnext_experimental/packages/react/tsup.config.ts
|
|
10
|
+
[34mCLI[39m Target: es2022
|
|
11
|
+
[34mCJS[39m Build start
|
|
12
|
+
[34mESM[39m Build start
|
|
13
|
+
[32mCJS[39m [1mdist/index.js [22m[32m80.60 KB[39m
|
|
14
|
+
[32mCJS[39m [1mdist/index.js.map [22m[32m136.95 KB[39m
|
|
15
|
+
[32mCJS[39m ⚡️ Build success in 27ms
|
|
16
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m72.83 KB[39m
|
|
17
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m138.31 KB[39m
|
|
18
|
+
[32mESM[39m ⚡️ 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
|
+
[1G[0K[1G[0K⠙[1G[0K⠹[1G[0K⠸[1G[0K⠼[1G[0K⠴[1G[0K⠦[1G[0K⠧[1G[0K⠇[1G[0K⠏[1G[0K⠋[1G[0K⠙[1G[0K⠹[1G[0K⠸[1G[0K⠼[1G[0K⠴[1G[0K⠦[1G[0K⠧[1G[0K⠇[1G[0K⠏[1G[0K⠋[1G[0K⠙[1G[0K⠹[1G[0K⠸[1G[0K⠼[1G[0K⠴[1G[0K⠦[1G[0K⠧[1G[0K⠇[1G[0K⠏[1G[0K⠋[1G[0K⠙[1G[0K⠹[1G[0K⠸[1G[0K⠼[1G[0K⠴[1G[0K⠦[1G[0K⠧[1G[0K⠇[1G[0K⠏[1G[0K⠋[1G[0K[3m[1m[34m≈[39m[22m[23m tailwindcss [34mv4.1.11[39m
|
|
28
|
+
|
|
29
|
+
Done in [34m115ms[39m
|
|
30
|
+
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@copilotkitnext/react",
|
|
3
|
-
"version": "0.0.
|
|
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.
|
|
62
|
-
"@copilotkitnext/shared": "0.0.
|
|
61
|
+
"@copilotkitnext/core": "0.0.2",
|
|
62
|
+
"@copilotkitnext/shared": "0.0.2"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
65
65
|
"react": ">=16.8.0",
|