@copilotkit/react-ui 0.1.0 → 0.2.0
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 +7 -7
- package/CHANGELOG.md +6 -0
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
|
|
2
|
-
> @copilotkit/react-ui@0.1.0 build /Users/ataibarkai/LocalGit/Recursively.ai/CopilotKit2/packages/ui
|
|
2
|
+
> @copilotkit/react-ui@0.1.0 build /Users/ataibarkai/LocalGit/Recursively.ai/CopilotKit2/packages/react-ui
|
|
3
3
|
> tsup --format cjs --dts
|
|
4
4
|
|
|
5
5
|
CLI Building entry: src/Button.tsx, src/Card.tsx, src/index.tsx
|
|
6
6
|
CLI Using tsconfig: tsconfig.json
|
|
7
7
|
CLI tsup v6.5.0
|
|
8
|
-
CLI Using tsup config: /Users/ataibarkai/LocalGit/Recursively.ai/CopilotKit2/packages/ui/tsup.config.ts
|
|
8
|
+
CLI Using tsup config: /Users/ataibarkai/LocalGit/Recursively.ai/CopilotKit2/packages/react-ui/tsup.config.ts
|
|
9
9
|
CLI Target: es6
|
|
10
10
|
CLI Cleaning output folder
|
|
11
11
|
CJS Build start
|
|
@@ -13,14 +13,14 @@ Browserslist: caniuse-lite is outdated. Please run:
|
|
|
13
13
|
npx update-browserslist-db@latest
|
|
14
14
|
Why you should do it regularly: https://github.com/browserslist/update-db#readme
|
|
15
15
|
DTS Build start
|
|
16
|
-
CJS dist/Card.js 186.00 B
|
|
17
16
|
CJS dist/index.css 6.08 KB
|
|
17
|
+
CJS dist/Card.js 186.00 B
|
|
18
18
|
CJS dist/chunk-FGO3LSHH.js 689.00 B
|
|
19
|
-
CJS dist/Button.js 188.00 B
|
|
20
|
-
CJS dist/chunk-6OZR7L23.js 647.00 B
|
|
21
19
|
CJS dist/index.js 356.00 B
|
|
22
|
-
CJS
|
|
23
|
-
|
|
20
|
+
CJS dist/chunk-6OZR7L23.js 647.00 B
|
|
21
|
+
CJS dist/Button.js 188.00 B
|
|
22
|
+
CJS ⚡️ Build success in 383ms
|
|
23
|
+
DTS ⚡️ Build success in 469ms
|
|
24
24
|
DTS dist/Button.d.ts 61.00 B
|
|
25
25
|
DTS dist/Card.d.ts 137.00 B
|
|
26
26
|
DTS dist/index.d.ts 72.00 B
|
package/CHANGELOG.md
CHANGED