@thi.ng/file-io 0.3.23 → 0.3.25

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-12-16T12:52:25Z
3
+ - **Last updated**: 2022-12-29T20:56:59Z
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.
@@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
9
9
  **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
10
10
  and/or version bumps of transitive dependencies.
11
11
 
12
+ ### [0.3.25](https://github.com/thi-ng/umbrella/tree/@thi.ng/file-io@0.3.25) (2022-12-29)
13
+
14
+ #### ♻️ Refactoring
15
+
16
+ - update "no-browser" pkg handling ([0e84f1b](https://github.com/thi-ng/umbrella/commit/0e84f1b))
17
+
12
18
  ## [0.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/file-io@0.3.0) (2022-05-20)
13
19
 
14
20
  #### 🚀 Features
package/README.md CHANGED
@@ -19,7 +19,7 @@ This project is part of the
19
19
 
20
20
  ## About
21
21
 
22
- Assorted file I/O utils (with logging support) for NodeJS
22
+ Assorted file I/O utils (with logging support) for NodeJS.
23
23
 
24
24
  Most functions in this package have optional support for the
25
25
  [`ILogger`](https://github.com/thi-ng/umbrella/tree/develop/packages/logger)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/file-io",
3
- "version": "0.3.23",
3
+ "version": "0.3.25",
4
4
  "description": "Assorted file I/O utils (with logging support) for NodeJS",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,14 +34,14 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.6.1",
38
- "@thi.ng/checks": "^3.3.5",
39
- "@thi.ng/logger": "^1.4.5",
40
- "@thi.ng/random": "^3.3.19"
37
+ "@thi.ng/api": "^8.6.2",
38
+ "@thi.ng/checks": "^3.3.6",
39
+ "@thi.ng/logger": "^1.4.6",
40
+ "@thi.ng/random": "^3.3.20"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@microsoft/api-extractor": "^7.33.7",
44
- "@thi.ng/testament": "^0.3.7",
44
+ "@thi.ng/testament": "^0.3.8",
45
45
  "rimraf": "^3.0.2",
46
46
  "tools": "^0.0.1",
47
47
  "typedoc": "^0.23.22",
@@ -52,7 +52,8 @@
52
52
  "hash",
53
53
  "json",
54
54
  "logger",
55
- "node-only",
55
+ "nodejs",
56
+ "no-browser",
56
57
  "typescript"
57
58
  ],
58
59
  "publishConfig": {
@@ -108,5 +109,5 @@
108
109
  "status": "stable",
109
110
  "year": 2022
110
111
  },
111
- "gitHead": "7b2af448da8a63fb21704a79cc4cdf1f3d7d7a64\n"
112
+ "gitHead": "28bb74c67217a352d673b6efdab234921d4a370e\n"
112
113
  }