@object-ui/plugin-chatbot 0.3.1 → 0.5.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 +16 -0
- package/dist/index.js +31785 -360
- package/dist/index.umd.cjs +38 -2
- package/dist/src/ChatbotEnhanced.d.ts +38 -0
- package/dist/src/ChatbotEnhanced.d.ts.map +1 -0
- package/dist/src/utils.d.ts +13 -0
- package/dist/src/utils.d.ts.map +1 -0
- package/package.json +11 -7
- package/src/ChatbotEnhanced.tsx +374 -0
- package/src/__tests__/ChatbotEnhanced.test.tsx +199 -0
- package/src/renderer.tsx +123 -2
- package/src/utils.ts +18 -0
- package/vite.config.ts +5 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
|
|
2
|
+
> @object-ui/plugin-chatbot@0.5.0 build /home/runner/work/objectui/objectui/packages/plugin-chatbot
|
|
3
|
+
> vite build
|
|
4
|
+
|
|
5
|
+
[36mvite v7.3.1 [32mbuilding client environment for production...[36m[39m
|
|
6
|
+
transforming...
|
|
7
|
+
[32m✓[39m 1336 modules transformed.
|
|
8
|
+
rendering chunks...
|
|
9
|
+
[32m
|
|
10
|
+
[36m[vite:dts][32m Start generate declaration files...[39m
|
|
11
|
+
computing gzip size...
|
|
12
|
+
[32m[36m[vite:dts][32m Declaration files built in 31504ms.
|
|
13
|
+
[39m
|
|
14
|
+
[2mdist/[22m[36mindex.js [39m[1m[33m1,229.08 kB[39m[22m[2m │ gzip: 355.30 kB[22m
|
|
15
|
+
[2mdist/[22m[36mindex.umd.cjs [39m[1m[33m825.64 kB[39m[22m[2m │ gzip: 285.49 kB[22m
|
|
16
|
+
[32m✓ built in 53.39s[39m
|