@lpdjs/firestore-repo-service 2.6.4 → 2.6.6

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": "@lpdjs/firestore-repo-service",
3
- "version": "2.6.4",
3
+ "version": "2.6.6",
4
4
  "workspaces": [
5
5
  "test/functions"
6
6
  ],
@@ -197,6 +197,7 @@
197
197
  "@google-cloud/bigquery": "^7.0.0 || ^8.0.0",
198
198
  "@google-cloud/bigquery-storage": "^4.0.0 || ^5.0.0",
199
199
  "@google-cloud/pubsub": "^4.0.0 || ^5.0.0",
200
+ "@types/express": "^4.17.0 || ^5.0.0",
200
201
  "firebase-admin": "^11.0.0 || ^12.0.0 || ^13.0.0",
201
202
  "firebase-functions": "^5.0.0 || ^6.0.0 || ^7.0.0",
202
203
  "typescript": "^5.0.0",
@@ -206,6 +207,9 @@
206
207
  "firebase-functions": {
207
208
  "optional": true
208
209
  },
210
+ "@types/express": {
211
+ "optional": true
212
+ },
209
213
  "@google-cloud/bigquery": {
210
214
  "optional": true
211
215
  },
@@ -233,7 +237,6 @@
233
237
  "dependencies": {
234
238
  "@asteasolutions/zod-to-openapi": "^8.5.0",
235
239
  "@hono/node-server": "^1.19.14",
236
- "@hono/zod-openapi": "^1.4.0",
237
240
  "hono": "^4.12.17"
238
241
  }
239
242
  }