Skip to content

Commit 316356e

Browse files
committed
Version 1.1.2 - 12-21-2025
1 parent 9209345 commit 316356e

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

package-lock.json

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@eliware/common",
33
"type": "module",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"description": "An ESM/Jest/Node-friendly utility for resolving file and directory paths, logging, error handling, and signal handling in both CommonJS and ESM environments.",
66
"main": "index.cjs",
77
"module": "index.mjs",
@@ -56,7 +56,7 @@
5656
]
5757
},
5858
"dependencies": {
59-
"@eliware/errors": "^1.1.1",
59+
"@eliware/errors": "^1.1.2",
6060
"@eliware/log": "^1.1.1",
6161
"@eliware/path": "^1.1.1",
6262
"@eliware/signals": "^1.1.1"

0 commit comments

Comments
 (0)