@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/package.json CHANGED
@@ -29,7 +29,7 @@
29
29
  "conversational-ui",
30
30
  "conversational-ai"
31
31
  ],
32
- "version": "0.3.4",
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
  }