@freesignal/protocol 0.5.0 → 0.5.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.
- package/dist/node.js +2 -0
- package/dist/types.d.ts +1 -1
- package/dist/types.js +1 -1
- package/package.json +1 -1
package/dist/node.js
CHANGED
package/dist/types.d.ts
CHANGED
package/dist/types.js
CHANGED
|
@@ -210,7 +210,7 @@ var DiscoverType;
|
|
|
210
210
|
})(DiscoverType || (exports.DiscoverType = DiscoverType = {}));
|
|
211
211
|
var Protocols;
|
|
212
212
|
(function (Protocols) {
|
|
213
|
-
Protocols["
|
|
213
|
+
Protocols["PING"] = "/freesignal/ping";
|
|
214
214
|
Protocols["MESSAGE"] = "/freesignal/message";
|
|
215
215
|
Protocols["RELAY"] = "/freesignal/relay";
|
|
216
216
|
Protocols["HANDSHAKE"] = "/freesignal/handshake";
|