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