@assistant-ui/react 0.5.6 → 0.5.8

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