diff --git a/package.json b/package.json index f710e3f..4bb675e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@techniker-me/hash-map", - "version": "1.0.4", + "version": "1.0.5", "description": "A robust HashMap implementation following OOP SOLID principles", "module": "src/index.ts", "type": "module", @@ -25,8 +25,8 @@ "ci-install": "bun install", "ci-test": "bun run test:teamcity", "ci-build": "bash scripts/ci-build.sh", - "ci-deploy:ga": "bash scripts/ci-deploy.sh --beta false", - "ci-deploy:beta": "bash scripts/ci-deploy.sh --beta true", + "ci-deploy:ga": "bash scripts/ci-deploy.sh", + "ci-deploy:beta": "bash scripts/ci-deploy.sh --beta", "format": "bun run prettier --write .", "lint": "eslint", "prelint:fix": "bun run format",