@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 CHANGED
@@ -21,8 +21,9 @@
21
21
  </a>
22
22
  </p>
23
23
 
24
- A client that lets you interact with [Liveblocks](https://liveblocks.io)
25
- servers.
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
- - [Twitter](https://twitter.com/liveblocks) - To receive updates, announcements,
58
- blog posts, and general Liveblocks tips.
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
@@ -3,7 +3,7 @@ var _core = require('@liveblocks/core');
3
3
 
4
4
  // src/version.ts
5
5
  var PKG_NAME = "@liveblocks/client";
6
- var PKG_VERSION = "1.2.2";
6
+ var PKG_VERSION = "1.2.4";
7
7
  var PKG_FORMAT = "cjs";
8
8
 
9
9
  // src/index.ts
package/dist/index.mjs CHANGED
@@ -3,7 +3,7 @@ import { detectDupes } from "@liveblocks/core";
3
3
 
4
4
  // src/version.ts
5
5
  var PKG_NAME = "@liveblocks/client";
6
- var PKG_VERSION = "1.2.2";
6
+ var PKG_VERSION = "1.2.4";
7
7
  var PKG_FORMAT = "esm";
8
8
 
9
9
  // src/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/client",
3
- "version": "1.2.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.2"
35
+ "@liveblocks/core": "1.2.4"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@liveblocks/eslint-config": "*",