@e-mc/file-manager 0.14.3 → 0.14.5

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 +11 -11
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.3/lib/index.d.ts)
12
+ * [View Source](https://www.unpkg.com/@e-mc/types@0.14.5/lib/index.d.ts)
13
13
 
14
14
  ```typescript
15
15
  import type { ChecksumValue, DataSource, IncrementalMatch, TaskAction } from "./squared";
@@ -298,15 +298,15 @@ NOTE: **FileManager** is a sub-class of [Host](https://www.npmjs.com/package/@e-
298
298
 
299
299
  ## References
300
300
 
301
- - https://www.unpkg.com/@e-mc/types@0.14.3/lib/squared.d.ts
302
- - https://www.unpkg.com/@e-mc/types@0.14.3/lib/asset.d.ts
303
- - https://www.unpkg.com/@e-mc/types@0.14.3/lib/core.d.ts
304
- - https://www.unpkg.com/@e-mc/types@0.14.3/lib/filemanager.d.ts
305
- - https://www.unpkg.com/@e-mc/types@0.14.3/lib/logger.d.ts
306
- - https://www.unpkg.com/@e-mc/types@0.14.3/lib/module.d.ts
307
- - https://www.unpkg.com/@e-mc/types@0.14.3/lib/node.d.ts
308
- - https://www.unpkg.com/@e-mc/types@0.14.3/lib/request.d.ts
309
- - https://www.unpkg.com/@e-mc/types@0.14.3/lib/settings.d.ts
301
+ - https://www.unpkg.com/@e-mc/types@0.14.5/lib/squared.d.ts
302
+ - https://www.unpkg.com/@e-mc/types@0.14.5/lib/asset.d.ts
303
+ - https://www.unpkg.com/@e-mc/types@0.14.5/lib/core.d.ts
304
+ - https://www.unpkg.com/@e-mc/types@0.14.5/lib/filemanager.d.ts
305
+ - https://www.unpkg.com/@e-mc/types@0.14.5/lib/logger.d.ts
306
+ - https://www.unpkg.com/@e-mc/types@0.14.5/lib/module.d.ts
307
+ - https://www.unpkg.com/@e-mc/types@0.14.5/lib/node.d.ts
308
+ - https://www.unpkg.com/@e-mc/types@0.14.5/lib/request.d.ts
309
+ - https://www.unpkg.com/@e-mc/types@0.14.5/lib/settings.d.ts
310
310
 
311
311
  * https://www.npmjs.com/package/@types/node
312
312
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@e-mc/file-manager",
3
- "version": "0.14.3",
3
+ "version": "0.14.5",
4
4
  "description": "FileManager constructor for E-mc.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -16,17 +16,17 @@
16
16
  "license": "BSD-3-Clause",
17
17
  "homepage": "https://github.com/anpham6/e-mc#readme",
18
18
  "dependencies": {
19
- "@e-mc/cloud": "0.14.3",
20
- "@e-mc/compress": "0.14.3",
21
- "@e-mc/core": "0.14.3",
22
- "@e-mc/document": "0.14.3",
23
- "@e-mc/image": "0.14.3",
24
- "@e-mc/request": "0.14.3",
25
- "@e-mc/task": "0.14.3",
26
- "@e-mc/types": "0.14.3",
27
- "@e-mc/watch": "0.14.3",
19
+ "@e-mc/cloud": "0.14.5",
20
+ "@e-mc/compress": "0.14.5",
21
+ "@e-mc/core": "0.14.5",
22
+ "@e-mc/document": "0.14.5",
23
+ "@e-mc/image": "0.14.5",
24
+ "@e-mc/request": "0.14.5",
25
+ "@e-mc/task": "0.14.5",
26
+ "@e-mc/types": "0.14.5",
27
+ "@e-mc/watch": "0.14.5",
28
28
  "chalk": "4.1.2",
29
29
  "diff": "^9.0.0",
30
- "picomatch": "^4.0.4"
30
+ "picomatch": "^4.0.5"
31
31
  }
32
32
  }