@hocuspocus/extension-redis
Advanced tools
Comparing version 2.8.1 to 2.9.0-rc.0
@@ -8,3 +8,3 @@ import type { AbstractType, YArrayEvent } from 'yjs'; | ||
/** | ||
* A Hocuspocus Cloud App ID, get one here: https://collab.tiptap.dev | ||
* A Hocuspocus Cloud App ID, get one here: https://cloud.tiptap.dev | ||
*/ | ||
@@ -11,0 +11,0 @@ appId?: string; |
@@ -5,3 +5,3 @@ import { CompleteHocuspocusProviderWebsocketConfiguration, HocuspocusProviderWebsocket } from './HocuspocusProviderWebsocket.js'; | ||
/** | ||
* A Hocuspocus Cloud App ID, get one here: https://collab.tiptap.dev | ||
* A Hocuspocus Cloud App ID, get one here: https://cloud.tiptap.dev | ||
*/ | ||
@@ -8,0 +8,0 @@ appId: string; |
@@ -32,3 +32,7 @@ /// <reference types="node" /> | ||
debugger: Debugger; | ||
debounce: (id: string, func: Function, debounce: number, maxDebounce: number) => any; | ||
debouncer: { | ||
debounce: (id: string, func: Function, debounce: number, maxDebounce: number) => any; | ||
isDebounced: (id: string) => boolean; | ||
executeNow: (id: string) => any; | ||
}; | ||
constructor(configuration?: Partial<Configuration>); | ||
@@ -35,0 +39,0 @@ /** |
@@ -1,1 +0,5 @@ | ||
export declare const useDebounce: () => (id: string, func: Function, debounce: number, maxDebounce: number) => any; | ||
export declare const useDebounce: () => { | ||
debounce: (id: string, func: Function, debounce: number, maxDebounce: number) => any; | ||
isDebounced: (id: string) => boolean; | ||
executeNow: (id: string) => any; | ||
}; |
{ | ||
"name": "@hocuspocus/extension-redis", | ||
"version": "2.8.1", | ||
"version": "2.9.0-rc.0", | ||
"description": "Scale Hocuspocus horizontally with Redis", | ||
@@ -36,3 +36,3 @@ "homepage": "https://hocuspocus.dev", | ||
"dependencies": { | ||
"@hocuspocus/server": "^2.8.1", | ||
"@hocuspocus/server": "^2.9.0-rc.0", | ||
"ioredis": "^4.28.2", | ||
@@ -39,0 +39,0 @@ "kleur": "^4.1.4", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
132163
2585
1