@liveblocks/zustand 1.0.2-test4 → 1.0.2-test5

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 +18 -8
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -21,7 +21,9 @@
21
21
  </a>
22
22
  </p>
23
23
 
24
- A [middleware](https://github.com/pmndrs/zustand#middleware) to integrate [Liveblocks](https://liveblocks.io) into [Zustand](https://github.com/pmndrs/zustand) stores.
24
+ A [middleware](https://github.com/pmndrs/zustand#middleware) to integrate
25
+ [Liveblocks](https://liveblocks.io) into
26
+ [Zustand](https://github.com/pmndrs/zustand) stores.
25
27
 
26
28
  ## Installation
27
29
 
@@ -31,25 +33,33 @@ npm install @liveblocks/client @liveblocks/zustand
31
33
 
32
34
  ## Documentation
33
35
 
34
- Read the [documentation](https://liveblocks.io/docs) for guides and API references.
36
+ Read the [documentation](https://liveblocks.io/docs) for guides and API
37
+ references.
35
38
 
36
39
  ## Examples
37
40
 
38
- Explore our [collaborative examples](https://liveblocks.io/examples) to help you get started.
41
+ Explore our [collaborative examples](https://liveblocks.io/examples) to help you
42
+ get started.
39
43
 
40
- > All examples are open-source and live in this repository, within [`/examples`](../../examples).
44
+ > All examples are open-source and live in this repository, within
45
+ > [`/examples`](../../examples).
41
46
 
42
47
  ## Releases
43
48
 
44
- See the [latest changes](https://github.com/liveblocks/liveblocks/releases) or learn more about [upcoming releases](https://github.com/liveblocks/liveblocks/milestones).
49
+ See the [latest changes](https://github.com/liveblocks/liveblocks/releases) or
50
+ learn more about
51
+ [upcoming releases](https://github.com/liveblocks/liveblocks/milestones).
45
52
 
46
53
  ## Community
47
54
 
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.
55
+ - [Discord](https://liveblocks.io/discord) - To get involved with the Liveblocks
56
+ community, ask questions and share tips.
57
+ - [Twitter](https://twitter.com/liveblocks) - To receive updates, announcements,
58
+ blog posts, and general Liveblocks tips.
50
59
 
51
60
  ## License
52
61
 
53
- Licensed under the Apache License 2.0, Copyright © 2021-present [Liveblocks](https://liveblocks.io).
62
+ Licensed under the Apache License 2.0, Copyright © 2021-present
63
+ [Liveblocks](https://liveblocks.io).
54
64
 
55
65
  See [LICENSE](../../LICENSE) for more information.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/zustand",
3
- "version": "1.0.2-test4",
3
+ "version": "1.0.2-test5",
4
4
  "description": "A middleware to integrate Liveblocks into Zustand stores. 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",
@@ -19,8 +19,8 @@
19
19
  "test:watch": "jest --silent --verbose --color=always --watch"
20
20
  },
21
21
  "dependencies": {
22
- "@liveblocks/client": "1.0.2-test4",
23
- "@liveblocks/core": "1.0.2-test4"
22
+ "@liveblocks/client": "1.0.2-test5",
23
+ "@liveblocks/core": "1.0.2-test5"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "zustand": "^4.1.3"