use-everywhere 0.11.1 → 0.11.2

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 (1) hide show
  1. package/package.json +11 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "use-everywhere",
3
- "version": "0.11.1",
3
+ "version": "0.11.2",
4
4
  "description": "React hooks for state and messages shared across tabs, windows, and workers",
5
5
  "license": "MIT",
6
6
  "author": "Jonatan Kruszewski <jonakrusze@gmail.com>",
@@ -28,7 +28,15 @@
28
28
  "cross-origin",
29
29
  "cross-window",
30
30
  "presence",
31
- "leader-election"
31
+ "leader-election",
32
+ "cross-tab-state",
33
+ "tab-synchronization",
34
+ "broadcast",
35
+ "pubsub",
36
+ "web-locks",
37
+ "sharedworker",
38
+ "usestate",
39
+ "shared-worker"
32
40
  ],
33
41
  "publishConfig": {
34
42
  "access": "public"
@@ -162,7 +170,7 @@
162
170
  }
163
171
  ],
164
172
  "dependencies": {
165
- "@use-everywhere/core": "0.11.1"
173
+ "@use-everywhere/core": "0.11.2"
166
174
  },
167
175
  "peerDependencies": {
168
176
  "react": ">=18",