@alwatr/delay 5.5.7 โ 5.5.9
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 +29 -2
- package/dist/main.cjs +2 -2
- package/dist/main.mjs +2 -2
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -3,11 +3,38 @@
|
|
|
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.9](https://github.com/Alwatr/nanolib/compare/@alwatr/delay@5.5.8...@alwatr/delay@5.5.9) (2025-09-01)
|
|
7
|
+
|
|
8
|
+
### ๐ Dependencies update
|
|
9
|
+
|
|
10
|
+
* update lerna-lite dependencies to version 4.7.3 and jest to 30.1.2 ([95d7870](https://github.com/Alwatr/nanolib/commit/95d7870ec7ad1e6ed2688bafddcabf46857f6981))
|
|
11
|
+
|
|
12
|
+
## [5.5.8](https://github.com/Alwatr/nanolib/compare/@alwatr/delay@5.5.7...@alwatr/delay@5.5.8) (2025-08-23)
|
|
13
|
+
|
|
14
|
+
**Note:** Version bump only for package @alwatr/delay
|
|
15
|
+
|
|
6
16
|
## [5.5.7](https://github.com/Alwatr/nanolib/compare/@alwatr/delay@5.5.4...@alwatr/delay@5.5.7) (2025-08-23)
|
|
7
17
|
|
|
8
|
-
###
|
|
18
|
+
### ๐ Bug Fixes
|
|
9
19
|
|
|
10
|
-
*
|
|
20
|
+
* update license from AGPL-3.0-only to MPL-2.0 ([d20968e](https://github.com/Alwatr/nanolib/commit/d20968e60cc89b1dcdf9b96507178da6ed562f55))
|
|
21
|
+
* update package versions in multiple package.json files ([7638b1c](https://github.com/Alwatr/nanolib/commit/7638b1cafee2b4e0f97db7a89ac9fba6384b9b10))
|
|
22
|
+
|
|
23
|
+
### ๐จ Code Refactoring
|
|
24
|
+
|
|
25
|
+
* Updated all package.json files in the project to change dependency version specifiers from "workspace:^" to "workspace:*" for consistency and to allow for more flexible version resolution. ([db6a4f7](https://github.com/Alwatr/nanolib/commit/db6a4f76deec2d1d8039978144e4bc51b6f1a0e3))
|
|
26
|
+
|
|
27
|
+
### ๐งน Miscellaneous Chores
|
|
28
|
+
|
|
29
|
+
* fix packages/delay/package.json dir ([9777696](https://github.com/Alwatr/nanolib/commit/9777696f070eef855058a791057dde948f6b564b))
|
|
30
|
+
* fix packages/delay/package.json homepage ([eb054b9](https://github.com/Alwatr/nanolib/commit/eb054b95e56840e2835e5a300647c3e6ddf0e21a))
|
|
31
|
+
* reformat all package.json files ([ceda45d](https://github.com/Alwatr/nanolib/commit/ceda45de186667790474f729cb4b161a5148ce19))
|
|
32
|
+
* remove license and contributing sections from README.md ([ba91e2d](https://github.com/Alwatr/nanolib/commit/ba91e2d7faa883f4f2f74e762ee361b48839ce7c))
|
|
33
|
+
|
|
34
|
+
### ๐ Dependencies update
|
|
35
|
+
|
|
36
|
+
* revert @types/node version to ^22.17.2 (LTS) ([49f8101](https://github.com/Alwatr/nanolib/commit/49f8101eac5c41aa7684112f4308254dbfab9787))
|
|
37
|
+
* update TypeScript and Jest versions across all packages to improve compatibility and performance ([31baf36](https://github.com/Alwatr/nanolib/commit/31baf366101e92e27db66a21c849fb101f19be47))
|
|
11
38
|
|
|
12
39
|
## [5.5.5](https://github.com/Alwatr/nanolib/compare/@alwatr/delay@5.5.4...@alwatr/delay@5.5.5) (2025-08-23)
|
|
13
40
|
|
package/dist/main.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @alwatr/delay v5.5.
|
|
1
|
+
/* @alwatr/delay v5.5.9 */
|
|
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.5.
|
|
39
|
+
__dev_mode__: import_package_tracer.packageTracer.add("@alwatr/delay", "5.5.9");
|
|
40
40
|
var delay = {
|
|
41
41
|
/**
|
|
42
42
|
* Delays execution for a specified duration (in milliseconds).
|
package/dist/main.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @alwatr/delay v5.5.
|
|
1
|
+
/* @alwatr/delay v5.5.9 */
|
|
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.5.
|
|
16
|
+
__dev_mode__: packageTracer.add("@alwatr/delay", "5.5.9");
|
|
17
17
|
var delay = {
|
|
18
18
|
/**
|
|
19
19
|
* Delays execution for a specified duration (in milliseconds).
|
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwatr/delay",
|
|
3
3
|
"description": "Comprehensive toolkit for managing asynchronous operations.",
|
|
4
|
-
"version": "5.5.
|
|
4
|
+
"version": "5.5.9",
|
|
5
5
|
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
|
|
6
6
|
"bugs": "https://github.com/Alwatr/nanolib/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@alwatr/global-this": "5.5.
|
|
9
|
-
"@alwatr/package-tracer": "5.5.
|
|
10
|
-
"@alwatr/parse-duration": "5.5.
|
|
8
|
+
"@alwatr/global-this": "5.5.7",
|
|
9
|
+
"@alwatr/package-tracer": "5.5.7",
|
|
10
|
+
"@alwatr/parse-duration": "5.5.8"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
|
-
"@alwatr/nano-build": "
|
|
14
|
-
"@alwatr/prettier-config": "5.0.
|
|
15
|
-
"@alwatr/tsconfig-base": "5.0.
|
|
16
|
-
"@alwatr/type-helper": "5.4.
|
|
17
|
-
"@types/node": "^22.
|
|
13
|
+
"@alwatr/nano-build": "6.0.2",
|
|
14
|
+
"@alwatr/prettier-config": "5.0.2",
|
|
15
|
+
"@alwatr/tsconfig-base": "5.0.2",
|
|
16
|
+
"@alwatr/type-helper": "5.4.4",
|
|
17
|
+
"@types/node": "^22.18.0",
|
|
18
18
|
"typescript": "^5.9.2"
|
|
19
19
|
},
|
|
20
20
|
"exports": {
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
},
|
|
78
78
|
"type": "module",
|
|
79
79
|
"types": "./dist/main.d.ts",
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "6f70c2ae343582774a7fa8694684fabb4c5ce63c"
|
|
81
81
|
}
|