Skip to content

Commit

Permalink
Bumped v9.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed Sep 5, 2024
1 parent e7a793d commit 612b939
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fastify/under-pressure",
"version": "9.0.0-pre.fv5.1",
"version": "9.0.0",
"description": "Measure process load with automatic handling of 'Service Unavailable' plugin for Fastify.",
"main": "index.js",
"type": "commonjs",
Expand Down Expand Up @@ -30,12 +30,12 @@
"license": "MIT",
"dependencies": {
"@fastify/error": "^4.0.0",
"fastify-plugin": "^4.5.1"
"fastify-plugin": "^5.0.0"
},
"devDependencies": {
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^22.0.0",
"fastify": "^5.0.0-alpha.1",
"fastify": "^5.0.0-alpha.4",
"semver": "^7.6.0",
"simple-get": "^4.0.1",
"sinon": "^18.0.0",
Expand Down

2 comments on commit 612b939

@melroy89
Copy link
Contributor

@melroy89 melroy89 commented on 612b939 Sep 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mcollina Maybe create a new v9 release of under-pressure?

I'm getting a run-time error with @fastify/under-pressure:

    err: {
      "type": "FastifyError",
      "message": "fastify-plugin: @fastify/under-pressure - expected '4.x' fastify version, '5.0.0' is installed",
      "stack":
....
      "code": "FST_ERR_PLUGIN_VERSION_MISMATCH",
      "name": "FastifyError",
      "statusCode": 500
    }

@melroy89
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

package in NPM is now correctly tagged by jsumners..

Please sign in to comment.