@hocuspocus/transformer
Advanced tools
Comparing version 1.0.0-alpha.16 to 1.0.0-alpha.17
@@ -48,2 +48,7 @@ /// <reference types="node" /> | ||
} | ||
export declare type Hook = 'onAuthenticate' | 'onChange' | 'onConnect' | 'onConfigure' | | ||
/** | ||
* @deprecated onCreateDocument is deprecated, use onLoadDocument instead | ||
*/ | ||
'onCreateDocument' | 'onLoadDocument' | 'onDestroy' | 'onDisconnect' | 'onListen' | 'onRequest' | 'onUpgrade'; | ||
export interface Configuration extends Extension { | ||
@@ -50,0 +55,0 @@ /** |
{ | ||
"name": "@hocuspocus/transformer", | ||
"version": "1.0.0-alpha.16", | ||
"version": "1.0.0-alpha.17", | ||
"description": "hocuspocus transformation utilities", | ||
@@ -17,3 +17,3 @@ "homepage": "https://hocuspocus.dev", | ||
"exports": { | ||
"development": { | ||
"source": { | ||
"import": "./src" | ||
@@ -36,3 +36,3 @@ }, | ||
}, | ||
"gitHead": "f9f5acf828d4a1f5ae4df8188000b5c3873e18cf" | ||
"gitHead": "53a194759b3bfbea5cf22bab39e3788021387f69" | ||
} |
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
2390788
19401