@liveblocks/redux 1.2.3 → 1.2.4

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.
package/README.md CHANGED
@@ -21,10 +21,11 @@
21
21
  </a>
22
22
  </p>
23
23
 
24
- A
24
+ `@liveblocks/redux` provides a
25
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.
26
+ to make [Redux](https://redux-toolkit.js.org/) stores collaborative with
27
+ Liveblocks—a platform to build, host, and scale collaborative applications with
28
+ zero configuration, no maintenance required.
28
29
 
29
30
  ## Installation
30
31
 
@@ -56,8 +57,8 @@ learn more about
56
57
 
57
58
  - [Discord](https://liveblocks.io/discord) - To get involved with the Liveblocks
58
59
  community, ask questions and share tips.
59
- - [Twitter](https://twitter.com/liveblocks) - To receive updates, announcements,
60
- blog posts, and general Liveblocks tips.
60
+ - [X](https://x.com/liveblocks) - To receive updates, announcements, blog posts,
61
+ and general Liveblocks tips.
61
62
 
62
63
  ## License
63
64
 
package/dist/index.js CHANGED
@@ -34,7 +34,7 @@ function mappingToFunctionIsNotAllowed(key) {
34
34
 
35
35
  // src/version.ts
36
36
  var PKG_NAME = "@liveblocks/redux";
37
- var PKG_VERSION = "1.2.3";
37
+ var PKG_VERSION = "1.2.4";
38
38
  var PKG_FORMAT = "cjs";
39
39
 
40
40
  // src/index.ts
package/dist/index.mjs CHANGED
@@ -34,7 +34,7 @@ function mappingToFunctionIsNotAllowed(key) {
34
34
 
35
35
  // src/version.ts
36
36
  var PKG_NAME = "@liveblocks/redux";
37
- var PKG_VERSION = "1.2.3";
37
+ var PKG_VERSION = "1.2.4";
38
38
  var PKG_FORMAT = "esm";
39
39
 
40
40
  // src/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/redux",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
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",
@@ -32,8 +32,8 @@
32
32
  "test:watch": "jest --silent --verbose --color=always --watch"
33
33
  },
34
34
  "dependencies": {
35
- "@liveblocks/client": "1.2.3",
36
- "@liveblocks/core": "1.2.3"
35
+ "@liveblocks/client": "1.2.4",
36
+ "@liveblocks/core": "1.2.4"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "redux": "^4"