@hocuspocus/extension-rocksdb
Advanced tools
Comparing version 1.0.0-alpha.82 to 1.0.0-alpha.84
/// <reference types="node" /> | ||
import WebSocket, { WebSocketServer } from 'ws'; | ||
import { IncomingMessage, Server as HTTPServer } from 'http'; | ||
import { Configuration } from './types'; | ||
import { Configuration, Hook } from './types'; | ||
import { MessageLogger } from './Debugger'; | ||
@@ -67,5 +67,4 @@ export declare const defaultConfiguration: { | ||
* Runs the given callback after each hook | ||
* @private | ||
*/ | ||
private hooks; | ||
hooks(name: Hook, payload: any, callback?: Function | null): Promise<any>; | ||
/** | ||
@@ -72,0 +71,0 @@ * Get parameters by the given request |
{ | ||
"name": "@hocuspocus/extension-rocksdb", | ||
"description": "hocuspocus persistence driver for RocksDB", | ||
"version": "1.0.0-alpha.82", | ||
"version": "1.0.0-alpha.84", | ||
"homepage": "https://hocuspocus.dev", | ||
@@ -30,3 +30,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@hocuspocus/server": "^1.0.0-alpha.81", | ||
"@hocuspocus/server": "^1.0.0-alpha.83", | ||
"@types/encoding-down": "^5.0.0", | ||
@@ -41,3 +41,3 @@ "@types/levelup": "^4.3.0", | ||
}, | ||
"gitHead": "53a194759b3bfbea5cf22bab39e3788021387f69" | ||
"gitHead": "0d060abd95ec14eb7e404270e1e2338b2a0db332" | ||
} |
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
53401
60