@assistant-ui/react 0.5.6 → 0.5.7
Sign up to get free protection for your applications and to get access to all the features.
- package/edge/README.md +1 -0
- package/edge/package.json +5 -0
- package/package.json +2 -1
package/edge/README.md
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
This directory exists to support subpath imports for TypeScript projects using --moduleResolution node.
|
package/package.json
CHANGED
@@ -29,7 +29,7 @@
|
|
29
29
|
"conversational-ui",
|
30
30
|
"conversational-ai"
|
31
31
|
],
|
32
|
-
"version": "0.5.
|
32
|
+
"version": "0.5.7",
|
33
33
|
"license": "MIT",
|
34
34
|
"exports": {
|
35
35
|
".": {
|
@@ -72,6 +72,7 @@
|
|
72
72
|
"types": "./dist/index.d.ts",
|
73
73
|
"files": [
|
74
74
|
"dist",
|
75
|
+
"edge",
|
75
76
|
"README.md"
|
76
77
|
],
|
77
78
|
"sideEffects": false,
|