@omercnet/paseo-shared-browser 0.3.1-next.72.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 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`, including Paseo 0.8 prereleases. The client
182
- surface uses React Native primitives and works in desktop, web, iOS, and Android Paseo clients.
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.72.1",
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",
package/paseo-plugin.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "shared-browser",
3
3
  "requirements": {
4
- "paseo": "^0.8.0"
4
+ "paseo": "^0.8.0 || ^0.9.0-beta.1"
5
5
  },
6
6
  "build": [
7
7
  ["node", "scripts/prepare-dependencies.mjs"],