@hocuspocus/extension-throttle
Advanced tools
Comparing version 1.0.0-alpha.40 to 1.0.0-alpha.41
@@ -77,3 +77,3 @@ /// <reference types="node" /> | ||
requestParameters: URLSearchParams; | ||
}): string; | ||
}): string | Promise<string>; | ||
} | ||
@@ -80,0 +80,0 @@ export interface onAuthenticatePayload { |
{ | ||
"name": "@hocuspocus/extension-throttle", | ||
"version": "1.0.0-alpha.40", | ||
"version": "1.0.0-alpha.41", | ||
"description": "hocuspocus throttle extension", | ||
@@ -30,5 +30,5 @@ "homepage": "https://hocuspocus.dev", | ||
"dependencies": { | ||
"@hocuspocus/server": "^1.0.0-alpha.84" | ||
"@hocuspocus/server": "^1.0.0-alpha.85" | ||
}, | ||
"gitHead": "fa947e4cb14426c27c53f7b0a77dcd73d1714cda" | ||
"gitHead": "63a50dd02286693b5025ac385c3fb4afd6b29050" | ||
} |
51993