@assistant-ui/react 0.3.1 → 0.3.3

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/package.json CHANGED
@@ -29,7 +29,7 @@
29
29
  "conversational-ui",
30
30
  "conversational-ai"
31
31
  ],
32
- "version": "0.3.1",
32
+ "version": "0.3.3",
33
33
  "license": "MIT",
34
34
  "exports": {
35
35
  ".": {
@@ -41,16 +41,6 @@
41
41
  "types": "./dist/index.d.ts",
42
42
  "default": "./dist/index.js"
43
43
  }
44
- },
45
- "./experimental": {
46
- "import": {
47
- "types": "./dist/experimental.d.mts",
48
- "default": "./dist/experimental.mjs"
49
- },
50
- "require": {
51
- "types": "./dist/experimental.d.ts",
52
- "default": "./dist/experimental.js"
53
- }
54
44
  }
55
45
  },
56
46
  "source": "./src/index.ts",
@@ -110,6 +100,6 @@
110
100
  "url": "https://github.com/Yonom/assistant-ui/issues"
111
101
  },
112
102
  "scripts": {
113
- "build": "tsup src/index.ts src/experimental.ts --format cjs,esm --dts --sourcemap"
103
+ "build": "tsup src/index.ts --format cjs,esm --dts --sourcemap"
114
104
  }
115
105
  }
@@ -1,2 +0,0 @@
1
-
2
- export { }
@@ -1,2 +0,0 @@
1
-
2
- export { }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- //# sourceMappingURL=experimental.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -1 +0,0 @@
1
- //# sourceMappingURL=experimental.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}