@hocuspocus/extension-database
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -42,3 +42,3 @@ /// <reference types="node" /> | ||
*/ | ||
beforeHandleMessage(callback: (payload: Document, update: Uint8Array) => Promise<any>): Connection; | ||
beforeHandleMessage(callback: (connection: Connection, update: Uint8Array) => Promise<any>): Connection; | ||
/** | ||
@@ -45,0 +45,0 @@ * Send the given message |
@@ -179,2 +179,3 @@ /// <reference types="node" /> | ||
socketId: string; | ||
connection: Connection; | ||
} | ||
@@ -181,0 +182,0 @@ export interface beforeBroadcastStatelessPayload { |
{ | ||
"name": "@hocuspocus/extension-database", | ||
"description": "a generic Hocuspocus persistence driver for the database", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"homepage": "https://hocuspocus.dev", | ||
@@ -29,3 +29,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@hocuspocus/server": "^2.0.1" | ||
"@hocuspocus/server": "^2.0.2" | ||
}, | ||
@@ -32,0 +32,0 @@ "peerDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
66314
127
1715
Updated@hocuspocus/server@^2.0.2