@thomaschaplin/cusip-generator
Advanced tools
Comparing version 1.0.11 to 1.0.12
{ | ||
"name": "@thomaschaplin/cusip-generator", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "Generate a valid CUSIP", | ||
@@ -19,3 +19,5 @@ "main": "build/index.js", | ||
"pre-push": "./prepush.sh", | ||
"prepare": "husky install" | ||
"prepare": "husky install", | ||
"prepublishOnly": "npm run clean && npm version patch && npm ci && npm run build", | ||
"clean": "rm -rf ./build && rm -rf ./coverage && rm -rf ./node_modules && rm -rf ./reports" | ||
}, | ||
@@ -43,9 +45,9 @@ "repository": { | ||
"@types/jest": "^29.5.2", | ||
"@types/node": "^20.3.1", | ||
"typescript": "^5.1.3", | ||
"@stryker-mutator/core": "^7.0.2", | ||
"@stryker-mutator/jest-runner": "^7.0.2", | ||
"@stryker-mutator/typescript-checker": "^7.0.2", | ||
"@types/node": "^20.3.2", | ||
"typescript": "^5.1.6", | ||
"@stryker-mutator/core": "^7.1.0", | ||
"@stryker-mutator/jest-runner": "^7.1.0", | ||
"@stryker-mutator/typescript-checker": "^7.1.0", | ||
"husky": "^8.0.3" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42532