@thi.ng/file-io 2.1.0 → 2.1.1

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**: 2024-04-23T07:02:17Z
3
+ - **Last updated**: 2024-04-25T19:44:55Z
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
@@ -54,7 +54,7 @@ For Node.js REPL:
54
54
  const fio = await import("@thi.ng/file-io");
55
55
  ```
56
56
 
57
- Package sizes (brotli'd, pre-treeshake): ESM: 2.04 KB
57
+ Package sizes (brotli'd, pre-treeshake): ESM: 2.06 KB
58
58
 
59
59
  ## Dependencies
60
60
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/file-io",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Assorted file I/O utils (with logging support) for NodeJS/Bun",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -123,5 +123,5 @@
123
123
  "status": "stable",
124
124
  "year": 2022
125
125
  },
126
- "gitHead": "5dd66c18a3862a3af69a5b2f49563f7cbdd960c2\n"
126
+ "gitHead": "aed3421c21044c005fbcb7cc37965ccf85a870d2\n"
127
127
  }