@alwatr/exit-hook
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -6,2 +6,8 @@ # Change Log | ||
## [1.0.7](https://github.com/Alwatr/nanolib/compare/@alwatr/exit-hook@1.0.6...@alwatr/exit-hook@1.0.7) (2024-01-31) | ||
### Miscellaneous Chores | ||
* **deps:** update ([1a45030](https://github.com/Alwatr/nanolib/commit/1a450305440b710a300787d4ca24b1ed8c6a39d7)) by @AliMD | ||
## [1.0.6](https://github.com/Alwatr/nanolib/compare/@alwatr/exit-hook@1.0.5...@alwatr/exit-hook@1.0.6) (2024-01-24) | ||
@@ -31,3 +37,3 @@ | ||
* **exit-hook:** typo function name ([e8df52a](https://github.com/Alwatr/nanolib/commit/e8df52a8f527e653025abe6a8bc54719498db83e)) by @njfamirm | ||
- **exit-hook:** typo function name ([e8df52a](https://github.com/Alwatr/nanolib/commit/e8df52a8f527e653025abe6a8bc54719498db83e)) by @njfamirm | ||
@@ -38,2 +44,2 @@ # 1.0.0 (2024-01-03) | ||
* **exit-hook:** new package ([a41b3a0](https://github.com/Alwatr/nanolib/commit/a41b3a01a4e6af595521e506326678eb96491a11)) by @njfamirm | ||
- **exit-hook:** new package ([a41b3a0](https://github.com/Alwatr/nanolib/commit/a41b3a01a4e6af595521e506326678eb96491a11)) by @njfamirm |
{ | ||
"name": "@alwatr/exit-hook", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "A utility for registering exit handlers in Node.js.", | ||
@@ -68,9 +68,9 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", | ||
"devDependencies": { | ||
"@alwatr/nano-build": "^1.3.2", | ||
"@alwatr/nano-build": "^1.3.3", | ||
"@alwatr/prettier-config": "^1.0.4", | ||
"@alwatr/tsconfig-base": "^1.1.1", | ||
"@types/node": "^20.11.6", | ||
"@alwatr/tsconfig-base": "^1.1.2", | ||
"@types/node": "^20.11.13", | ||
"typescript": "^5.3.3" | ||
}, | ||
"gitHead": "3486060abc5f331a3b8c78da7f1d671ba1139b5d" | ||
"gitHead": "54726b7ac06d4a6ffb42731b58e8d976de1211bd" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
12138