@hocuspocus/extension-webhook
Advanced tools
Comparing version 1.0.0-alpha.44 to 1.0.0-alpha.45
@@ -9,3 +9,3 @@ import Connection from './Connection'; | ||
apply(connection: Connection): void; | ||
readSyncMessage(message: IncomingMessage, connection: Connection): 0 | 2 | 1; | ||
readSyncMessage(message: IncomingMessage, connection: Connection): 0 | 1 | 2; | ||
} |
{ | ||
"name": "@hocuspocus/extension-webhook", | ||
"version": "1.0.0-alpha.44", | ||
"version": "1.0.0-alpha.45", | ||
"description": "hocuspocus webhook extension", | ||
@@ -19,3 +19,3 @@ "homepage": "https://hocuspocus.dev", | ||
"exports": { | ||
"development": { | ||
"source": { | ||
"import": "./src" | ||
@@ -33,7 +33,7 @@ }, | ||
"dependencies": { | ||
"@hocuspocus/server": "^1.0.0-alpha.80", | ||
"@hocuspocus/transformer": "^1.0.0-alpha.16", | ||
"@hocuspocus/server": "^1.0.0-alpha.81", | ||
"@hocuspocus/transformer": "^1.0.0-alpha.17", | ||
"axios": "^0.23.0" | ||
}, | ||
"gitHead": "f85955a7cca23b23044b0579e96fc8d17c107a4c" | ||
"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
73753