@liveblocks/client 1.2.2 → 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 +5 -4
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -21,8 +21,9 @@
|
|
|
21
21
|
</a>
|
|
22
22
|
</p>
|
|
23
23
|
|
|
24
|
-
|
|
25
|
-
|
|
24
|
+
`@liveblocks/client` provides the APIs to integrate with Liveblocks—a platform
|
|
25
|
+
to build, host, and scale collaborative applications with zero configuration, no
|
|
26
|
+
maintenance required.
|
|
26
27
|
|
|
27
28
|
## Installation
|
|
28
29
|
|
|
@@ -54,8 +55,8 @@ learn more about
|
|
|
54
55
|
|
|
55
56
|
- [Discord](https://liveblocks.io/discord) - To get involved with the Liveblocks
|
|
56
57
|
community, ask questions and share tips.
|
|
57
|
-
- [
|
|
58
|
-
|
|
58
|
+
- [X](https://x.com/liveblocks) - To receive updates, announcements, blog posts,
|
|
59
|
+
and general Liveblocks tips.
|
|
59
60
|
|
|
60
61
|
## License
|
|
61
62
|
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liveblocks/client",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4",
|
|
4
4
|
"description": "A client that lets you interact with Liveblocks servers. 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,7 +32,7 @@
|
|
|
32
32
|
"test:watch": "jest --silent --verbose --color=always --passWithNoTests --watch"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@liveblocks/core": "1.2.
|
|
35
|
+
"@liveblocks/core": "1.2.4"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@liveblocks/eslint-config": "*",
|