@liveblocks/zustand 3.14.0 → 3.14.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.
package/README.md CHANGED
@@ -1,24 +1,14 @@
1
- <p align="center">
2
- <a href="https://liveblocks.io#gh-light-mode-only">
3
- <img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-light.svg" alt="Liveblocks" />
4
- </a>
5
- <a href="https://liveblocks.io#gh-dark-mode-only">
6
- <img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-dark.svg" alt="Liveblocks" />
7
- </a>
1
+ <p>
2
+ <a href="https://liveblocks.io#gh-light-mode-only"><img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-light.svg" alt="Liveblocks" /></a>
3
+ <a href="https://liveblocks.io#gh-dark-mode-only"><img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-dark.svg" alt="Liveblocks" /></a>
8
4
  </p>
9
5
 
10
6
  # `@liveblocks/zustand`
11
7
 
12
8
  <p>
13
- <a href="https://npmjs.org/package/@liveblocks/zustand">
14
- <img src="https://img.shields.io/npm/v/@liveblocks/zustand?style=flat&label=npm&color=c33" alt="NPM" />
15
- </a>
16
- <a href="https://bundlephobia.com/package/@liveblocks/zustand">
17
- <img src="https://img.shields.io/bundlephobia/minzip/@liveblocks/zustand?style=flat&label=size&color=09f" alt="Size" />
18
- </a>
19
- <a href="https://github.com/liveblocks/liveblocks/blob/main/LICENSE">
20
- <img src="https://img.shields.io/github/license/liveblocks/liveblocks?style=flat&label=license&color=f80" alt="License" />
21
- </a>
9
+ <a href="https://npmjs.org/package/@liveblocks/zustand"><img src="https://img.shields.io/npm/v/@liveblocks/zustand?style=flat&label=npm&color=c33" alt="NPM" /></a>
10
+ <a href="https://bundlephobia.com/package/@liveblocks/zustand"><img src="https://img.shields.io/bundlephobia/minzip/@liveblocks/zustand?style=flat&label=size&color=09f" alt="Size" /></a>
11
+ <a href="https://github.com/liveblocks/liveblocks/blob/main/licenses/LICENSE-APACHE-2.0"><img src="https://img.shields.io/badge/license-Apache--2.0-green" alt="License" /></a>
22
12
  </p>
23
13
 
24
14
  `@liveblocks/zustand` provides a
package/dist/index.cjs 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 = "3.14.0";
12
+ var PKG_VERSION = "3.14.1";
13
13
  var PKG_FORMAT = "cjs";
14
14
 
15
15
  // src/index.ts
package/dist/index.js CHANGED
@@ -9,7 +9,7 @@ import {
9
9
 
10
10
  // src/version.ts
11
11
  var PKG_NAME = "@liveblocks/zustand";
12
- var PKG_VERSION = "3.14.0";
12
+ var PKG_VERSION = "3.14.1";
13
13
  var PKG_FORMAT = "esm";
14
14
 
15
15
  // src/index.ts
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@liveblocks/zustand",
3
- "version": "3.14.0",
3
+ "version": "3.14.1",
4
4
  "description": "A middleware for Zustand to automatically synchronize your stores with Liveblocks. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.",
5
5
  "license": "Apache-2.0",
6
+ "author": "Liveblocks Inc.",
6
7
  "type": "module",
7
8
  "main": "./dist/index.cjs",
8
9
  "types": "./dist/index.d.cts",
@@ -29,14 +30,14 @@
29
30
  "format": "(eslint --fix src/ || true) && prettier --write src/",
30
31
  "lint": "eslint src/",
31
32
  "lint:package": "publint --strict && attw --pack",
32
- "test": "./scripts/run-with-dev-server.sh --port 1154",
33
- "test:ci": "NODE_OPTIONS=\"--no-deprecation\" vitest run",
33
+ "test": "npx liveblocks dev -c 'vitest run'",
34
+ "test:ci": "vitest run",
34
35
  "test:types": "tsd",
35
- "test:watch": "NODE_OPTIONS=\"--no-deprecation\" vitest"
36
+ "test:watch": "vitest"
36
37
  },
37
38
  "dependencies": {
38
- "@liveblocks/client": "3.14.0",
39
- "@liveblocks/core": "3.14.0"
39
+ "@liveblocks/client": "3.14.1",
40
+ "@liveblocks/core": "3.14.1"
40
41
  },
41
42
  "peerDependencies": {
42
43
  "zustand": "^5.0.1"