@ztimson/momentum 1.0.5 → 1.0.6

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