@e-mc/file-manager 0.12.10 → 0.12.11

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 +10 -10
  2. package/package.json +10 -10
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.12.10/lib/index.d.ts)
12
+ * [View Source](https://www.unpkg.com/@e-mc/types@0.12.11/lib/index.d.ts)
13
13
 
14
14
  ```typescript
15
15
  import type { DataSource, IncrementalMatch, TaskAction } from "./squared";
@@ -307,15 +307,15 @@ NOTE: **FileManager** is a sub-class of [Host](https://www.npmjs.com/package/@e-
307
307
 
308
308
  ## References
309
309
 
310
- - https://www.unpkg.com/@e-mc/types@0.12.10/lib/squared.d.ts
311
- - https://www.unpkg.com/@e-mc/types@0.12.10/lib/asset.d.ts
312
- - https://www.unpkg.com/@e-mc/types@0.12.10/lib/core.d.ts
313
- - https://www.unpkg.com/@e-mc/types@0.12.10/lib/filemanager.d.ts
314
- - https://www.unpkg.com/@e-mc/types@0.12.10/lib/logger.d.ts
315
- - https://www.unpkg.com/@e-mc/types@0.12.10/lib/module.d.ts
316
- - https://www.unpkg.com/@e-mc/types@0.12.10/lib/node.d.ts
317
- - https://www.unpkg.com/@e-mc/types@0.12.10/lib/request.d.ts
318
- - https://www.unpkg.com/@e-mc/types@0.12.10/lib/settings.d.ts
310
+ - https://www.unpkg.com/@e-mc/types@0.12.11/lib/squared.d.ts
311
+ - https://www.unpkg.com/@e-mc/types@0.12.11/lib/asset.d.ts
312
+ - https://www.unpkg.com/@e-mc/types@0.12.11/lib/core.d.ts
313
+ - https://www.unpkg.com/@e-mc/types@0.12.11/lib/filemanager.d.ts
314
+ - https://www.unpkg.com/@e-mc/types@0.12.11/lib/logger.d.ts
315
+ - https://www.unpkg.com/@e-mc/types@0.12.11/lib/module.d.ts
316
+ - https://www.unpkg.com/@e-mc/types@0.12.11/lib/node.d.ts
317
+ - https://www.unpkg.com/@e-mc/types@0.12.11/lib/request.d.ts
318
+ - https://www.unpkg.com/@e-mc/types@0.12.11/lib/settings.d.ts
319
319
 
320
320
  * https://www.npmjs.com/package/@types/node
321
321
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@e-mc/file-manager",
3
- "version": "0.12.10",
3
+ "version": "0.12.11",
4
4
  "description": "FileManager constructor for E-mc.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -19,15 +19,15 @@
19
19
  "license": "BSD-3-Clause",
20
20
  "homepage": "https://github.com/anpham6/e-mc#readme",
21
21
  "dependencies": {
22
- "@e-mc/cloud": "0.12.10",
23
- "@e-mc/compress": "0.12.10",
24
- "@e-mc/core": "0.12.10",
25
- "@e-mc/document": "0.12.10",
26
- "@e-mc/image": "0.12.10",
27
- "@e-mc/request": "0.12.10",
28
- "@e-mc/task": "0.12.10",
29
- "@e-mc/types": "0.12.10",
30
- "@e-mc/watch": "0.12.10",
22
+ "@e-mc/cloud": "0.12.11",
23
+ "@e-mc/compress": "0.12.11",
24
+ "@e-mc/core": "0.12.11",
25
+ "@e-mc/document": "0.12.11",
26
+ "@e-mc/image": "0.12.11",
27
+ "@e-mc/request": "0.12.11",
28
+ "@e-mc/task": "0.12.11",
29
+ "@e-mc/types": "0.12.11",
30
+ "@e-mc/watch": "0.12.11",
31
31
  "chalk": "4.1.2",
32
32
  "diff": "^7.0.0",
33
33
  "picomatch": "^4.0.3"