@liveblocks/yjs 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,14 +1,16 @@
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/yjs`
11
7
 
8
+ <p>
9
+ <a href="https://npmjs.org/package/@liveblocks/yjs"><img src="https://img.shields.io/npm/v/@liveblocks/yjs?style=flat&label=npm&color=c33" alt="NPM" /></a>
10
+ <a href="https://bundlephobia.com/package/@liveblocks/yjs"><img src="https://img.shields.io/bundlephobia/minzip/@liveblocks/yjs?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/licenses-Apache%202.0-green" alt="License" /></a>
12
+ </p>
13
+
12
14
  `@liveblocks/yjs` is a Yjs provider to integrate
13
15
  [Yjs](https://github.com/yjs/yjs) applications with Liveblocks—a platform to
14
16
  build, host, and scale collaborative applications with zero configuration, no
package/dist/index.cjs CHANGED
@@ -3,7 +3,7 @@ var _core = require('@liveblocks/core');
3
3
 
4
4
  // src/version.ts
5
5
  var PKG_NAME = "@liveblocks/yjs";
6
- var PKG_VERSION = "3.14.0";
6
+ var PKG_VERSION = "3.14.1";
7
7
  var PKG_FORMAT = "cjs";
8
8
 
9
9
  // src/provider.ts
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@ import { detectDupes } from "@liveblocks/core";
3
3
 
4
4
  // src/version.ts
5
5
  var PKG_NAME = "@liveblocks/yjs";
6
- var PKG_VERSION = "3.14.0";
6
+ var PKG_VERSION = "3.14.1";
7
7
  var PKG_FORMAT = "esm";
8
8
 
9
9
  // src/provider.ts
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@liveblocks/yjs",
3
- "version": "3.14.0",
3
+ "version": "3.14.1",
4
4
  "description": "Integrate your existing or new Yjs documents with Liveblocks.",
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,13 +30,13 @@
29
30
  "format": "eslint --fix src/; 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",
34
- "test:watch": "NODE_OPTIONS=\"--no-deprecation\" vitest"
33
+ "test": "npx liveblocks dev -c 'vitest run'",
34
+ "test:ci": "vitest run",
35
+ "test:watch": "vitest"
35
36
  },
36
37
  "dependencies": {
37
- "@liveblocks/client": "3.14.0",
38
- "@liveblocks/core": "3.14.0",
38
+ "@liveblocks/client": "3.14.1",
39
+ "@liveblocks/core": "3.14.1",
39
40
  "@noble/hashes": "^1.8.0",
40
41
  "js-base64": "^3.7.7",
41
42
  "y-indexeddb": "^9.0.12"