apitally 0.17.2 → 0.17.4

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.2",
3
+ "version": "0.17.4",
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",
@@ -182,7 +182,7 @@
182
182
  "@nestjs/common": "^8 || ^9 || ^10 || ^11",
183
183
  "@nestjs/core": "^8 || ^9 || ^10 || ^11",
184
184
  "@nestjs/platform-express": "^8 || ^9 || ^10 || ^11",
185
- "@sentry/node": "^8.1.0 || ^9.0.0",
185
+ "@sentry/node": "^8.1.0 || ^9 || ^10",
186
186
  "express": "^4 || ^5",
187
187
  "fastify": "^3 || ^4 || ^5",
188
188
  "fastify-plugin": "^3 || ^4 || ^5",
@@ -238,7 +238,7 @@
238
238
  "@swc/core": "^1.3.104",
239
239
  "@types/async-lock": "^1.4.2",
240
240
  "@types/express": "^5.0.3",
241
- "@types/koa": "^2.13.11",
241
+ "@types/koa": "^3.0.0",
242
242
  "@types/koa__router": "^12.0.4",
243
243
  "@types/koa-bodyparser": "^4.3.12",
244
244
  "@types/koa-route": "^3.2.8",
@@ -256,7 +256,7 @@
256
256
  "fastify": "^5.0.0",
257
257
  "fastify-plugin": "^5.0.1",
258
258
  "globals": "^16.2.0",
259
- "h3": "2.0.0-beta.1",
259
+ "h3": "2.0.0-beta.3",
260
260
  "hono": "^4.6.5",
261
261
  "koa": "^3.0.0",
262
262
  "koa-bodyparser": "^4.4.1",