@alwatr/node-fs 1.1.5 → 1.1.7

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
@@ -3,17 +3,28 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.1.7](https://github.com/Alwatr/nanolib/compare/@alwatr/node-fs@1.1.6...@alwatr/node-fs@1.1.7) (2024-10-25)
7
+
8
+ ### Dependencies update
9
+
10
+ * bump the development-dependencies group across 1 directory with 2 updates ([2dfda9e](https://github.com/Alwatr/nanolib/commit/2dfda9ec38a595f1fd961490d1a2fbf060f20a66)) by @dependabot[bot]
11
+ * bump the development-dependencies group with 8 updates ([16847ac](https://github.com/Alwatr/nanolib/commit/16847acba91da027c422e3910d0f2dcc1f084e93)) by @dependabot[bot]
12
+
13
+ ## [1.1.6](https://github.com/Alwatr/nanolib/compare/@alwatr/node-fs@1.1.5...@alwatr/node-fs@1.1.6) (2024-10-12)
14
+
15
+ **Note:** Version bump only for package @alwatr/node-fs
16
+
6
17
  ## [1.1.5](https://github.com/Alwatr/nanolib/compare/@alwatr/node-fs@1.1.4...@alwatr/node-fs@1.1.5) (2024-10-11)
7
18
 
8
19
  ### Code Refactoring
9
20
 
10
- * prevent side-effects ([01e00e1](https://github.com/Alwatr/nanolib/commit/01e00e191385cc92b28677df0c01a085916ae677)) by @mohammadhonarvar
21
+ - prevent side-effects ([01e00e1](https://github.com/Alwatr/nanolib/commit/01e00e191385cc92b28677df0c01a085916ae677)) by @mohammadhonarvar
11
22
 
12
23
  ## [1.1.4](https://github.com/Alwatr/nanolib/compare/@alwatr/node-fs@1.1.3...@alwatr/node-fs@1.1.4) (2024-10-11)
13
24
 
14
25
  ### Miscellaneous Chores
15
26
 
16
- * include LICENSE and LEGAL files to publish ([09f366f](https://github.com/Alwatr/nanolib/commit/09f366f680bfa9fb26acb2cd1ccbc68c5a9e9ad8)) by @AliMD
27
+ - include LICENSE and LEGAL files to publish ([09f366f](https://github.com/Alwatr/nanolib/commit/09f366f680bfa9fb26acb2cd1ccbc68c5a9e9ad8)) by @AliMD
17
28
 
18
29
  ## [1.1.3](https://github.com/Alwatr/nanolib/compare/@alwatr/node-fs@1.1.2...@alwatr/node-fs@1.1.3) (2024-10-11)
19
30
 
@@ -23,7 +34,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
23
34
 
24
35
  ### Dependencies update
25
36
 
26
- * bump the development-dependencies group with 10 updates ([fa4aaf0](https://github.com/Alwatr/nanolib/commit/fa4aaf04c907ecae06aa14000ce35216170c15ad)) by @dependabot[bot]
37
+ - bump the development-dependencies group with 10 updates ([fa4aaf0](https://github.com/Alwatr/nanolib/commit/fa4aaf04c907ecae06aa14000ce35216170c15ad)) by @dependabot[bot]
27
38
 
28
39
  ## [1.1.1](https://github.com/Alwatr/nanolib/compare/@alwatr/node-fs@1.1.0...@alwatr/node-fs@1.1.1) (2024-10-08)
29
40
 
@@ -33,27 +44,27 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
33
44
 
34
45
  ### Features
35
46
 
36
- * **node-fs/write-file:** support buffer as content ([3cce9e9](https://github.com/Alwatr/nanolib/commit/3cce9e937209bfb39aee1b981370ca4a76114e62)) by @njfamirm
37
- * use `package-tracer` ([cc3c5f9](https://github.com/Alwatr/nanolib/commit/cc3c5f9c1a3d03f0d81b46835665f16a0426fd0d)) by @mohammadhonarvar
47
+ - **node-fs/write-file:** support buffer as content ([3cce9e9](https://github.com/Alwatr/nanolib/commit/3cce9e937209bfb39aee1b981370ca4a76114e62)) by @njfamirm
48
+ - use `package-tracer` ([cc3c5f9](https://github.com/Alwatr/nanolib/commit/cc3c5f9c1a3d03f0d81b46835665f16a0426fd0d)) by @mohammadhonarvar
38
49
 
39
50
  ### Bug Fixes
40
51
 
41
- * all dependeny topology ([1c17f34](https://github.com/Alwatr/nanolib/commit/1c17f349adf3e98e2a80ab2da4f0f81028dc9c5f)) by @mohammadhonarvar
52
+ - all dependeny topology ([1c17f34](https://github.com/Alwatr/nanolib/commit/1c17f349adf3e98e2a80ab2da4f0f81028dc9c5f)) by @mohammadhonarvar
42
53
 
43
54
  ### Code Refactoring
44
55
 
45
- * **node-fs:** remove unused import from common module ([496a338](https://github.com/Alwatr/nanolib/commit/496a338a6366aa12dc32bbed07a3e14bd5315bd2)) by @AliMD
46
- * **node-fs:** Update logger import and initialization ([0f89c0f](https://github.com/Alwatr/nanolib/commit/0f89c0f7bc24e79c20d3d5d3fc3f906f12cf7161)) by @AliMD
47
- * use new type-helper global types and remove all import types ([08b5d08](https://github.com/Alwatr/nanolib/commit/08b5d08c03c7c315382337239de0426462f384b8)) by @AliMD
56
+ - **node-fs:** remove unused import from common module ([496a338](https://github.com/Alwatr/nanolib/commit/496a338a6366aa12dc32bbed07a3e14bd5315bd2)) by @AliMD
57
+ - **node-fs:** Update logger import and initialization ([0f89c0f](https://github.com/Alwatr/nanolib/commit/0f89c0f7bc24e79c20d3d5d3fc3f906f12cf7161)) by @AliMD
58
+ - use new type-helper global types and remove all import types ([08b5d08](https://github.com/Alwatr/nanolib/commit/08b5d08c03c7c315382337239de0426462f384b8)) by @AliMD
48
59
 
49
60
  ### Miscellaneous Chores
50
61
 
51
- * **node-fs:** change the license to AGPL-3.0 ([9728276](https://github.com/Alwatr/nanolib/commit/97282764bfdb15ef1de25704012f1628a5d0c112)) by @ArmanAsadian
52
- * Update build and lint scripts ([392d0b7](https://github.com/Alwatr/nanolib/commit/392d0b71f446bce336b0256119a80f07aff794ba)) by @AliMD
62
+ - **node-fs:** change the license to AGPL-3.0 ([9728276](https://github.com/Alwatr/nanolib/commit/97282764bfdb15ef1de25704012f1628a5d0c112)) by @ArmanAsadian
63
+ - Update build and lint scripts ([392d0b7](https://github.com/Alwatr/nanolib/commit/392d0b71f446bce336b0256119a80f07aff794ba)) by @AliMD
53
64
 
54
65
  ### Dependencies update
55
66
 
56
- * bump @types/node ([3d80fed](https://github.com/Alwatr/nanolib/commit/3d80fedaf720af792feb060c2f81c737ebb84e11)) by @dependabot[bot]
67
+ - bump @types/node ([3d80fed](https://github.com/Alwatr/nanolib/commit/3d80fedaf720af792feb060c2f81c737ebb84e11)) by @dependabot[bot]
57
68
 
58
69
  ## [1.0.13](https://github.com/Alwatr/nanolib/compare/@alwatr/node-fs@1.0.12...@alwatr/node-fs@1.0.13) (2024-09-21)
59
70
 
@@ -63,14 +74,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
63
74
 
64
75
  ### Dependencies update
65
76
 
66
- * bump the development-dependencies group across 1 directory with 10 updates ([9ed98ff](https://github.com/Alwatr/nanolib/commit/9ed98ffd0668d5a36e255c82edab3af53bffda8f)) by @dependabot[bot]
67
- * update ([c36ed50](https://github.com/Alwatr/nanolib/commit/c36ed50f68da2f5608ccd96119963a16cfacb4ce)) by @AliMD
77
+ - bump the development-dependencies group across 1 directory with 10 updates ([9ed98ff](https://github.com/Alwatr/nanolib/commit/9ed98ffd0668d5a36e255c82edab3af53bffda8f)) by @dependabot[bot]
78
+ - update ([c36ed50](https://github.com/Alwatr/nanolib/commit/c36ed50f68da2f5608ccd96119963a16cfacb4ce)) by @AliMD
68
79
 
69
80
  ## [1.0.11](https://github.com/Alwatr/nanolib/compare/@alwatr/node-fs@1.0.10...@alwatr/node-fs@1.0.11) (2024-08-31)
70
81
 
71
82
  ### Miscellaneous Chores
72
83
 
73
- * Update package.json exports for [@alwatr](https://github.com/alwatr) packages ([dacb362](https://github.com/Alwatr/nanolib/commit/dacb362b145e3c51b4aba00ff643687a3fac11d2)) by @
84
+ - Update package.json exports for [@alwatr](https://github.com/alwatr) packages ([dacb362](https://github.com/Alwatr/nanolib/commit/dacb362b145e3c51b4aba00ff643687a3fac11d2)) by @
74
85
 
75
86
  ## [1.0.10](https://github.com/Alwatr/nanolib/compare/@alwatr/node-fs@1.0.9...@alwatr/node-fs@1.0.10) (2024-08-31)
76
87
 
@@ -80,19 +91,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
80
91
 
81
92
  ### Dependencies update
82
93
 
83
- * update all dependencies ([1e0c30e](https://github.com/Alwatr/nanolib/commit/1e0c30e6a3a8e19deb5185814e24ab6c08dca573)) by @AliMD
94
+ - update all dependencies ([1e0c30e](https://github.com/Alwatr/nanolib/commit/1e0c30e6a3a8e19deb5185814e24ab6c08dca573)) by @AliMD
84
95
 
85
96
  ## [1.0.8](https://github.com/Alwatr/nanolib/compare/@alwatr/node-fs@1.0.7...@alwatr/node-fs@1.0.8) (2024-07-04)
86
97
 
87
98
  ### Dependencies update
88
99
 
89
- * update all dependencies ([0e908b4](https://github.com/Alwatr/nanolib/commit/0e908b476a6b976ec2447f864c8cafcbb8a0f099)) by @
100
+ - update all dependencies ([0e908b4](https://github.com/Alwatr/nanolib/commit/0e908b476a6b976ec2447f864c8cafcbb8a0f099)) by @
90
101
 
91
102
  ## [1.0.7](https://github.com/Alwatr/nanolib/compare/@alwatr/node-fs@1.0.6...@alwatr/node-fs@1.0.7) (2024-05-12)
92
103
 
93
104
  ### Dependencies update
94
105
 
95
- * upgrade ([6dbd300](https://github.com/Alwatr/nanolib/commit/6dbd300642c9bcc9e7d0b281e244bf1b06eb1c38)) by @AliMD
106
+ - upgrade ([6dbd300](https://github.com/Alwatr/nanolib/commit/6dbd300642c9bcc9e7d0b281e244bf1b06eb1c38)) by @AliMD
96
107
 
97
108
  ## [1.0.6](https://github.com/Alwatr/nanolib/compare/@alwatr/node-fs@1.0.5...@alwatr/node-fs@1.0.6) (2024-04-25)
98
109
 
@@ -106,11 +117,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
106
117
 
107
118
  ### Bug Fixes
108
119
 
109
- * exported types by add .js extensions to all imports ([fc3d83e](https://github.com/Alwatr/nanolib/commit/fc3d83e8f375da97ba276314b2e6966aa82c9b3f)) by @AliMD
120
+ - exported types by add .js extensions to all imports ([fc3d83e](https://github.com/Alwatr/nanolib/commit/fc3d83e8f375da97ba276314b2e6966aa82c9b3f)) by @AliMD
110
121
 
111
122
  ### Miscellaneous Chores
112
123
 
113
- * **deps:** update ([1a45030](https://github.com/Alwatr/nanolib/commit/1a450305440b710a300787d4ca24b1ed8c6a39d7)) by @AliMD
124
+ - **deps:** update ([1a45030](https://github.com/Alwatr/nanolib/commit/1a450305440b710a300787d4ca24b1ed8c6a39d7)) by @AliMD
114
125
 
115
126
  ## [1.0.3](https://github.com/Alwatr/nanolib/compare/@alwatr/node-fs@1.0.2...@alwatr/node-fs@1.0.3) (2024-01-24)
116
127
 
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/node-fs v1.1.5 */
1
+ /* @alwatr/node-fs v1.1.7 */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -43,7 +43,7 @@ var import_flat_string = require("@alwatr/flat-string");
43
43
  var import_async_queue = require("@alwatr/async-queue");
44
44
  var import_logger = require("@alwatr/logger");
45
45
  var import_package_tracer = require("@alwatr/package-tracer");
46
- __dev_mode__: import_package_tracer.packageTracer.add("@alwatr/node-fs", "1.1.5");
46
+ __dev_mode__: import_package_tracer.packageTracer.add("@alwatr/node-fs", "1.1.7");
47
47
  var logger = /* @__PURE__ */ (0, import_logger.createLogger)("@alwatr/node-fs");
48
48
  var asyncQueue = /* @__PURE__ */ new import_async_queue.AsyncQueue();
49
49
 
package/dist/main.mjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/node-fs v1.1.5 */
1
+ /* @alwatr/node-fs v1.1.7 */
2
2
 
3
3
  // src/read-file.ts
4
4
  import { readFileSync as readFileSync_ } from "node:fs";
@@ -9,7 +9,7 @@ import { flatString } from "@alwatr/flat-string";
9
9
  import { AsyncQueue } from "@alwatr/async-queue";
10
10
  import { createLogger } from "@alwatr/logger";
11
11
  import { packageTracer } from "@alwatr/package-tracer";
12
- __dev_mode__: packageTracer.add("@alwatr/node-fs", "1.1.5");
12
+ __dev_mode__: packageTracer.add("@alwatr/node-fs", "1.1.7");
13
13
  var logger = /* @__PURE__ */ createLogger("@alwatr/node-fs");
14
14
  var asyncQueue = /* @__PURE__ */ new AsyncQueue();
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwatr/node-fs",
3
- "version": "1.1.5",
3
+ "version": "1.1.7",
4
4
  "description": "Enhanced file system operations in Node.js with asynchronous queue to prevent parallel writes.",
5
5
  "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
6
6
  "keywords": [
@@ -74,18 +74,18 @@
74
74
  "clean": "rm -rfv dist *.tsbuildinfo"
75
75
  },
76
76
  "dependencies": {
77
- "@alwatr/async-queue": "^1.3.5",
78
- "@alwatr/flat-string": "^1.1.5",
79
- "@alwatr/logger": "^4.0.5",
80
- "@alwatr/package-tracer": "^1.0.5"
77
+ "@alwatr/async-queue": "^1.3.7",
78
+ "@alwatr/flat-string": "^1.1.7",
79
+ "@alwatr/logger": "^4.0.7",
80
+ "@alwatr/package-tracer": "^1.0.7"
81
81
  },
82
82
  "devDependencies": {
83
- "@alwatr/nano-build": "^2.0.1",
83
+ "@alwatr/nano-build": "^2.0.3",
84
84
  "@alwatr/prettier-config": "^1.0.6",
85
- "@alwatr/tsconfig-base": "^1.3.2",
86
- "@alwatr/type-helper": "^2.0.2",
87
- "@types/node": "^22.7.5",
85
+ "@alwatr/tsconfig-base": "^1.3.3",
86
+ "@alwatr/type-helper": "^2.0.3",
87
+ "@types/node": "^22.8.0",
88
88
  "typescript": "^5.6.3"
89
89
  },
90
- "gitHead": "e474bb77657795c7b476fa3e98c219373ee45c2e"
90
+ "gitHead": "a1e430a02f9a5711fc43f19012091bcd8806c4f9"
91
91
  }