@e-mc/module 0.5.0 → 0.5.1
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 +1 -1
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -558,7 +558,7 @@ class Module extends EventEmitter {
|
|
|
558
558
|
this[_f] = new AbortController();
|
|
559
559
|
this[_g] = null;
|
|
560
560
|
}
|
|
561
|
-
static get VERSION() { return "0.5.
|
|
561
|
+
static get VERSION() { return "0.5.1" /* INTERNAL.VERSION */; }
|
|
562
562
|
static get LOG_TYPE() { return types_1.LOG_TYPE; }
|
|
563
563
|
static get STATUS_TYPE() { return types_1.STATUS_TYPE; }
|
|
564
564
|
static get MAX_TIMEOUT() { return 2147483647; }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@e-mc/module",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
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": "BSD 3-Clause",
|
|
21
21
|
"homepage": "https://github.com/anpham6/e-mc#readme",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@e-mc/types": "0.5.
|
|
23
|
+
"@e-mc/types": "0.5.1",
|
|
24
24
|
"abort-controller": "^3.0.0",
|
|
25
25
|
"chalk": "4.1.2",
|
|
26
26
|
"event-target-shim": "^5.0.1",
|