@freesignal/protocol 0.5.0 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/node.js +2 -0
  2. package/package.json +1 -1
package/dist/node.js CHANGED
@@ -241,6 +241,8 @@ class FreeSignalNode {
241
241
  if (bootstrap)
242
242
  out.datagram = yield this.packHandshake(bootstrap);
243
243
  return out;
244
+ case types_1.Protocols.NULL:
245
+ return out;
244
246
  default:
245
247
  throw new Error("Invalid protocol");
246
248
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@freesignal/protocol",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Signal Protocol implementation in javascript",
5
5
  "license": "GPL-3.0-or-later",
6
6
  "author": "Christian Braghette",