@fastify/reply-from 10.0.0-pre.fv5.1 → 10.0.0-pre.fv5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,7 +17,7 @@ on:
17
17
 
18
18
  jobs:
19
19
  test:
20
- uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.1.0
20
+ uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5.0.0
21
21
  with:
22
22
  license-check: true
23
23
  lint: true
package/index.js CHANGED
@@ -224,7 +224,7 @@ const fastifyReplyFrom = fp(function from (fastify, opts, next) {
224
224
  })
225
225
  next()
226
226
  }, {
227
- fastify: '4.x',
227
+ fastify: '5.x',
228
228
  name: '@fastify/reply-from'
229
229
  })
230
230
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastify/reply-from",
3
- "version": "10.0.0-pre.fv5.1",
3
+ "version": "10.0.0-pre.fv5.2",
4
4
  "description": "forward your HTTP request to another server, for fastify",
5
5
  "main": "index.js",
6
6
  "type": "commonjs",
@@ -29,13 +29,13 @@
29
29
  },
30
30
  "homepage": "https://github.com/fastify/fastify-reply-from#readme",
31
31
  "devDependencies": {
32
- "@fastify/formbody": "^7.4.0",
33
- "@fastify/multipart": "^8.2.0",
32
+ "@fastify/formbody": "^8.0.0-pre.fv5.1",
33
+ "@fastify/multipart": "^9.0.0-pre.fv5.1",
34
34
  "@fastify/pre-commit": "^2.1.0",
35
35
  "@sinonjs/fake-timers": "^11.2.2",
36
- "@types/node": "^20.11.30",
36
+ "@types/node": "^22.0.0",
37
37
  "@types/tap": "^15.0.11",
38
- "fastify": "^4.26.2",
38
+ "fastify": "^5.0.0-alpha.3",
39
39
  "form-data": "^4.0.0",
40
40
  "got": "^11.8.6",
41
41
  "h2url": "^0.2.0",
@@ -52,9 +52,9 @@
52
52
  "tsd": "^0.31.0"
53
53
  },
54
54
  "dependencies": {
55
- "@fastify/error": "^3.4.1",
55
+ "@fastify/error": "^4.0.0",
56
56
  "end-of-stream": "^1.4.4",
57
- "fast-content-type-parse": "^1.1.0",
57
+ "fast-content-type-parse": "^2.0.0",
58
58
  "fast-querystring": "^1.1.2",
59
59
  "fastify-plugin": "^4.5.1",
60
60
  "toad-cache": "^3.7.0",