@e-mc/core 0.13.7 → 0.13.8

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 (2) hide show
  1. package/README.md +11 -9
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @e-mc/core
2
2
 
3
- * NodeJS 18.20.5 LTS
3
+ * NodeJS 18.20 LTS
4
4
  * ES2022
5
5
 
6
6
  ## General Usage
@@ -9,7 +9,7 @@
9
9
 
10
10
  ## Interface
11
11
 
12
- * [View Source](https://www.unpkg.com/@e-mc/types@0.13.7/lib/index.d.ts)
12
+ * [View Source](https://www.unpkg.com/@e-mc/types@0.13.8/lib/index.d.ts)
13
13
 
14
14
  ```typescript
15
15
  import type { DataSource, LogStatus, WorkerAction } from "./squared";
@@ -324,15 +324,17 @@ NOTE: **@e-mc/core** is mostly a collection of abstract base classes which canno
324
324
 
325
325
  ## References
326
326
 
327
- - https://www.unpkg.com/@e-mc/types@0.13.7/lib/squared.d.ts
328
- - https://www.unpkg.com/@e-mc/types@0.13.7/lib/core.d.ts
329
- - https://www.unpkg.com/@e-mc/types@0.13.7/lib/db.d.ts
330
- - https://www.unpkg.com/@e-mc/types@0.13.7/lib/dom.d.ts
331
- - https://www.unpkg.com/@e-mc/types@0.13.7/lib/logger.d.ts
332
- - https://www.unpkg.com/@e-mc/types@0.13.7/lib/node.d.ts
333
- - https://www.unpkg.com/@e-mc/types@0.13.7/lib/settings.d.ts
327
+ - https://www.unpkg.com/@e-mc/types@0.13.8/lib/squared.d.ts
328
+ - https://www.unpkg.com/@e-mc/types@0.13.8/lib/core.d.ts
329
+ - https://www.unpkg.com/@e-mc/types@0.13.8/lib/db.d.ts
330
+ - https://www.unpkg.com/@e-mc/types@0.13.8/lib/dom.d.ts
331
+ - https://www.unpkg.com/@e-mc/types@0.13.8/lib/logger.d.ts
332
+ - https://www.unpkg.com/@e-mc/types@0.13.8/lib/node.d.ts
333
+ - https://www.unpkg.com/@e-mc/types@0.13.8/lib/settings.d.ts
334
334
 
335
335
  * https://www.npmjs.com/package/@types/node
336
+ * https://www.npmjs.com/package/@types/picomatch
337
+ * https://www.npmjs.com/package/minimatch
336
338
 
337
339
  ## LICENSE
338
340
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@e-mc/core",
3
- "version": "0.13.7",
3
+ "version": "0.13.8",
4
4
  "description": "Core modules for E-mc.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -19,8 +19,8 @@
19
19
  "license": "BSD-3-Clause",
20
20
  "homepage": "https://github.com/anpham6/e-mc#readme",
21
21
  "dependencies": {
22
- "@e-mc/module": "0.13.7",
23
- "@e-mc/types": "0.13.7",
22
+ "@e-mc/module": "0.13.8",
23
+ "@e-mc/types": "0.13.8",
24
24
  "ipaddr.js": "^2.3.0",
25
25
  "picomatch": "^4.0.3"
26
26
  }