@liveblocks/node 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 +17 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -21,7 +21,8 @@
21
21
  </a>
22
22
  </p>
23
23
 
24
- A server-side utility that lets you set up a [Liveblocks](https://liveblocks.io) authentication endpoint.
24
+ A server-side utility that lets you set up a [Liveblocks](https://liveblocks.io)
25
+ authentication endpoint.
25
26
 
26
27
  ## Installation
27
28
 
@@ -31,25 +32,33 @@ npm install @liveblocks/node
31
32
 
32
33
  ## Documentation
33
34
 
34
- Read the [documentation](https://liveblocks.io/docs) for guides and API references.
35
+ Read the [documentation](https://liveblocks.io/docs) for guides and API
36
+ references.
35
37
 
36
38
  ## Examples
37
39
 
38
- Explore our [collaborative examples](https://liveblocks.io/examples) to help you get started.
40
+ Explore our [collaborative examples](https://liveblocks.io/examples) to help you
41
+ get started.
39
42
 
40
- > All examples are open-source and live in this repository, within [`/examples`](../../examples).
43
+ > All examples are open-source and live in this repository, within
44
+ > [`/examples`](../../examples).
41
45
 
42
46
  ## Releases
43
47
 
44
- See the [latest changes](https://github.com/liveblocks/liveblocks/releases) or learn more about [upcoming releases](https://github.com/liveblocks/liveblocks/milestones).
48
+ See the [latest changes](https://github.com/liveblocks/liveblocks/releases) or
49
+ learn more about
50
+ [upcoming releases](https://github.com/liveblocks/liveblocks/milestones).
45
51
 
46
52
  ## Community
47
53
 
48
- - [Discord](https://discord.gg/X4YWJuH9VY) - To get involved with the Liveblocks community, ask questions and share tips.
49
- - [Twitter](https://twitter.com/liveblocks) - To receive updates, announcements, blog posts, and general Liveblocks tips.
54
+ - [Discord](https://liveblocks.io/discord) - To get involved with the Liveblocks
55
+ community, ask questions and share tips.
56
+ - [Twitter](https://twitter.com/liveblocks) - To receive updates, announcements,
57
+ blog posts, and general Liveblocks tips.
50
58
 
51
59
  ## License
52
60
 
53
- Licensed under the Apache License 2.0, Copyright © 2021-present [Liveblocks](https://liveblocks.io).
61
+ Licensed under the Apache License 2.0, Copyright © 2021-present
62
+ [Liveblocks](https://liveblocks.io).
54
63
 
55
64
  See [LICENSE](../../LICENSE) for more information.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/node",
3
- "version": "1.0.2-test4",
3
+ "version": "1.0.2",
4
4
  "description": "A server-side utility that lets you set up a Liveblocks authentication endpoint. 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",