Comparing version 2.0.0 to 2.1.0
@@ -96,3 +96,3 @@ "use strict"; | ||
name: 'arecibo', | ||
fastify: '^3.0.0', | ||
fastify: '^3.0.0 ^4.0.0', | ||
}); | ||
@@ -99,0 +99,0 @@ arecibo.default = arecibo; |
{ | ||
"name": "arecibo", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Fastify plugin that respondes to kubernetes readiness and liveness probes.", | ||
@@ -5,0 +5,0 @@ "main": "./lib", |
@@ -17,4 +17,10 @@ <div align="center"> | ||
## Installation | ||
__Note: Arecibo version 1.x.x supports version 2.x.x of Fastify. Arecibo version 2.x.x supports version 3.x.x of Fastify.__ | ||
__Note: Arecibo version 1 supports version 2 of Fastify. Arecibo version 2 supports version 3 of Fastify.__ | ||
| Arecibo version | Fastify version | Branch | | ||
| -- | -- | -- | | ||
| [v2.0.0](https://github.com/nucleode/arecibo/releases/tag/v2.0.0) | Fastify 3 | [master](https://github.com/nucleode/arecibo/tree/master) | | ||
| [v1.1.0](https://github.com/nucleode/arecibo/releases/tag/v1.1.0) | Fastify 2 | [fastify2](https://github.com/nucleode/arecibo/tree/fastify2) | | ||
```bash | ||
@@ -21,0 +27,0 @@ npm i arecibo |
Sorry, the diff of this file is not supported yet
86
12164
9