@alwatr/async-queue 5.5.8 → 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 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
+ ## [5.5.9](https://github.com/Alwatr/nanolib/compare/@alwatr/async-queue@5.5.8...@alwatr/async-queue@5.5.9) (2025-09-06)
7
+
8
+ **Note:** Version bump only for package @alwatr/async-queue
9
+
6
10
  ## [5.5.8](https://github.com/Alwatr/nanolib/compare/@alwatr/async-queue@5.5.7...@alwatr/async-queue@5.5.8) (2025-09-05)
7
11
 
8
12
  ### 🔗 Dependencies update
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/async-queue v5.5.8 */
1
+ /* @alwatr/async-queue v5.5.9 */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -26,7 +26,7 @@ __export(main_exports, {
26
26
  module.exports = __toCommonJS(main_exports);
27
27
  var import_flatomise = require("@alwatr/flatomise");
28
28
  var import_package_tracer = require("@alwatr/package-tracer");
29
- __dev_mode__: import_package_tracer.packageTracer.add("@alwatr/async-queue", "5.5.8");
29
+ __dev_mode__: import_package_tracer.packageTracer.add("@alwatr/async-queue", "5.5.9");
30
30
  var AsyncQueue = class {
31
31
  constructor() {
32
32
  /**
package/dist/main.mjs CHANGED
@@ -1,9 +1,9 @@
1
- /* @alwatr/async-queue v5.5.8 */
1
+ /* @alwatr/async-queue v5.5.9 */
2
2
 
3
3
  // src/main.ts
4
4
  import { newFlatomise } from "@alwatr/flatomise";
5
5
  import { packageTracer } from "@alwatr/package-tracer";
6
- __dev_mode__: packageTracer.add("@alwatr/async-queue", "5.5.8");
6
+ __dev_mode__: packageTracer.add("@alwatr/async-queue", "5.5.9");
7
7
  var AsyncQueue = class {
8
8
  constructor() {
9
9
  /**
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@alwatr/async-queue",
3
3
  "description": "A queue that executes async tasks in order like mutex and semaphore methodology for javascript and typescript.",
4
- "version": "5.5.8",
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/flatomise": "5.5.8",
9
- "@alwatr/package-tracer": "5.5.8"
8
+ "@alwatr/flatomise": "5.5.9",
9
+ "@alwatr/package-tracer": "5.5.9"
10
10
  },
11
11
  "devDependencies": {
12
- "@alwatr/nano-build": "6.0.3",
12
+ "@alwatr/nano-build": "6.1.0",
13
13
  "@alwatr/prettier-config": "5.0.2",
14
- "@alwatr/tsconfig-base": "5.0.2",
15
- "@alwatr/type-helper": "5.4.4",
14
+ "@alwatr/tsconfig-base": "6.0.0",
15
+ "@alwatr/type-helper": "6.0.0",
16
16
  "jest": "^30.1.3",
17
17
  "typescript": "^5.9.2"
18
18
  },
@@ -84,5 +84,5 @@
84
84
  },
85
85
  "type": "module",
86
86
  "types": "./dist/main.d.ts",
87
- "gitHead": "7b799c86f93bc18db2436035fcf40b58aaf43319"
87
+ "gitHead": "990a248963c89c4db8526dfaf6a24c1e2099a92e"
88
88
  }