Comparing version 3.1.1 to 4.0.0
{ | ||
"name": "arecibo", | ||
"version": "3.1.1", | ||
"description": "Fastify plugin that respondes to kubernetes readiness and liveness probes.", | ||
"version": "4.0.0", | ||
"description": "Fastify plugin that respondes to Kubernetes startup,readiness and liveness probes.", | ||
"main": "./lib", | ||
@@ -14,4 +14,5 @@ "types": "./lib/index.d.ts", | ||
"prelint": "npm run prettier", | ||
"lint": "eslint . --ext .ts", | ||
"lint:fix": "eslint . --ext .ts --fix", | ||
"format": "biome format --write .", | ||
"lint": "biome lint .", | ||
"lint:fix": "biome check --apply .", | ||
"prepublishOnly": "npm run build", | ||
@@ -23,3 +24,3 @@ "commitlint": "commitlint", | ||
"update": "npx npm-check -u", | ||
"test": "node --test --require ts-node/register src/index.test.ts" | ||
"test": "node --test --require ts-node/register **/*.test.ts" | ||
}, | ||
@@ -58,3 +59,3 @@ "repository": { | ||
"@semantic-release/release-notes-generator": "^14.0.3", | ||
"@types/node": "^22.10.5", | ||
"@types/node": "^22.13.4", | ||
"commitizen": "^4.3.1", | ||
@@ -70,8 +71,5 @@ "commitlint-config-cz": "^0.13.3", | ||
"semantic-release": "^24.2.3", | ||
"@typescript-eslint/eslint-plugin": "^8.19.1", | ||
"@typescript-eslint/parser": "^8.19.1", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"typescript": "^5.4.2", | ||
"ts-node": "^10.9.2" | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.7.3", | ||
"@biomejs/biome": "1.5.3" | ||
}, | ||
@@ -78,0 +76,0 @@ "files": [ |
@@ -24,8 +24,9 @@ <div align="center"> | ||
## Installation | ||
__Note: Arecibo version 1 supports version 2 of Fastify. Arecibo version 2 supports version 3 of Fastify.__ | ||
__Note: Please refer to the table below to find the correct version of Arecibo for your Fastify version.__ | ||
| Arecibo version | Fastify version | Branch | | ||
| -- | -- | -- | | ||
| [v3](https://github.com/ducktors/arecibo/releases/tag/v3.1.0) | Fastify 3, 4, 5 | [master](https://github.com/ducktors/arecibo/tree/master) | | ||
| [v1.1.0](https://github.com/ducktors/arecibo/releases/tag/v1.1.0) | Fastify 2 | deprecated | | ||
| [v4](https://github.com/ducktors/arecibo/releases/tag/v4.0.0) | Fastify 4, 5 | [master](https://github.com/ducktors/arecibo/tree/master) | | ||
| [v3](https://github.com/ducktors/arecibo/releases/tag/v3.1.1) | Fastify 3, 4, 5 | not maintained | | ||
| [v1.1.0](https://github.com/ducktors/arecibo/releases/tag/v1.1.0) | Fastify 2 | deprecated | | ||
@@ -32,0 +33,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
30087
24
15
424
105
1