@liveblocks/react 0.12.0-beta.11 → 0.12.0-beta.12
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 +2 -12
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -12,16 +12,6 @@ Liveblocks helps you create performant and reliable collaborative experiences.
|
|
|
12
12
|
|
|
13
13
|
## Examples
|
|
14
14
|
|
|
15
|
-
Try it live on [liveblocks.io](https://liveblocks.io/examples)
|
|
15
|
+
Try it live on [liveblocks.io](https://liveblocks.io/examples).
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
Clone this [github repository](https://github.com/liveblocks/next-js-examples) or try it directly on [CodeSandbox](https://codesandbox.io/s/github/liveblocks/next-js-examples?file=/pages/presence.tsx)
|
|
20
|
-
|
|
21
|
-
### Nuxt.js
|
|
22
|
-
|
|
23
|
-
Clone this [github repository](https://github.com/liveblocks/nuxt-js-examples) or try it directly on [CodeSandbox](https://codesandbox.io/s/github/liveblocks/nuxt-js-examples?file=/pages/presence.vue)
|
|
24
|
-
|
|
25
|
-
### Vanilla JavaScript + Express.js
|
|
26
|
-
|
|
27
|
-
Clone this [github repository](https://github.com/liveblocks/javascript-examples)
|
|
17
|
+
Clone one of our [examples](https://github.com/liveblocks/liveblocks/tree/main/examples).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liveblocks/react",
|
|
3
|
-
"version": "0.12.0-beta.
|
|
3
|
+
"version": "0.12.0-beta.12",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"files": [
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"license": "Apache-2.0",
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@liveblocks/client": "0.12.0-beta.
|
|
26
|
+
"@liveblocks/client": "0.12.0-beta.12",
|
|
27
27
|
"react": "^16.14.0 || ^17"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|