@thi.ng/file-io 0.3.7 → 0.3.8

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/file-io",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
4
4
  "description": "Assorted file I/O utils (with logging support) for NodeJS",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,9 +35,9 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@thi.ng/api": "^8.3.9",
38
- "@thi.ng/checks": "^3.2.3",
38
+ "@thi.ng/checks": "^3.2.4",
39
39
  "@thi.ng/logger": "^1.2.0",
40
- "@thi.ng/random": "^3.3.4"
40
+ "@thi.ng/random": "^3.3.5"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@microsoft/api-extractor": "^7.25.0",
@@ -108,5 +108,5 @@
108
108
  "status": "stable",
109
109
  "year": 2022
110
110
  },
111
- "gitHead": "488e782dcb7311dd7b1804015ccc0848fc52ae8b\n"
111
+ "gitHead": "01b7a47077d88c2aefe77650ce3340040bae00ee\n"
112
112
  }