@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.
Files changed (3) hide show
  1. package/README.md +6 -6
  2. package/index.js +1 -1
  3. 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.8/lib/index.d.ts)
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.8/lib/core.d.ts
393
- - https://www.unpkg.com/@e-mc/types@0.9.8/lib/logger.d.ts
394
- - https://www.unpkg.com/@e-mc/types@0.9.8/lib/module.d.ts
395
- - https://www.unpkg.com/@e-mc/types@0.9.8/lib/node.d.ts
396
- - https://www.unpkg.com/@e-mc/types@0.9.8/lib/settings.d.ts
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.8"; }
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.8",
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.8",
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",