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