unetjs 2.0.7 → 2.0.8

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/cjs/unet.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* unet.js v2.0.7 2022-07-15T01:00:23.960Z */
1
+ /* unet.js v2.0.8 2022-07-21T08:08:24.416Z */
2
2
 
3
3
  'use strict';
4
4
 
@@ -22,7 +22,7 @@ function _interopNamespace(e) {
22
22
  return Object.freeze(n);
23
23
  }
24
24
 
25
- /* fjage.js v1.10.1 */
25
+ /* fjage.js v1.10.2 */
26
26
 
27
27
  const isBrowser =
28
28
  typeof window !== "undefined" && typeof window.document !== "undefined";
@@ -688,7 +688,7 @@ class Gateway {
688
688
  this.eventListeners = {}; // external listeners wanting to listen internal events
689
689
  this.queue = []; // incoming message queue
690
690
  this.debug = false; // debug info to be logged to console?
691
- this.aid = new AgentID(isBrowser ? 'WebGW-' : 'NodeGW-'+_guid(4)); // gateway agent name
691
+ this.aid = new AgentID((isBrowser ? 'WebGW-' : 'NodeGW-')+_guid(4)); // gateway agent name
692
692
  this.connector = this._createConnector(url);
693
693
  this._addGWCache(this);
694
694
  }
package/dist/esm/unet.js CHANGED
@@ -1,6 +1,6 @@
1
- /* unet.js v2.0.7 2022-07-15T01:00:23.960Z */
1
+ /* unet.js v2.0.8 2022-07-21T08:08:24.416Z */
2
2
 
3
- /* fjage.js v1.10.1 */
3
+ /* fjage.js v1.10.2 */
4
4
 
5
5
  const isBrowser =
6
6
  typeof window !== "undefined" && typeof window.document !== "undefined";
@@ -666,7 +666,7 @@ class Gateway {
666
666
  this.eventListeners = {}; // external listeners wanting to listen internal events
667
667
  this.queue = []; // incoming message queue
668
668
  this.debug = false; // debug info to be logged to console?
669
- this.aid = new AgentID(isBrowser ? 'WebGW-' : 'NodeGW-'+_guid(4)); // gateway agent name
669
+ this.aid = new AgentID((isBrowser ? 'WebGW-' : 'NodeGW-')+_guid(4)); // gateway agent name
670
670
  this.connector = this._createConnector(url);
671
671
  this._addGWCache(this);
672
672
  }
package/dist/unetjs.js CHANGED
@@ -4,7 +4,7 @@
4
4
  (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.unet = {}));
5
5
  })(this, (function (exports) { 'use strict';
6
6
 
7
- /* fjage.js v1.10.1 */
7
+ /* fjage.js v1.10.2 */
8
8
 
9
9
  const isBrowser =
10
10
  typeof window !== "undefined" && typeof window.document !== "undefined";
@@ -670,7 +670,7 @@
670
670
  this.eventListeners = {}; // external listeners wanting to listen internal events
671
671
  this.queue = []; // incoming message queue
672
672
  this.debug = false; // debug info to be logged to console?
673
- this.aid = new AgentID(isBrowser ? 'WebGW-' : 'NodeGW-'+_guid(4)); // gateway agent name
673
+ this.aid = new AgentID((isBrowser ? 'WebGW-' : 'NodeGW-')+_guid(4)); // gateway agent name
674
674
  this.connector = this._createConnector(url);
675
675
  this._addGWCache(this);
676
676
  }