apitally 0.17.4 → 0.18.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apitally",
3
- "version": "0.17.4",
3
+ "version": "0.18.0",
4
4
  "description": "Simple API monitoring & analytics for REST APIs built with Express, Fastify, Hono, H3, Koa, and NestJS.",
5
5
  "author": "Apitally <hello@apitally.io>",
6
6
  "license": "MIT",
@@ -179,9 +179,10 @@
179
179
  },
180
180
  "peerDependencies": {
181
181
  "@adonisjs/core": "^6",
182
- "@nestjs/common": "^8 || ^9 || ^10 || ^11",
183
- "@nestjs/core": "^8 || ^9 || ^10 || ^11",
184
- "@nestjs/platform-express": "^8 || ^9 || ^10 || ^11",
182
+ "@nestjs/common": "^9 || ^10 || ^11",
183
+ "@nestjs/core": "^9 || ^10 || ^11",
184
+ "@nestjs/platform-express": "^9 || ^10 || ^11",
185
+ "@nestjs/platform-fastify": "^9 || ^10 || ^11",
185
186
  "@sentry/node": "^8.1.0 || ^9 || ^10",
186
187
  "express": "^4 || ^5",
187
188
  "fastify": "^3 || ^4 || ^5",
@@ -203,6 +204,9 @@
203
204
  "@nestjs/platform-express": {
204
205
  "optional": true
205
206
  },
207
+ "@nestjs/platform-fastify": {
208
+ "optional": true
209
+ },
206
210
  "@sentry/node": {
207
211
  "optional": true
208
212
  },
@@ -233,6 +237,7 @@
233
237
  "@nestjs/common": "^11.0.0",
234
238
  "@nestjs/core": "^11.0.0",
235
239
  "@nestjs/platform-express": "^11.0.0",
240
+ "@nestjs/platform-fastify": "^11.0.0",
236
241
  "@nestjs/testing": "^11.0.0",
237
242
  "@sentry/node": "^9.0.0",
238
243
  "@swc/core": "^1.3.104",