@alwatr/delay 6.0.3 → 6.0.4

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,10 @@
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
+ ## [6.0.4](https://github.com/Alwatr/nanolib/compare/@alwatr/delay@6.0.3...@alwatr/delay@6.0.4) (2025-09-14)
7
+
8
+ **Note:** Version bump only for package @alwatr/delay
9
+
6
10
  ## [6.0.3](https://github.com/Alwatr/nanolib/compare/@alwatr/delay@6.0.2...@alwatr/delay@6.0.3) (2025-09-13)
7
11
 
8
12
  ### 🔗 Dependencies update
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/delay v6.0.3 */
1
+ /* @alwatr/delay v6.0.4 */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
package/dist/main.mjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/delay v6.0.3 */
1
+ /* @alwatr/delay v6.0.4 */
2
2
 
3
3
  // src/main.ts
4
4
  import { parseDuration } from "@alwatr/parse-duration";
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@alwatr/delay",
3
3
  "description": "Comprehensive toolkit for managing asynchronous operations.",
4
- "version": "6.0.3",
4
+ "version": "6.0.4",
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.12",
8
+ "@alwatr/global-this": "5.5.13",
9
9
  "@alwatr/parse-duration": "5.5.13"
10
10
  },
11
11
  "devDependencies": {
@@ -76,5 +76,5 @@
76
76
  },
77
77
  "type": "module",
78
78
  "types": "./dist/main.d.ts",
79
- "gitHead": "4da18811162df49c118acd71086cdbe38b27f250"
79
+ "gitHead": "4249b4e06eeb5739e1d6dbacfbce5b33a3180263"
80
80
  }