@assistant-ui/react 0.3.4 → 0.3.5
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
@@ -29,7 +29,7 @@
|
|
29
29
|
"conversational-ui",
|
30
30
|
"conversational-ai"
|
31
31
|
],
|
32
|
-
"version": "0.3.
|
32
|
+
"version": "0.3.5",
|
33
33
|
"license": "MIT",
|
34
34
|
"exports": {
|
35
35
|
".": {
|
@@ -100,6 +100,6 @@
|
|
100
100
|
"url": "https://github.com/Yonom/assistant-ui/issues"
|
101
101
|
},
|
102
102
|
"scripts": {
|
103
|
-
"build": "tsup src/index.ts --format cjs,esm --dts --sourcemap"
|
103
|
+
"build": "tsup src/index.ts --format cjs,esm --dts --sourcemap --clean"
|
104
104
|
}
|
105
105
|
}
|