@liveblocks/client 0.15.0 → 0.15.1

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 +5 -10
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -14,25 +14,20 @@
14
14
  npm install @liveblocks/client
15
15
  ```
16
16
 
17
+ ## Documentation
18
+
19
+ - [Read the documentation](https://liveblocks.io/docs) to start using Liveblocks.
20
+ - Explore the [API Reference](https://liveblocks.io/docs/api-reference/liveblocks-client).
21
+
17
22
  ## Examples
18
23
 
19
24
  - Browse our gallery of collaborative UI patterns. [View examples gallery](https://liveblocks.io/examples)
20
25
  - Explore and clone any of our open-source examples. [View code examples](https://github.com/liveblocks/liveblocks/tree/main/examples)
21
26
 
22
- ## Documentation
23
-
24
- [Read the documentation](https://liveblocks.io/docs) to start using Liveblocks.
25
-
26
27
  ## Releases
27
28
 
28
29
  For changelog, visit [https://github.com/liveblocks/liveblocks/releases](https://github.com/liveblocks/liveblocks/releases).
29
30
 
30
- ## Authors
31
-
32
- - Guillaume Salles ([@guillaume_slls](https://twitter.com/guillaume_slls)) - [Liveblocks](https://liveblocks.io)
33
- - Olivier Foucherot ([@ofoucherot](https://twitter.com/ofoucherot)) - [Liveblocks](https://liveblocks.io)
34
- - Steven Fabre ([@stevenfabre](https://twitter.com/stevenfabre)) - [Liveblocks](https://liveblocks.io)
35
-
36
31
  ## Community
37
32
 
38
33
  - [Discord](https://discord.gg/X4YWJuH9VY) - To get involved with the Liveblocks community, ask questions and share tips.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/client",
3
- "version": "0.15.0",
3
+ "version": "0.15.1",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -63,6 +63,6 @@
63
63
  "repository": {
64
64
  "type": "git",
65
65
  "url": "https://github.com/liveblocks/liveblocks.git",
66
- "directory": "packages/liveblocks"
66
+ "directory": "packages/liveblocks-client"
67
67
  }
68
68
  }