@e-mc/module 0.7.22 → 0.7.23
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/index.js +2 -2
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -589,7 +589,7 @@ class Module extends EventEmitter {
|
|
|
589
589
|
this[_f] = new AbortController();
|
|
590
590
|
this[_g] = null;
|
|
591
591
|
}
|
|
592
|
-
static get VERSION() { return "0.7.
|
|
592
|
+
static get VERSION() { return "0.7.23"; }
|
|
593
593
|
static get LOG_TYPE() { return types_1.LOG_TYPE; }
|
|
594
594
|
static get STATUS_TYPE() { return types_1.STATUS_TYPE; }
|
|
595
595
|
static get MAX_TIMEOUT() { return 2147483647; }
|
|
@@ -2247,7 +2247,7 @@ class Module extends EventEmitter {
|
|
|
2247
2247
|
dir = dir.substring(ensureDir(PROCESS_CWD).length);
|
|
2248
2248
|
}
|
|
2249
2249
|
else {
|
|
2250
|
-
this.formatMessage(1, 'WARN',
|
|
2250
|
+
this.formatMessage(1, 'WARN', "Not permitted to set absolute path", dir, { ...this.LOG_STYLE_WARN, newline: true });
|
|
2251
2251
|
dir = undefined;
|
|
2252
2252
|
}
|
|
2253
2253
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@e-mc/module",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.23",
|
|
4
4
|
"description": "Module base class for E-mc.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"license": "MIT",
|
|
21
21
|
"homepage": "https://github.com/anpham6/e-mc#readme",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@e-mc/types": "0.7.
|
|
23
|
+
"@e-mc/types": "0.7.23",
|
|
24
24
|
"abort-controller": "^3.0.0",
|
|
25
25
|
"chalk": "4.1.2",
|
|
26
26
|
"event-target-shim": "^5.0.1",
|