@liveblocks/react-blocknote
Advanced tools
+1
-1
| 'use strict'; | ||
| const PKG_NAME = "@liveblocks/react-blocknote"; | ||
| const PKG_VERSION = typeof "3.15.0-thread2" === "string" && "3.15.0-thread2"; | ||
| const PKG_VERSION = typeof "3.15.0" === "string" && "3.15.0"; | ||
| const PKG_FORMAT = typeof "cjs" === "string" && "cjs"; | ||
@@ -6,0 +6,0 @@ |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"version.cjs","sources":["../src/version.ts"],"sourcesContent":["declare const __VERSION__: string;\ndeclare const ROLLUP_FORMAT: string;\n\nexport const PKG_NAME = \"@liveblocks/react-blocknote\";\nexport const PKG_VERSION = typeof __VERSION__ === \"string\" && __VERSION__;\nexport const PKG_FORMAT = typeof ROLLUP_FORMAT === \"string\" && ROLLUP_FORMAT;\n"],"names":[],"mappings":";;AAGO,MAAM,QAAW,GAAA,8BAAA;AACX,MAAA,WAAA,GAAc,OAAO,gBAAA,KAAgB,QAAY,IAAA,iBAAA;AACjD,MAAA,UAAA,GAAa,OAAO,KAAA,KAAkB,QAAY,IAAA;;;;;;"} | ||
| {"version":3,"file":"version.cjs","sources":["../src/version.ts"],"sourcesContent":["declare const __VERSION__: string;\ndeclare const ROLLUP_FORMAT: string;\n\nexport const PKG_NAME = \"@liveblocks/react-blocknote\";\nexport const PKG_VERSION = typeof __VERSION__ === \"string\" && __VERSION__;\nexport const PKG_FORMAT = typeof ROLLUP_FORMAT === \"string\" && ROLLUP_FORMAT;\n"],"names":[],"mappings":";;AAGO,MAAM,QAAW,GAAA,8BAAA;AACX,MAAA,WAAA,GAAc,OAAO,QAAA,KAAgB,QAAY,IAAA,SAAA;AACjD,MAAA,UAAA,GAAa,OAAO,KAAA,KAAkB,QAAY,IAAA;;;;;;"} |
+1
-1
| const PKG_NAME = "@liveblocks/react-blocknote"; | ||
| const PKG_VERSION = typeof "3.15.0-thread2" === "string" && "3.15.0-thread2"; | ||
| const PKG_VERSION = typeof "3.15.0" === "string" && "3.15.0"; | ||
| const PKG_FORMAT = typeof "esm" === "string" && "esm"; | ||
@@ -4,0 +4,0 @@ |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"version.js","sources":["../src/version.ts"],"sourcesContent":["declare const __VERSION__: string;\ndeclare const ROLLUP_FORMAT: string;\n\nexport const PKG_NAME = \"@liveblocks/react-blocknote\";\nexport const PKG_VERSION = typeof __VERSION__ === \"string\" && __VERSION__;\nexport const PKG_FORMAT = typeof ROLLUP_FORMAT === \"string\" && ROLLUP_FORMAT;\n"],"names":[],"mappings":"AAGO,MAAM,QAAW,GAAA,8BAAA;AACX,MAAA,WAAA,GAAc,OAAO,gBAAA,KAAgB,QAAY,IAAA,iBAAA;AACjD,MAAA,UAAA,GAAa,OAAO,KAAA,KAAkB,QAAY,IAAA;;;;"} | ||
| {"version":3,"file":"version.js","sources":["../src/version.ts"],"sourcesContent":["declare const __VERSION__: string;\ndeclare const ROLLUP_FORMAT: string;\n\nexport const PKG_NAME = \"@liveblocks/react-blocknote\";\nexport const PKG_VERSION = typeof __VERSION__ === \"string\" && __VERSION__;\nexport const PKG_FORMAT = typeof ROLLUP_FORMAT === \"string\" && ROLLUP_FORMAT;\n"],"names":[],"mappings":"AAGO,MAAM,QAAW,GAAA,8BAAA;AACX,MAAA,WAAA,GAAc,OAAO,QAAA,KAAgB,QAAY,IAAA,SAAA;AACjD,MAAA,UAAA,GAAa,OAAO,KAAA,KAAkB,QAAY,IAAA;;;;"} |
+8
-7
| { | ||
| "name": "@liveblocks/react-blocknote", | ||
| "version": "3.15.0-thread2", | ||
| "version": "3.15.0", | ||
| "description": "An integration of BlockNote + React to enable collaboration, comments, live cursors, and more with Liveblocks.", | ||
| "license": "Apache-2.0", | ||
| "author": "Liveblocks Inc.", | ||
| "type": "module", | ||
@@ -46,8 +47,8 @@ "main": "./dist/index.cjs", | ||
| "dependencies": { | ||
| "@liveblocks/client": "3.15.0-thread2", | ||
| "@liveblocks/core": "3.15.0-thread2", | ||
| "@liveblocks/react": "3.15.0-thread2", | ||
| "@liveblocks/react-tiptap": "3.15.0-thread2", | ||
| "@liveblocks/react-ui": "3.15.0-thread2", | ||
| "@liveblocks/yjs": "3.15.0-thread2", | ||
| "@liveblocks/client": "3.15.0", | ||
| "@liveblocks/core": "3.15.0", | ||
| "@liveblocks/react": "3.15.0", | ||
| "@liveblocks/react-tiptap": "3.15.0", | ||
| "@liveblocks/react-ui": "3.15.0", | ||
| "@liveblocks/yjs": "3.15.0", | ||
| "@tiptap/core": "^3.19.0", | ||
@@ -54,0 +55,0 @@ "vitest-tsconfig-paths": "^3.4.1" |
+7
-17
@@ -1,22 +0,12 @@ | ||
| <p align="center"> | ||
| <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> | ||
| <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> | ||
| <p> | ||
| <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> | ||
| <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> | ||
| </p> | ||
| # `@liveblocks/react-blocknote` | ||
| <p> | ||
| <a href="https://npmjs.org/package/@liveblocks/react-blocknote"> | ||
| <img src="https://img.shields.io/npm/v/@liveblocks/react-blocknote?style=flat&label=npm&color=c33" alt="NPM" /> | ||
| </a> | ||
| <a href="https://bundlephobia.com/package/@liveblocks/react-blocknote"> | ||
| <img src="https://img.shields.io/bundlephobia/minzip/@liveblocks/react-blocknote?style=flat&label=size&color=09f" alt="Size" /> | ||
| </a> | ||
| <a href="https://github.com/liveblocks/liveblocks/blob/main/LICENSE"> | ||
| <img src="https://img.shields.io/github/license/liveblocks/liveblocks?style=flat&label=license&color=f80" alt="License" /> | ||
| </a> | ||
| <a href="https://npmjs.org/package/@liveblocks/react-blocknote"><img src="https://img.shields.io/npm/v/@liveblocks/react-blocknote?style=flat&label=npm&color=c33" alt="NPM" /></a> | ||
| <a href="https://bundlephobia.com/package/@liveblocks/react-blocknote"><img src="https://img.shields.io/bundlephobia/minzip/@liveblocks/react-blocknote?style=flat&label=size&color=09f" alt="Size" /></a> | ||
| <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> | ||
| </p> | ||
@@ -23,0 +13,0 @@ |
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
-100%0
-100%96424
-0.14%58
-14.71%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated
Updated
Updated