Comparing version 2.2.3 to 3.0.0
{ | ||
"name": "arecibo", | ||
"version": "2.2.3", | ||
"version": "3.0.0", | ||
"description": "Fastify plugin that respondes to kubernetes readiness and liveness probes.", | ||
@@ -13,3 +13,3 @@ "main": "./lib", | ||
"preinstall": "npx only-allow npm", | ||
"prettier": "prettier --loglevel warn --write \"src/**/*.{ts,tsx}\"", | ||
"prettier": "prettier --log-level warn --write \"src/**/*.{ts,tsx}\"", | ||
"prelint": "npm run prettier", | ||
@@ -46,6 +46,6 @@ "lint": "tslint --fix -c tslint.json -t stylish -p ./tsconfig.json", | ||
"devDependencies": { | ||
"@commitlint/cli": "^17.1.2", | ||
"@commitlint/config-conventional": "^17.1.0", | ||
"@commitlint/cli": "^17.4.4", | ||
"@commitlint/config-conventional": "^17.4.4", | ||
"@commitlint/lint": "^17.4.4", | ||
"@commitlint/prompt": "^17.1.2", | ||
"@commitlint/prompt": "^17.4.4", | ||
"@semantic-release/changelog": "^6.0.1", | ||
@@ -65,5 +65,5 @@ "@semantic-release/commit-analyzer": "^9.0.2", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.8.3", | ||
"rimraf": "^4.1.2", | ||
"semantic-release": "^20.0.0", | ||
"prettier": "^3.0.3", | ||
"rimraf": "^5.0.5", | ||
"semantic-release": "^22.0.5", | ||
"tslint": "^6.1.3", | ||
@@ -80,4 +80,4 @@ "tslint-config-prettier": "^1.18.0", | ||
"engines": { | ||
"node": ">=16.0.0" | ||
"node": ">=18.0.0" | ||
} | ||
} |
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
13539