@liveblocks/yjs 1.2.3 → 1.2.4
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 +12 -3
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -9,7 +9,10 @@
|
|
|
9
9
|
|
|
10
10
|
# `@liveblocks/yjs`
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
`@liveblocks/yjs` provides a provider to integrate
|
|
13
|
+
[Yjs](https://github.com/yjs/yjs) applications with Liveblocks—a platform to
|
|
14
|
+
build, host, and scale collaborative applications with zero configuration, no
|
|
15
|
+
maintenance required.
|
|
13
16
|
|
|
14
17
|
## Installation
|
|
15
18
|
|
|
@@ -25,6 +28,12 @@ guides and API references.
|
|
|
25
28
|
|
|
26
29
|
## Examples
|
|
27
30
|
|
|
31
|
+
Explore our [collaborative examples](https://liveblocks.io/examples) to help you
|
|
32
|
+
get started.
|
|
33
|
+
|
|
34
|
+
> All examples are open-source and live in this repository, within
|
|
35
|
+
> [`/examples`](../../examples).
|
|
36
|
+
|
|
28
37
|
## Releases
|
|
29
38
|
|
|
30
39
|
See the [latest changes](https://github.com/liveblocks/liveblocks/releases) or
|
|
@@ -35,8 +44,8 @@ learn more about
|
|
|
35
44
|
|
|
36
45
|
- [Discord](https://liveblocks.io/discord) - To get involved with the Liveblocks
|
|
37
46
|
community, ask questions and share tips.
|
|
38
|
-
- [
|
|
39
|
-
|
|
47
|
+
- [X](https://x.com/liveblocks) - To receive updates, announcements, blog posts,
|
|
48
|
+
and general Liveblocks tips.
|
|
40
49
|
|
|
41
50
|
## License
|
|
42
51
|
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liveblocks/yjs",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4",
|
|
4
4
|
"description": "An integration with . Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"test:watch": "jest --silent --verbose --color=always --watch"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@liveblocks/client": "1.2.
|
|
36
|
-
"@liveblocks/core": "1.2.
|
|
35
|
+
"@liveblocks/client": "1.2.4",
|
|
36
|
+
"@liveblocks/core": "1.2.4",
|
|
37
37
|
"js-base64": "^3.7.5"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|