Skip to content

Commit 45330e0

Browse files
committed
Version 1.1.3 - 12-21-2025
1 parent 316356e commit 45330e0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 6 additions & 6 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.2",
4+
"version": "1.1.3",
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",
@@ -57,7 +57,7 @@
5757
},
5858
"dependencies": {
5959
"@eliware/errors": "^1.1.2",
60-
"@eliware/log": "^1.1.1",
60+
"@eliware/log": "^1.1.3",
6161
"@eliware/path": "^1.1.1",
6262
"@eliware/signals": "^1.1.1"
6363
}

0 commit comments

Comments
 (0)