@ztimson/momentum 1.0.8 → 1.0.10

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/index.js CHANGED
@@ -4149,7 +4149,7 @@ ${log}`;
4149
4149
  this.momentum = momentum;
4150
4150
  }
4151
4151
  }
4152
- const version = "1.0.8";
4152
+ const version = "1.0.10";
4153
4153
  class WebRtc extends PathEventEmitter {
4154
4154
  constructor(momentum) {
4155
4155
  super("webrtc");
package/dist/index.mjs CHANGED
@@ -4145,7 +4145,7 @@ class Static extends Storage {
4145
4145
  this.momentum = momentum;
4146
4146
  }
4147
4147
  }
4148
- const version = "1.0.8";
4148
+ const version = "1.0.10";
4149
4149
  class WebRtc extends PathEventEmitter {
4150
4150
  constructor(momentum) {
4151
4151
  super("webrtc");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ztimson/momentum",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "description": "Client library for momentum",
5
5
  "keywords": [
6
6
  "Momentum"