@workflow/web-shared 4.1.0-beta.67 → 4.1.0-beta.69
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @workflow/web-shared
|
|
2
2
|
|
|
3
|
-
Workflow Observability UI primitives. See [Workflow
|
|
3
|
+
Workflow Observability UI primitives. See [Workflow SDK](https://useworkflow.dev/docs/observability) for more information.
|
|
4
4
|
|
|
5
5
|
## Usage
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workflow/web-shared",
|
|
3
3
|
"description": "Shared components for Workflow Observability UI",
|
|
4
|
-
"version": "4.1.0-beta.
|
|
4
|
+
"version": "4.1.0-beta.69",
|
|
5
5
|
"private": false,
|
|
6
6
|
"files": [
|
|
7
7
|
"dist",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"streamdown": "2.3.0",
|
|
53
53
|
"tailwind-merge": "3.5.0",
|
|
54
54
|
"tailwindcss": "4",
|
|
55
|
-
"@workflow/core": "4.2.0-beta.
|
|
55
|
+
"@workflow/core": "4.2.0-beta.74",
|
|
56
56
|
"@workflow/utils": "4.1.0-beta.13",
|
|
57
57
|
"@workflow/world": "4.1.0-beta.14"
|
|
58
58
|
},
|