@liveblocks/client 1.0.2-test4 → 1.0.2

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -51,7 +51,7 @@ learn more about
51
51
 
52
52
  ## Community
53
53
 
54
- - [Discord](https://discord.gg/X4YWJuH9VY) - To get involved with the Liveblocks
54
+ - [Discord](https://liveblocks.io/discord) - To get involved with the Liveblocks
55
55
  community, ask questions and share tips.
56
56
  - [Twitter](https://twitter.com/liveblocks) - To receive updates, announcements,
57
57
  blog posts, and general Liveblocks tips.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/client",
3
- "version": "1.0.2-test4",
3
+ "version": "1.0.2",
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",
@@ -18,7 +18,7 @@
18
18
  "test:watch": "jest --silent --verbose --color=always --passWithNoTests --watch"
19
19
  },
20
20
  "dependencies": {
21
- "@liveblocks/core": "1.0.2-test4"
21
+ "@liveblocks/core": "1.0.2"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@liveblocks/eslint-config": "*",