@e-mc/module 0.6.1 → 0.6.2

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/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2023 Studio Trigger
1
+ Copyright 2023 Ninja Scroll
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
4
 
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @e-mc/module
2
2
 
3
- PEP 402 - Forever Ryuko
3
+ PEP 402 - Forever Kagerō
4
4
 
5
5
  ## LICENSE
6
6
 
package/index.js CHANGED
@@ -557,7 +557,7 @@ class Module extends EventEmitter {
557
557
  this[_f] = new AbortController();
558
558
  this[_g] = null;
559
559
  }
560
- static get VERSION() { return "0.6.1"; }
560
+ static get VERSION() { return "0.6.2"; }
561
561
  static get LOG_TYPE() { return types_1.LOG_TYPE; }
562
562
  static get STATUS_TYPE() { return types_1.STATUS_TYPE; }
563
563
  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.6.1",
3
+ "version": "0.6.2",
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.6.1",
23
+ "@e-mc/types": "0.6.2",
24
24
  "abort-controller": "^3.0.0",
25
25
  "chalk": "4.1.2",
26
26
  "event-target-shim": "^5.0.1",