@alwatr/delay 5.3.0 → 5.5.0

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,6 +3,43 @@
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
+ ## [5.5.0](https://github.com/Alwatr/nanolib/compare/@alwatr/delay@5.4.0...@alwatr/delay@5.5.0) (2025-03-06)
7
+
8
+ ### Miscellaneous Chores
9
+
10
+ * update username casing in changelog entries ([9722ac9](https://github.com/Alwatr/nanolib/commit/9722ac9a078438a4e8ebfa5826ea70e0e3a52ca6)) by @
11
+
12
+ ### Dependencies update
13
+
14
+ * bump the development-dependencies group across 1 directory with 11 updates ([720c395](https://github.com/Alwatr/nanolib/commit/720c3954da55c929fe8fb16957121f4c51fb7f0c)) by @dependabot[bot]
15
+
16
+ ## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/delay@1.0.8...@alwatr/delay@5.4.0) (2025-02-18)
17
+
18
+ ### Dependencies update
19
+
20
+ * bump @types/node from ^22.13.0 to ^22.13.4 and prettier from 3.4.2 to 3.5.1; update eslint-import-resolver-typescript to 3.8.2 ([b9a8399](https://github.com/Alwatr/nanolib/commit/b9a8399add39509e90bfdc589fb5e2321718029d)) by @
21
+
22
+ ## 5.3.0 (2025-02-03)
23
+
24
+ ### Miscellaneous Chores
25
+
26
+ * edit README ([3860b3d](https://github.com/Alwatr/nanolib/commit/3860b3df48ab82dc479d5236c2e8579df614aabf)) by @
27
+
28
+ ### Dependencies update
29
+
30
+ * bump the development-dependencies group across 1 directory with 11 updates ([cb79d07](https://github.com/Alwatr/nanolib/commit/cb79d072a57c79e1c01abff1a293d6757bb65350)) by @
31
+ * update typescript and @types/node to version 5.7.3 and 22.13.0 respectively across multiple packages ([ddab05b](https://github.com/Alwatr/nanolib/commit/ddab05b5d767c30191f36a065e4bc88744e8e3fe)) by @
32
+
33
+ ## 5.0.0 (2024-11-02)
34
+
35
+ ### ⚠ BREAKING CHANGES
36
+
37
+ * To simplify version management and ensure consistency, all nanolib packages now use the same version as @alwatr/nanolib. This may require updates to your project's dependencies.
38
+
39
+ ### Code Refactoring
40
+
41
+ * use the same version as @alwatr/nanolib ([60eb860](https://github.com/Alwatr/nanolib/commit/60eb860a0e33dfffe2d1d95e63ce54c60876be06)) by @
42
+
6
43
  ## [5.3.0](https://github.com/Alwatr/nanolib/compare/v5.2.1...v5.3.0) (2025-02-03)
7
44
 
8
45
  ### Miscellaneous Chores
@@ -56,7 +93,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
56
93
 
57
94
  ### Dependencies update
58
95
 
59
- * update ([4434ba6](https://github.com/Alwatr/nanolib/commit/4434ba67c3f576bb1a0c307fbdb263c43cd9733a)) by @AliMD
96
+ * update ([4434ba6](https://github.com/Alwatr/nanolib/commit/4434ba67c3f576bb1a0c307fbdb263c43cd9733a)) by @alimd
60
97
 
61
98
  ## [1.0.7](https://github.com/Alwatr/nanolib/compare/@alwatr/delay@1.0.6...@alwatr/delay@1.0.7) (2024-10-25)
62
99
 
@@ -85,7 +122,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
85
122
 
86
123
  ### Miscellaneous Chores
87
124
 
88
- - include LICENSE and LEGAL files to publish ([09f366f](https://github.com/Alwatr/nanolib/commit/09f366f680bfa9fb26acb2cd1ccbc68c5a9e9ad8)) by @AliMD
125
+ - include LICENSE and LEGAL files to publish ([09f366f](https://github.com/Alwatr/nanolib/commit/09f366f680bfa9fb26acb2cd1ccbc68c5a9e9ad8)) by @alimd
89
126
 
90
127
  ## [1.0.3](https://github.com/Alwatr/nanolib/compare/@alwatr/delay@1.0.2...@alwatr/delay@1.0.3) (2024-10-11)
91
128
 
@@ -109,15 +146,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
109
146
 
110
147
  ### Code Refactoring
111
148
 
112
- - **delay:** update delay package to use @alwatr/parse-duration for duration delays ([cca1be2](https://github.com/Alwatr/nanolib/commit/cca1be2dcfeec6dce388562ef867b81af1823b62)) by @AliMD
113
- - **delay:** update untilIdle function to accept Duration instead of DurationString ([b3a5c32](https://github.com/Alwatr/nanolib/commit/b3a5c322a1b59833693149da644c7d2eddd6a374)) by @AliMD
114
- - update Dictionary type definitions ([c94cbc4](https://github.com/Alwatr/nanolib/commit/c94cbc4523864e2cc47828ccf5508b68945ac2b8)) by @AliMD
115
- - use new type-helper global types and remove all import types ([08b5d08](https://github.com/Alwatr/nanolib/commit/08b5d08c03c7c315382337239de0426462f384b8)) by @AliMD
116
- - **wait:** rename package to delay ([cf8c45c](https://github.com/Alwatr/nanolib/commit/cf8c45cf3f5b61fdd4b1b1c7f744c4eb3e230016)) by @AliMD
149
+ - **delay:** update delay package to use @alwatr/parse-duration for duration delays ([cca1be2](https://github.com/Alwatr/nanolib/commit/cca1be2dcfeec6dce388562ef867b81af1823b62)) by @alimd
150
+ - **delay:** update untilIdle function to accept Duration instead of DurationString ([b3a5c32](https://github.com/Alwatr/nanolib/commit/b3a5c322a1b59833693149da644c7d2eddd6a374)) by @alimd
151
+ - update Dictionary type definitions ([c94cbc4](https://github.com/Alwatr/nanolib/commit/c94cbc4523864e2cc47828ccf5508b68945ac2b8)) by @alimd
152
+ - use new type-helper global types and remove all import types ([08b5d08](https://github.com/Alwatr/nanolib/commit/08b5d08c03c7c315382337239de0426462f384b8)) by @alimd
153
+ - **wait:** rename package to delay ([cf8c45c](https://github.com/Alwatr/nanolib/commit/cf8c45cf3f5b61fdd4b1b1c7f744c4eb3e230016)) by @alimd
117
154
 
118
155
  ### Miscellaneous Chores
119
156
 
120
- - fix versions ([497a6d8](https://github.com/Alwatr/nanolib/commit/497a6d81ae5989e566e96d498fc5f1b6c80193ae)) by @AliMD
157
+ - fix versions ([497a6d8](https://github.com/Alwatr/nanolib/commit/497a6d81ae5989e566e96d498fc5f1b6c80193ae)) by @alimd
121
158
 
122
159
  ## [1.1.16](https://github.com/Alwatr/nanolib/compare/@alwatr/delay@1.1.15...@alwatr/delay@1.1.16) (2024-09-21)
123
160
 
@@ -128,7 +165,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
128
165
  ### Dependencies update
129
166
 
130
167
  - bump the development-dependencies group across 1 directory with 10 updates ([9ed98ff](https://github.com/Alwatr/nanolib/commit/9ed98ffd0668d5a36e255c82edab3af53bffda8f)) by @dependabot[bot]
131
- - update ([c36ed50](https://github.com/Alwatr/nanolib/commit/c36ed50f68da2f5608ccd96119963a16cfacb4ce)) by @AliMD
168
+ - update ([c36ed50](https://github.com/Alwatr/nanolib/commit/c36ed50f68da2f5608ccd96119963a16cfacb4ce)) by @alimd
132
169
 
133
170
  ## [1.1.14](https://github.com/Alwatr/nanolib/compare/@alwatr/delay@1.1.13...@alwatr/delay@1.1.14) (2024-08-31)
134
171
 
@@ -140,7 +177,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
140
177
 
141
178
  ### Dependencies update
142
179
 
143
- - update all dependencies ([1e0c30e](https://github.com/Alwatr/nanolib/commit/1e0c30e6a3a8e19deb5185814e24ab6c08dca573)) by @AliMD
180
+ - update all dependencies ([1e0c30e](https://github.com/Alwatr/nanolib/commit/1e0c30e6a3a8e19deb5185814e24ab6c08dca573)) by @alimd
144
181
 
145
182
  ## [1.1.12](https://github.com/Alwatr/nanolib/compare/@alwatr/delay@1.1.11...@alwatr/delay@1.1.12) (2024-07-04)
146
183
 
@@ -152,7 +189,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
152
189
 
153
190
  ### Dependencies update
154
191
 
155
- - upgrade ([6dbd300](https://github.com/Alwatr/nanolib/commit/6dbd300642c9bcc9e7d0b281e244bf1b06eb1c38)) by @AliMD
192
+ - upgrade ([6dbd300](https://github.com/Alwatr/nanolib/commit/6dbd300642c9bcc9e7d0b281e244bf1b06eb1c38)) by @alimd
156
193
 
157
194
  ## [1.1.10](https://github.com/Alwatr/nanolib/compare/@alwatr/delay@1.1.9...@alwatr/delay@1.1.10) (2024-04-25)
158
195
 
@@ -166,11 +203,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
166
203
 
167
204
  ### Bug Fixes
168
205
 
169
- - exported types by add .js extensions to all imports ([fc3d83e](https://github.com/Alwatr/nanolib/commit/fc3d83e8f375da97ba276314b2e6966aa82c9b3f)) by @AliMD
206
+ - exported types by add .js extensions to all imports ([fc3d83e](https://github.com/Alwatr/nanolib/commit/fc3d83e8f375da97ba276314b2e6966aa82c9b3f)) by @alimd
170
207
 
171
208
  ### Miscellaneous Chores
172
209
 
173
- - **deps:** update ([1a45030](https://github.com/Alwatr/nanolib/commit/1a450305440b710a300787d4ca24b1ed8c6a39d7)) by @AliMD
210
+ - **deps:** update ([1a45030](https://github.com/Alwatr/nanolib/commit/1a450305440b710a300787d4ca24b1ed8c6a39d7)) by @alimd
174
211
 
175
212
  ## [1.1.7](https://github.com/Alwatr/nanolib/compare/@alwatr/delay@1.1.6...@alwatr/delay@1.1.7) (2024-01-24)
176
213
 
@@ -196,7 +233,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
196
233
 
197
234
  ### Bug Fixes
198
235
 
199
- - **wait:** requestIdleCallback polyfill ([d41180d](https://github.com/Alwatr/nanolib/commit/d41180dc2f0c313eb86f05f60050e57e891897c3)) by @AliMD
236
+ - **wait:** requestIdleCallback polyfill ([d41180d](https://github.com/Alwatr/nanolib/commit/d41180dc2f0c313eb86f05f60050e57e891897c3)) by @alimd
200
237
 
201
238
  ## [1.1.1](https://github.com/Alwatr/nanolib/compare/@alwatr/delay@1.1.0...@alwatr/delay@1.1.1) (2023-12-27)
202
239
 
@@ -207,7 +244,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
207
244
  ### Bug Fixes
208
245
 
209
246
  - deps ([34cd4fe](https://github.com/Alwatr/nanolib/commit/34cd4fead81b309765144a24add67e3f63bca127)) by @njfamirm
210
- - **wait:** polyfill ([6a0f5fb](https://github.com/Alwatr/nanolib/commit/6a0f5fb5f0ae369d832760c026c26428689d258d)) by @AliMD
247
+ - **wait:** polyfill ([6a0f5fb](https://github.com/Alwatr/nanolib/commit/6a0f5fb5f0ae369d832760c026c26428689d258d)) by @alimd
211
248
  - **wait:** polyfill check ([cd9befa](https://github.com/Alwatr/nanolib/commit/cd9befa0ae01090016eb16befc08d1ce17ba881d)) by @njfamirm
212
249
 
213
250
  ### Features
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/delay v5.3.0 */
1
+ /* @alwatr/delay v5.5.0 */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -36,7 +36,7 @@ var requestIdleCallbackFallback = (callback, options) => setTimeout(callback, op
36
36
  var requestIdleCallback = /* @__PURE__ */ (() => win.requestIdleCallback || win.webkitRequestIdleCallback || win.mozRequestIdleCallback || requestIdleCallbackFallback)();
37
37
 
38
38
  // src/main.ts
39
- __dev_mode__: import_package_tracer.packageTracer.add("@alwatr/delay", "5.3.0");
39
+ __dev_mode__: import_package_tracer.packageTracer.add("@alwatr/delay", "5.5.0");
40
40
  var delay = {
41
41
  /**
42
42
  * Delays execution for a specified duration (in milliseconds).
@@ -152,5 +152,4 @@ var delay = {
152
152
  0 && (module.exports = {
153
153
  delay
154
154
  });
155
- /*! For license information please see main.cjs.LEGAL.txt */
156
155
  //# sourceMappingURL=main.cjs.map
package/dist/main.mjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/delay v5.3.0 */
1
+ /* @alwatr/delay v5.5.0 */
2
2
 
3
3
  // src/main.ts
4
4
  import { packageTracer } from "@alwatr/package-tracer";
@@ -13,7 +13,7 @@ var requestIdleCallbackFallback = (callback, options) => setTimeout(callback, op
13
13
  var requestIdleCallback = /* @__PURE__ */ (() => win.requestIdleCallback || win.webkitRequestIdleCallback || win.mozRequestIdleCallback || requestIdleCallbackFallback)();
14
14
 
15
15
  // src/main.ts
16
- __dev_mode__: packageTracer.add("@alwatr/delay", "5.3.0");
16
+ __dev_mode__: packageTracer.add("@alwatr/delay", "5.5.0");
17
17
  var delay = {
18
18
  /**
19
19
  * Delays execution for a specified duration (in milliseconds).
@@ -128,5 +128,4 @@ var delay = {
128
128
  export {
129
129
  delay
130
130
  };
131
- /*! For license information please see main.mjs.LEGAL.txt */
132
131
  //# sourceMappingURL=main.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwatr/delay",
3
- "version": "5.3.0",
3
+ "version": "5.5.0",
4
4
  "description": "Comprehensive toolkit for managing asynchronous operations.",
5
5
  "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
6
6
  "keywords": [
@@ -67,17 +67,17 @@
67
67
  "clean": "rm -rfv dist *.tsbuildinfo"
68
68
  },
69
69
  "dependencies": {
70
- "@alwatr/global-this": "^5.3.0",
71
- "@alwatr/package-tracer": "^5.3.0",
72
- "@alwatr/parse-duration": "^5.3.0"
70
+ "@alwatr/global-this": "^5.5.0",
71
+ "@alwatr/package-tracer": "^5.5.0",
72
+ "@alwatr/parse-duration": "^5.5.0"
73
73
  },
74
74
  "devDependencies": {
75
- "@alwatr/nano-build": "^5.3.0",
75
+ "@alwatr/nano-build": "^5.5.0",
76
76
  "@alwatr/prettier-config": "^5.0.0",
77
77
  "@alwatr/tsconfig-base": "^5.0.0",
78
- "@alwatr/type-helper": "^5.3.0",
79
- "@types/node": "^22.13.0",
80
- "typescript": "^5.7.3"
78
+ "@alwatr/type-helper": "^5.4.0",
79
+ "@types/node": "^22.13.9",
80
+ "typescript": "^5.8.2"
81
81
  },
82
- "gitHead": "9cfb80ed0666355887d8e3865fc75311420ac371"
82
+ "gitHead": "fdf8e6de77cca359465110a75ff18faff0649a95"
83
83
  }
File without changes
File without changes