@e-mc/module 0.8.2 → 0.8.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.
Files changed (2) hide show
  1. package/index.js +2 -2
  2. package/package.json +3 -3
package/index.js CHANGED
@@ -623,7 +623,7 @@ class Module extends EventEmitter {
623
623
  this[_f] = new AbortController();
624
624
  this[_g] = null;
625
625
  }
626
- static get VERSION() { return "0.8.2" /* INTERNAL.VERSION */; }
626
+ static get VERSION() { return "0.8.3" /* INTERNAL.VERSION */; }
627
627
  static get LOG_TYPE() { return types_1.LOG_TYPE; }
628
628
  static get STATUS_TYPE() { return types_1.STATUS_TYPE; }
629
629
  static get MAX_TIMEOUT() { return 2147483647; }
@@ -734,7 +734,7 @@ class Module extends EventEmitter {
734
734
  }
735
735
  let messageUnitIndent = options.messageUnitIndent, coloring;
736
736
  if (!broadcastId) {
737
- (0, types_1.setLogCurrent)({ type, title, value, message });
737
+ (0, types_1.setLogCurrent)({ type, title, value, message, sessionId });
738
738
  coloring = !(options.useColor === false || SETTINGS.color === false);
739
739
  }
740
740
  else if ((0, types_1.isPlainObject)(broadcastId)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@e-mc/module",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
4
4
  "description": "Module base class for E-mc.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "https://github.com/anpham6/e-mc.git",
12
+ "url": "git+https://github.com/anpham6/e-mc.git",
13
13
  "directory": "src/module"
14
14
  },
15
15
  "keywords": [
@@ -20,7 +20,7 @@
20
20
  "license": "BSD 3-Clause",
21
21
  "homepage": "https://github.com/anpham6/e-mc#readme",
22
22
  "dependencies": {
23
- "@e-mc/types": "0.8.2",
23
+ "@e-mc/types": "0.8.3",
24
24
  "abort-controller": "^3.0.0",
25
25
  "chalk": "4.1.2",
26
26
  "event-target-shim": "^5.0.1",