@adonisjs/hash
Advanced tools
Comparing version 9.0.2 to 9.0.3
{ | ||
"name": "@adonisjs/hash", | ||
"version": "9.0.2", | ||
"version": "9.0.3", | ||
"description": "Framework agnostic Password hashing package with support for PHC string format", | ||
@@ -33,3 +33,3 @@ "main": "build/index.js", | ||
"build": "npm run compile", | ||
"release": "npx release-it", | ||
"release": "release-it", | ||
"version": "npm run build", | ||
@@ -53,10 +53,10 @@ "format": "prettier --write .", | ||
"@adonisjs/tsconfig": "^1.3.0", | ||
"@commitlint/cli": "^19.2.1", | ||
"@commitlint/config-conventional": "^19.1.0", | ||
"@commitlint/cli": "^19.2.2", | ||
"@commitlint/config-conventional": "^19.2.2", | ||
"@japa/assert": "^3.0.0", | ||
"@japa/expect-type": "^2.0.1", | ||
"@japa/runner": "^3.1.2", | ||
"@swc/core": "^1.4.11", | ||
"@japa/expect-type": "^2.0.2", | ||
"@japa/runner": "^3.1.4", | ||
"@swc/core": "^1.4.16", | ||
"@types/bcrypt": "^5.0.2", | ||
"@types/node": "^20.12.2", | ||
"@types/node": "^20.12.7", | ||
"argon2": "^0.40.1", | ||
@@ -71,6 +71,6 @@ "bcrypt": "^5.1.1", | ||
"prettier": "^3.2.5", | ||
"release-it": "^17.1.1", | ||
"release-it": "^17.2.0", | ||
"ts-node": "^10.9.2", | ||
"tsup": "^8.0.2", | ||
"typescript": "^5.4.3" | ||
"typescript": "^5.4.5" | ||
}, | ||
@@ -116,2 +116,7 @@ "dependencies": { | ||
}, | ||
"hooks": { | ||
"before:init": [ | ||
"npm test" | ||
] | ||
}, | ||
"github": { | ||
@@ -118,0 +123,0 @@ "release": true, |
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
110659