@ztimson/momentum 1.0.2 → 1.0.3

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