@e-mc/document 0.14.2 → 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.
Files changed (2) hide show
  1. package/README.md +9 -9
  2. package/package.json +5 -5
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.2/lib/index.d.ts)
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, ViewEngine } from "./squared";
@@ -188,14 +188,14 @@ NOTE: **@e-mc/document** is an abstract base class and cannot be instantiated. *
188
188
 
189
189
  ## References
190
190
 
191
- - https://www.unpkg.com/@e-mc/types@0.14.2/lib/squared.d.ts
192
- - https://www.unpkg.com/@e-mc/types@0.14.2/lib/asset.d.ts
193
- - https://www.unpkg.com/@e-mc/types@0.14.2/lib/core.d.ts
194
- - https://www.unpkg.com/@e-mc/types@0.14.2/lib/document.d.ts
195
- - https://www.unpkg.com/@e-mc/types@0.14.2/lib/filemanager.d.ts
196
- - https://www.unpkg.com/@e-mc/types@0.14.2/lib/logger.d.ts
197
- - https://www.unpkg.com/@e-mc/types@0.14.2/lib/settings.d.ts
198
- - https://www.unpkg.com/@e-mc/types@0.14.2/lib/watch.d.ts
191
+ - https://www.unpkg.com/@e-mc/types@0.14.4/lib/squared.d.ts
192
+ - https://www.unpkg.com/@e-mc/types@0.14.4/lib/asset.d.ts
193
+ - https://www.unpkg.com/@e-mc/types@0.14.4/lib/core.d.ts
194
+ - https://www.unpkg.com/@e-mc/types@0.14.4/lib/document.d.ts
195
+ - https://www.unpkg.com/@e-mc/types@0.14.4/lib/filemanager.d.ts
196
+ - https://www.unpkg.com/@e-mc/types@0.14.4/lib/logger.d.ts
197
+ - https://www.unpkg.com/@e-mc/types@0.14.4/lib/settings.d.ts
198
+ - https://www.unpkg.com/@e-mc/types@0.14.4/lib/watch.d.ts
199
199
 
200
200
  ## LICENSE
201
201
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@e-mc/document",
3
- "version": "0.14.2",
3
+ "version": "0.14.4",
4
4
  "description": "Document constructor for E-mc.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -16,14 +16,14 @@
16
16
  "license": "BSD-3-Clause",
17
17
  "homepage": "https://github.com/anpham6/e-mc#readme",
18
18
  "dependencies": {
19
- "@e-mc/core": "0.14.2",
20
- "@e-mc/db": "0.14.2",
21
- "@e-mc/types": "0.14.2",
19
+ "@e-mc/core": "0.14.4",
20
+ "@e-mc/db": "0.14.4",
21
+ "@e-mc/types": "0.14.4",
22
22
  "chalk": "4.1.2",
23
23
  "domhandler": "^5.0.3",
24
24
  "domutils": "^3.2.2",
25
25
  "htmlparser2": "^10.1.0",
26
- "js-yaml": "^4.1.1",
26
+ "js-yaml": "^4.2.0",
27
27
  "picomatch": "^4.0.4"
28
28
  }
29
29
  }