@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.
Files changed (2) hide show
  1. package/README.md +19 -0
  2. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useknest/widget-core",
3
- "version": "0.1.0-beta.1",
3
+ "version": "0.1.0-beta.3",
4
4
  "type": "module",
5
5
  "description": "Core business logic for Knest chat widget",
6
6
  "files": [