@thomaschaplin/cusip-generator
Advanced tools
Comparing version 1.0.20 to 1.0.21
{ | ||
"name": "@thomaschaplin/cusip-generator", | ||
"version": "1.0.20", | ||
"description": "Generate a valid CUSIP", | ||
@@ -20,3 +19,3 @@ "main": "build/index.js", | ||
"prepare": "husky install", | ||
"prepublishOnly": "npm run clean && npm version patch && npm ci && npm run build", | ||
"prepublishOnly": "npm run clean && npm ci && npm run build", | ||
"clean": "rm -rf ./build && rm -rf ./coverage && rm -rf ./node_modules && rm -rf ./reports" | ||
@@ -43,5 +42,5 @@ }, | ||
"kelonio": "^0.9.0", | ||
"ts-jest": "^29.1.0", | ||
"ts-jest": "^29.1.1", | ||
"@types/jest": "^29.5.2", | ||
"@types/node": "^20.3.2", | ||
"@types/node": "^20.3.3", | ||
"typescript": "^5.1.6", | ||
@@ -52,3 +51,4 @@ "@stryker-mutator/core": "^7.1.0", | ||
"husky": "^8.0.3" | ||
} | ||
}, | ||
"version": "1.0.21" | ||
} |
42511