@omercnet/paseo-shared-browser 0.3.1-next.75.1 → 0.3.1-next.81.1
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 +3 -2
- package/package.json +2 -1
- package/paseo-plugin.json +1 -1
package/README.md
CHANGED
|
@@ -178,5 +178,6 @@ persistence, and archive teardown.
|
|
|
178
178
|
Release Please maintains the version, changelog, component tag, and GitHub release from
|
|
179
179
|
Conventional Commits in the monorepo.
|
|
180
180
|
|
|
181
|
-
Both the Paseo daemon and app must satisfy `^0.8.0`,
|
|
182
|
-
surface uses React Native primitives and works in desktop,
|
|
181
|
+
Both the Paseo daemon and app must satisfy `^0.8.0 || ^0.9.0-beta.1`, which supports Paseo 0.8
|
|
182
|
+
and the Paseo 0.9 beta line. The client surface uses React Native primitives and works in desktop,
|
|
183
|
+
web, iOS, and Android Paseo clients.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@omercnet/paseo-shared-browser",
|
|
3
|
-
"version": "0.3.1-next.
|
|
3
|
+
"version": "0.3.1-next.81.1",
|
|
4
4
|
"description": "One real Chromium session per Paseo workspace, shared live across every connected client.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"browser",
|
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
"zod": "4.4.3"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
+
"@getpaseo/plugin": "0.9.0-beta.1",
|
|
60
61
|
"@tanstack/react-query": "^5.90.11",
|
|
61
62
|
"@types/node": "^22.0.0",
|
|
62
63
|
"@types/react": "~19.2.0",
|