@freesignal/protocol 0.4.1 → 0.4.2

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/types.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -91,7 +91,7 @@ interface DatagramJSON {
91
91
  export interface SignedDatagram extends Datagram {
92
92
  signature: string;
93
93
  }
94
- interface DatagramHeader {
94
+ export interface DatagramHeader {
95
95
  readonly id: string;
96
96
  readonly version: number;
97
97
  readonly sender: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@freesignal/protocol",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Signal Protocol implementation in javascript",
5
5
  "license": "GPL-3.0-or-later",
6
6
  "author": "Christian Braghette",