@e-mc/module 0.9.8 → 0.9.9
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/README.md +6 -6
- package/index.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
## Interface
|
|
11
11
|
|
|
12
|
-
* [View Source](https://www.unpkg.com/@e-mc/types@0.9.
|
|
12
|
+
* [View Source](https://www.unpkg.com/@e-mc/types@0.9.9/lib/index.d.ts)
|
|
13
13
|
|
|
14
14
|
```typescript
|
|
15
15
|
import type { LogStatus } from "./squared";
|
|
@@ -389,11 +389,11 @@ type ForegroundColor = typeof IForegroundColor | `#${string}`;
|
|
|
389
389
|
|
|
390
390
|
## References
|
|
391
391
|
|
|
392
|
-
- https://www.unpkg.com/@e-mc/types@0.9.
|
|
393
|
-
- https://www.unpkg.com/@e-mc/types@0.9.
|
|
394
|
-
- https://www.unpkg.com/@e-mc/types@0.9.
|
|
395
|
-
- https://www.unpkg.com/@e-mc/types@0.9.
|
|
396
|
-
- https://www.unpkg.com/@e-mc/types@0.9.
|
|
392
|
+
- https://www.unpkg.com/@e-mc/types@0.9.9/lib/core.d.ts
|
|
393
|
+
- https://www.unpkg.com/@e-mc/types@0.9.9/lib/logger.d.ts
|
|
394
|
+
- https://www.unpkg.com/@e-mc/types@0.9.9/lib/module.d.ts
|
|
395
|
+
- https://www.unpkg.com/@e-mc/types@0.9.9/lib/node.d.ts
|
|
396
|
+
- https://www.unpkg.com/@e-mc/types@0.9.9/lib/settings.d.ts
|
|
397
397
|
|
|
398
398
|
* https://www.npmjs.com/package/@types/node
|
|
399
399
|
|
package/index.js
CHANGED
|
@@ -722,7 +722,7 @@ class Module extends EventEmitter {
|
|
|
722
722
|
this[_f] = new AbortController();
|
|
723
723
|
this[_g] = null;
|
|
724
724
|
}
|
|
725
|
-
static get VERSION() { return "0.9.
|
|
725
|
+
static get VERSION() { return "0.9.9"; }
|
|
726
726
|
static get LOG_TYPE() { return types_1.LOG_TYPE; }
|
|
727
727
|
static get STATUS_TYPE() { return types_1.STATUS_TYPE; }
|
|
728
728
|
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.9.
|
|
3
|
+
"version": "0.9.9",
|
|
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.9.
|
|
23
|
+
"@e-mc/types": "0.9.9",
|
|
24
24
|
"chalk": "4.1.2",
|
|
25
25
|
"file-type": "16.5.4",
|
|
26
26
|
"js-yaml": "^4.1.0",
|