@alwatr/exit-hook 5.5.1 → 5.5.3

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,16 @@
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
+ ## <small>5.5.3 (2025-04-15)</small>
7
+
8
+ **Note:** Version bump only for package @alwatr/exit-hook
9
+
10
+ ## [5.5.2](https://github.com/Alwatr/nanolib/compare/@alwatr/exit-hook@5.5.1...@alwatr/exit-hook@5.5.2) (2025-04-01)
11
+
12
+ ### Dependencies update
13
+
14
+ * bump the development-dependencies group across 1 directory with 2 updates ([c1320b4](https://github.com/Alwatr/nanolib/commit/c1320b447a492c5e720e25ad71e9df81eeea3670)) by @dependabot[bot]
15
+
6
16
  ## [5.5.1](https://github.com/Alwatr/nanolib/compare/@alwatr/exit-hook@5.5.0...@alwatr/exit-hook@5.5.1) (2025-03-18)
7
17
 
8
18
  ### Dependencies update
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/exit-hook v5.5.1 */
1
+ /* @alwatr/exit-hook v5.5.3 */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -25,7 +25,7 @@ __export(main_exports, {
25
25
  });
26
26
  module.exports = __toCommonJS(main_exports);
27
27
  var import_package_tracer = require("@alwatr/package-tracer");
28
- __dev_mode__: import_package_tracer.packageTracer.add("@alwatr/exit-hook", "5.5.1");
28
+ __dev_mode__: import_package_tracer.packageTracer.add("@alwatr/exit-hook", "5.5.3");
29
29
  var callbacks = null;
30
30
  var exiting = false;
31
31
  function exitHook(callback) {
package/dist/main.mjs CHANGED
@@ -1,8 +1,8 @@
1
- /* @alwatr/exit-hook v5.5.1 */
1
+ /* @alwatr/exit-hook v5.5.3 */
2
2
 
3
3
  // src/main.ts
4
4
  import { packageTracer } from "@alwatr/package-tracer";
5
- __dev_mode__: packageTracer.add("@alwatr/exit-hook", "5.5.1");
5
+ __dev_mode__: packageTracer.add("@alwatr/exit-hook", "5.5.3");
6
6
  var callbacks = null;
7
7
  var exiting = false;
8
8
  function exitHook(callback) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwatr/exit-hook",
3
- "version": "5.5.1",
3
+ "version": "5.5.3",
4
4
  "description": "A utility for registering exit handlers in Node.js.",
5
5
  "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
6
6
  "keywords": [
@@ -66,14 +66,14 @@
66
66
  "clean": "rm -rfv dist *.tsbuildinfo"
67
67
  },
68
68
  "dependencies": {
69
- "@alwatr/package-tracer": "^5.5.1"
69
+ "@alwatr/package-tracer": "^5.5.3"
70
70
  },
71
71
  "devDependencies": {
72
- "@alwatr/nano-build": "^5.5.1",
72
+ "@alwatr/nano-build": "^5.5.3",
73
73
  "@alwatr/prettier-config": "^5.0.0",
74
74
  "@alwatr/tsconfig-base": "^5.0.0",
75
- "@types/node": "^22.13.10",
76
- "typescript": "^5.8.2"
75
+ "@types/node": "^22.14.1",
76
+ "typescript": "^5.8.3"
77
77
  },
78
- "gitHead": "21cb1fe0f26a580944d9e72a313fc99308cd8be7"
78
+ "gitHead": "424a7a3e08e5f10fcfe53440d1cead68c88baf32"
79
79
  }