@thi.ng/file-io 0.3.2 → 0.3.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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-06-09T16:14:01Z
3
+ - **Last updated**: 2022-07-19T15:36:12Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/README.md CHANGED
@@ -46,7 +46,7 @@ node --experimental-repl-await
46
46
  > const fileIo = await import("@thi.ng/file-io");
47
47
  ```
48
48
 
49
- Package sizes (gzipped, pre-treeshake): ESM: 761 bytes
49
+ Package sizes (gzipped, pre-treeshake): ESM: 1.10 KB
50
50
 
51
51
  ## Dependencies
52
52
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/file-io",
3
- "version": "0.3.2",
3
+ "version": "0.3.5",
4
4
  "description": "Assorted file I/O utils (with logging support) for NodeJS",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,18 +34,18 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.3.7",
38
- "@thi.ng/checks": "^3.2.0",
39
- "@thi.ng/logger": "^1.1.7",
40
- "@thi.ng/random": "^3.3.1"
37
+ "@thi.ng/api": "^8.3.8",
38
+ "@thi.ng/checks": "^3.2.2",
39
+ "@thi.ng/logger": "^1.1.8",
40
+ "@thi.ng/random": "^3.3.3"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@microsoft/api-extractor": "^7.25.0",
44
- "@thi.ng/testament": "^0.2.8",
44
+ "@thi.ng/testament": "^0.2.9",
45
45
  "rimraf": "^3.0.2",
46
46
  "tools": "^0.0.1",
47
47
  "typedoc": "^0.22.17",
48
- "typescript": "^4.7.3"
48
+ "typescript": "^4.7.4"
49
49
  },
50
50
  "keywords": [
51
51
  "file",
@@ -108,5 +108,5 @@
108
108
  "status": "stable",
109
109
  "year": 2022
110
110
  },
111
- "gitHead": "9e516d30a1a537e027a6b3d78bf9121bc5831d31\n"
111
+ "gitHead": "108a6357b77d457912d30681d7cc5603ae995209\n"
112
112
  }