@liveblocks/node-lexical 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,15 @@
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/node-lexical`
11
7
 
8
+ <p>
9
+ <a href="https://npmjs.org/package/@liveblocks/node-lexical"><img src="https://img.shields.io/npm/v/@liveblocks/node-lexical?style=flat&label=npm&color=c33" alt="NPM" /></a>
10
+ <a href="https://bundlephobia.com/package/@liveblocks/node-lexical"><img src="https://img.shields.io/bundlephobia/minzip/@liveblocks/node-lexical?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
+
12
13
  ## License
13
14
 
14
15
  Licensed under the Apache License 2.0, Copyright © 2021-present
package/dist/index.cjs CHANGED
@@ -245,7 +245,7 @@ var ThreadMarkNode = class _ThreadMarkNode extends _lexical.ElementNode {
245
245
 
246
246
  // src/version.ts
247
247
  var PKG_NAME = "@liveblocks/node-lexical";
248
- var PKG_VERSION = "3.14.0";
248
+ var PKG_VERSION = "3.14.1";
249
249
  var PKG_FORMAT = "cjs";
250
250
 
251
251
  // src/index.ts
package/dist/index.js CHANGED
@@ -245,7 +245,7 @@ var ThreadMarkNode = class _ThreadMarkNode extends ElementNode {
245
245
 
246
246
  // src/version.ts
247
247
  var PKG_NAME = "@liveblocks/node-lexical";
248
- var PKG_VERSION = "3.14.0";
248
+ var PKG_VERSION = "3.14.1";
249
249
  var PKG_FORMAT = "esm";
250
250
 
251
251
  // src/index.ts
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@liveblocks/node-lexical",
3
- "version": "3.14.0",
3
+ "version": "3.14.1",
4
4
  "description": "A server-side utility that lets you modify lexical documents hosted in 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",
@@ -35,8 +36,8 @@
35
36
  "test:watch": "NODE_OPTIONS=\"--no-deprecation\" vitest"
36
37
  },
37
38
  "dependencies": {
38
- "@liveblocks/core": "3.14.0",
39
- "@liveblocks/node": "3.14.0",
39
+ "@liveblocks/core": "3.14.1",
40
+ "@liveblocks/node": "3.14.1",
40
41
  "yjs": "^13.6.18"
41
42
  },
42
43
  "peerDependencies": {