@hocuspocus/extension-database
Advanced tools
Comparing version 1.0.0-alpha.4 to 1.0.0-alpha.5
@@ -5,2 +5,3 @@ /// <reference types="node" /> | ||
import { Configuration, Hook } from './types'; | ||
import Document from './Document'; | ||
import { MessageLogger } from './Debugger'; | ||
@@ -19,3 +20,3 @@ import { onListenPayload } from '.'; | ||
configuration: Configuration; | ||
documents: Map<any, any>; | ||
documents: Map<string, Document>; | ||
httpServer?: HTTPServer; | ||
@@ -22,0 +23,0 @@ webSocketServer?: WebSocketServer; |
export * from './Hocuspocus'; | ||
export * from './types'; | ||
export * from './Document'; | ||
export * from './Connection'; |
{ | ||
"name": "@hocuspocus/extension-database", | ||
"description": "a generic Hocuspocus persistence driver for the database", | ||
"version": "1.0.0-alpha.4", | ||
"version": "1.0.0-alpha.5", | ||
"homepage": "https://hocuspocus.dev", | ||
@@ -29,3 +29,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@hocuspocus/server": "^1.0.0-alpha.90", | ||
"@hocuspocus/server": "^1.0.0-alpha.91", | ||
"yjs": "^13.5.22" | ||
@@ -36,3 +36,3 @@ }, | ||
}, | ||
"gitHead": "b3454a4ca289a84ddfb7fa5607a2d4b8d5c37e9d" | ||
"gitHead": "90e3f0955922515ccf1d643b7b43c4ad20387735" | ||
} |
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
54959
1407