Comparing version 0.6.0 to 0.6.1
# PeerServer Changelog | ||
### vNEXT | ||
### 0.6.1 | ||
* New: PeerJS Server in Docker capture ^C signal and terminate gracefully. #205 | ||
* Fix: SSL options in default config. #230 | ||
### 0.6.0 | ||
@@ -4,0 +12,0 @@ |
@@ -14,7 +14,3 @@ "use strict"; | ||
cleanup_out_msgs: 1000, | ||
ssl: { | ||
key: "", | ||
cert: "" | ||
} | ||
}; | ||
exports.default = defaultConfig; |
{ | ||
"name": "peer", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "PeerJS server component", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
Sorry, the diff of this file is not supported yet
45205
10445
788