@liveblocks/node-prosemirror
Advanced tools
Comparing version 2.15.2 to 2.16.0-rc1
@@ -6,3 +6,3 @@ import { Liveblocks } from '@liveblocks/node'; | ||
declare type LiveblocksProsemirrorOptions = { | ||
type LiveblocksProsemirrorOptions = { | ||
roomId: string; | ||
@@ -13,3 +13,3 @@ schema?: Schema; | ||
}; | ||
declare type LiveblocksDocumentApi = { | ||
type LiveblocksDocumentApi = { | ||
refresh: () => Promise<void>; | ||
@@ -16,0 +16,0 @@ update: (modifyFn: (doc: Node, tr: Transaction) => Transaction) => Promise<void>; |
{ | ||
"name": "@liveblocks/node-prosemirror", | ||
"version": "2.15.2", | ||
"version": "2.16.0-rc1", | ||
"description": "A server-side utility that lets you modify prosemirror and tiptap documents hosted in Liveblocks.", | ||
@@ -37,4 +37,4 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@liveblocks/core": "2.15.2", | ||
"@liveblocks/node": "2.15.2", | ||
"@liveblocks/core": "2.16.0-rc1", | ||
"@liveblocks/node": "2.16.0-rc1", | ||
"yjs": "^13.6.20" | ||
@@ -53,4 +53,3 @@ }, | ||
"@liveblocks/jest-config": "*", | ||
"@types/node": "^20.14.8", | ||
"msw": "^2.6.4" | ||
"msw": "^2.7.0" | ||
}, | ||
@@ -62,3 +61,3 @@ "bugs": { | ||
"type": "git", | ||
"url": "https://github.com/liveblocks/liveblocks.git", | ||
"url": "git+https://github.com/liveblocks/liveblocks.git", | ||
"directory": "packages/liveblocks-node" | ||
@@ -65,0 +64,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3
891460
1
+ Added@liveblocks/core@2.16.0-rc1(transitive)
+ Added@liveblocks/node@2.16.0-rc1(transitive)
- Removed@liveblocks/core@2.15.2(transitive)
- Removed@liveblocks/node@2.15.2(transitive)
Updated@liveblocks/core@2.16.0-rc1
Updated@liveblocks/node@2.16.0-rc1