@e-mc/module 0.11.11 → 0.11.12

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 +4 -4
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.11.11/lib/index.d.ts)
12
+ * [View Source](https://www.unpkg.com/@e-mc/types@0.11.12/lib/index.d.ts)
13
13
 
14
14
  ```typescript
15
15
  import type { LogStatus } from "./squared";
@@ -414,11 +414,11 @@ interface LoggerModule {
414
414
 
415
415
  ## References
416
416
 
417
- - https://www.unpkg.com/@e-mc/types@0.11.11/lib/core.d.ts
418
- - https://www.unpkg.com/@e-mc/types@0.11.11/lib/logger.d.ts
419
- - https://www.unpkg.com/@e-mc/types@0.11.11/lib/module.d.ts
420
- - https://www.unpkg.com/@e-mc/types@0.11.11/lib/node.d.ts
421
- - https://www.unpkg.com/@e-mc/types@0.11.11/lib/settings.d.ts
417
+ - https://www.unpkg.com/@e-mc/types@0.11.12/lib/core.d.ts
418
+ - https://www.unpkg.com/@e-mc/types@0.11.12/lib/logger.d.ts
419
+ - https://www.unpkg.com/@e-mc/types@0.11.12/lib/module.d.ts
420
+ - https://www.unpkg.com/@e-mc/types@0.11.12/lib/node.d.ts
421
+ - https://www.unpkg.com/@e-mc/types@0.11.12/lib/settings.d.ts
422
422
 
423
423
  * https://www.npmjs.com/package/@types/node
424
424
 
package/index.js CHANGED
@@ -964,7 +964,7 @@ class Module extends EventEmitter {
964
964
  this[_g] = null;
965
965
  }
966
966
  static get VERSION() {
967
- return "0.11.11";
967
+ return "0.11.12";
968
968
  }
969
969
  static get LOG_TYPE() {
970
970
  return types_1.LOG_TYPE;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@e-mc/module",
3
- "version": "0.11.11",
3
+ "version": "0.11.12",
4
4
  "description": "Module base class for E-mc.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -20,11 +20,11 @@
20
20
  "license": "BSD-3-Clause",
21
21
  "homepage": "https://github.com/anpham6/e-mc#readme",
22
22
  "dependencies": {
23
- "@e-mc/types": "0.11.11",
23
+ "@e-mc/types": "0.11.12",
24
24
  "chalk": "4.1.2",
25
25
  "file-type": "^18.7.0",
26
- "js-yaml": "^4.1.0",
26
+ "js-yaml": "^4.1.1",
27
27
  "mime-types": "^2.1.35",
28
- "picomatch": "^4.0.2"
28
+ "picomatch": "^4.0.3"
29
29
  }
30
30
  }