@useknest/widget-core 0.1.0-beta.1 → 0.1.0-beta.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/README.md +19 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# @useknest/widget-core
|
|
2
|
+
|
|
3
|
+
Shared business logic for Knest chat widgets. This package provides the core functionality used by platform-specific widget packages.
|
|
4
|
+
|
|
5
|
+
## Note
|
|
6
|
+
|
|
7
|
+
This package is primarily intended for internal use by `@useknest/widget-react` and `@useknest/widget-web`. For most use cases, install the platform-specific package instead.
|
|
8
|
+
|
|
9
|
+
## Peer Dependencies
|
|
10
|
+
|
|
11
|
+
This package requires the following peer dependencies:
|
|
12
|
+
|
|
13
|
+
- `@supabase/supabase-js` - For anonymous authentication
|
|
14
|
+
- `@sentry/browser` - For error reporting
|
|
15
|
+
- `marked` - For markdown rendering
|
|
16
|
+
|
|
17
|
+
## License
|
|
18
|
+
|
|
19
|
+
MIT
|