@e-mc/document 0.14.1 → 0.14.3
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 +9 -9
- 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.
|
|
12
|
+
* [View Source](https://www.unpkg.com/@e-mc/types@0.14.3/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.
|
|
192
|
-
- https://www.unpkg.com/@e-mc/types@0.14.
|
|
193
|
-
- https://www.unpkg.com/@e-mc/types@0.14.
|
|
194
|
-
- https://www.unpkg.com/@e-mc/types@0.14.
|
|
195
|
-
- https://www.unpkg.com/@e-mc/types@0.14.
|
|
196
|
-
- https://www.unpkg.com/@e-mc/types@0.14.
|
|
197
|
-
- https://www.unpkg.com/@e-mc/types@0.14.
|
|
198
|
-
- https://www.unpkg.com/@e-mc/types@0.14.
|
|
191
|
+
- https://www.unpkg.com/@e-mc/types@0.14.3/lib/squared.d.ts
|
|
192
|
+
- https://www.unpkg.com/@e-mc/types@0.14.3/lib/asset.d.ts
|
|
193
|
+
- https://www.unpkg.com/@e-mc/types@0.14.3/lib/core.d.ts
|
|
194
|
+
- https://www.unpkg.com/@e-mc/types@0.14.3/lib/document.d.ts
|
|
195
|
+
- https://www.unpkg.com/@e-mc/types@0.14.3/lib/filemanager.d.ts
|
|
196
|
+
- https://www.unpkg.com/@e-mc/types@0.14.3/lib/logger.d.ts
|
|
197
|
+
- https://www.unpkg.com/@e-mc/types@0.14.3/lib/settings.d.ts
|
|
198
|
+
- https://www.unpkg.com/@e-mc/types@0.14.3/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.
|
|
3
|
+
"version": "0.14.3",
|
|
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.
|
|
20
|
-
"@e-mc/db": "0.14.
|
|
21
|
-
"@e-mc/types": "0.14.
|
|
19
|
+
"@e-mc/core": "0.14.3",
|
|
20
|
+
"@e-mc/db": "0.14.3",
|
|
21
|
+
"@e-mc/types": "0.14.3",
|
|
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.
|
|
26
|
+
"js-yaml": "^4.2.0",
|
|
27
27
|
"picomatch": "^4.0.4"
|
|
28
28
|
}
|
|
29
29
|
}
|