@hocuspocus/server
Advanced tools
Comparing version 1.0.0-alpha.54 to 1.0.0-alpha.55
@@ -6,2 +6,10 @@ # Change Log | ||
# [1.0.0-alpha.55](https://github.com/ueberdosis/hocuspocus/compare/@hocuspocus/server@1.0.0-alpha.54...@hocuspocus/server@1.0.0-alpha.55) (2021-06-08) | ||
**Note:** Version bump only for package @hocuspocus/server | ||
# [1.0.0-alpha.54](https://github.com/ueberdosis/hocuspocus/compare/@hocuspocus/server@1.0.0-alpha.53...@hocuspocus/server@1.0.0-alpha.54) (2021-06-08) | ||
@@ -8,0 +16,0 @@ |
@@ -1409,3 +1409,3 @@ import WebSocket from 'ws'; | ||
var description = "plug & play collaboration backend"; | ||
var version = "1.0.0-alpha.53"; | ||
var version = "1.0.0-alpha.54"; | ||
var homepage = "https://hocuspocus.dev"; | ||
@@ -1589,3 +1589,3 @@ var keywords = [ | ||
const queueIncomingMessageListener = (input) => { | ||
this.incomingMessageQueue.push(input); | ||
incomingMessageQueue.push(input); | ||
}; | ||
@@ -1592,0 +1592,0 @@ incoming.on('message', queueIncomingMessageListener); |
@@ -1438,3 +1438,3 @@ 'use strict'; | ||
var description = "plug & play collaboration backend"; | ||
var version = "1.0.0-alpha.53"; | ||
var version = "1.0.0-alpha.54"; | ||
var homepage = "https://hocuspocus.dev"; | ||
@@ -1618,3 +1618,3 @@ var keywords = [ | ||
const queueIncomingMessageListener = (input) => { | ||
this.incomingMessageQueue.push(input); | ||
incomingMessageQueue.push(input); | ||
}; | ||
@@ -1621,0 +1621,0 @@ incoming.on('message', queueIncomingMessageListener); |
{ | ||
"name": "@hocuspocus/server", | ||
"description": "plug & play collaboration backend", | ||
"version": "1.0.0-alpha.54", | ||
"version": "1.0.0-alpha.55", | ||
"homepage": "https://hocuspocus.dev", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "a467438c7d6f3a707bd3424bf9fdd9f229ebe381" | ||
"gitHead": "a3521b3d15df88f9861c3c77d64d13b87dc07e1e" | ||
} |
@@ -168,3 +168,3 @@ import WebSocket from 'ws' | ||
const queueIncomingMessageListener = (input: Iterable<number>) => { | ||
this.incomingMessageQueue.push(input) | ||
incomingMessageQueue.push(input) | ||
} | ||
@@ -171,0 +171,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
446341