@use-everywhere/core 0.7.0 → 0.9.0
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/dist/index.cjs +709 -157
- package/dist/index.d.cts +664 -74
- package/dist/index.d.ts +664 -74
- package/dist/index.js +703 -157
- package/package.json +29 -12
package/README.md
CHANGED
|
@@ -161,7 +161,7 @@ tabB.getSnapshot().n; // 1
|
|
|
161
161
|
- SSR-safe: without `BroadcastChannel`, engines fall back to a local no-op
|
|
162
162
|
transport.
|
|
163
163
|
|
|
164
|
-
📖 **[Documentation](https://rxova.
|
|
164
|
+
📖 **[Documentation](https://rxova.org/packages/use-everywhere/)** — mental
|
|
165
165
|
model, how sync works, security model, recipes, and generated API reference.
|
|
166
166
|
Source and demo app (with a real cross-origin payment flow):
|
|
167
167
|
[github.com/rxova/use-everywhere](https://github.com/rxova/use-everywhere)
|