Update version to 1.0.4 in package.json and enhance ci-deploy script with dependency check and improved version update logic.

This commit is contained in:
2025-11-22 22:15:46 -05:00
parent 4ee358c0df
commit dd39fd6fcb
2 changed files with 23 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@techniker-me/hash-map",
"version": "1.0.3",
"version": "1.0.4",
"description": "A robust HashMap implementation following OOP SOLID principles",
"module": "src/index.ts",
"type": "module",