@e-mc/core 0.14.3 → 0.14.4
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 +8 -8
- package/package.json +3 -3
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.14.
|
|
12
|
+
* [View Source](https://www.unpkg.com/@e-mc/types@0.14.4/lib/index.d.ts)
|
|
13
13
|
|
|
14
14
|
```typescript
|
|
15
15
|
import type { DataSource, LogStatus, WorkerAction } from "./squared";
|
|
@@ -326,13 +326,13 @@ NOTE: **@e-mc/core** is mostly a collection of abstract base classes which canno
|
|
|
326
326
|
|
|
327
327
|
## References
|
|
328
328
|
|
|
329
|
-
- https://www.unpkg.com/@e-mc/types@0.14.
|
|
330
|
-
- https://www.unpkg.com/@e-mc/types@0.14.
|
|
331
|
-
- https://www.unpkg.com/@e-mc/types@0.14.
|
|
332
|
-
- https://www.unpkg.com/@e-mc/types@0.14.
|
|
333
|
-
- https://www.unpkg.com/@e-mc/types@0.14.
|
|
334
|
-
- https://www.unpkg.com/@e-mc/types@0.14.
|
|
335
|
-
- https://www.unpkg.com/@e-mc/types@0.14.
|
|
329
|
+
- https://www.unpkg.com/@e-mc/types@0.14.4/lib/squared.d.ts
|
|
330
|
+
- https://www.unpkg.com/@e-mc/types@0.14.4/lib/core.d.ts
|
|
331
|
+
- https://www.unpkg.com/@e-mc/types@0.14.4/lib/db.d.ts
|
|
332
|
+
- https://www.unpkg.com/@e-mc/types@0.14.4/lib/dom.d.ts
|
|
333
|
+
- https://www.unpkg.com/@e-mc/types@0.14.4/lib/logger.d.ts
|
|
334
|
+
- https://www.unpkg.com/@e-mc/types@0.14.4/lib/node.d.ts
|
|
335
|
+
- https://www.unpkg.com/@e-mc/types@0.14.4/lib/settings.d.ts
|
|
336
336
|
|
|
337
337
|
* https://www.npmjs.com/package/@types/node
|
|
338
338
|
* https://www.npmjs.com/package/@types/picomatch
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@e-mc/core",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.4",
|
|
4
4
|
"description": "Core modules for E-mc.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"license": "BSD-3-Clause",
|
|
17
17
|
"homepage": "https://github.com/anpham6/e-mc#readme",
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@e-mc/module": "0.14.
|
|
20
|
-
"@e-mc/types": "0.14.
|
|
19
|
+
"@e-mc/module": "0.14.4",
|
|
20
|
+
"@e-mc/types": "0.14.4",
|
|
21
21
|
"ipaddr.js": "^2.4.0",
|
|
22
22
|
"picomatch": "^4.0.4"
|
|
23
23
|
}
|