@pbvision/cloud-run-service 0.0.21 → 0.0.23

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": "@pbvision/cloud-run-service",
3
- "version": "0.0.21",
3
+ "version": "0.0.23",
4
4
  "description": "fastify-firestore-service Web Framework on Cloud Run",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@google-cloud/tasks": "^4.0.1",
31
- "@pbvision/fastify-firestore-service": "^0.0.32",
31
+ "@pbvision/fastify-firestore-service": "^0.0.33",
32
32
  "google-auth-library": "^9.4.2"
33
33
  },
34
34
  "devDependencies": {
package/src/app.js CHANGED
@@ -20,7 +20,7 @@ export async function makePBVService (components, customizePinoOpts) {
20
20
  customizePinoOpts,
21
21
  reportErrorDetail: !isProd,
22
22
  reportAllErrors: true,
23
- sentryDSN: process.env.sentryDSN
23
+ sentryDSN: process.env.SENTRY_DSN
24
24
  },
25
25
  swagger: {
26
26
  disabled: isProd,
@@ -45,7 +45,7 @@ class TestCallServiceAPI extends AppTest {
45
45
  body: args.body,
46
46
  headers: expHeaders,
47
47
  method: args.method ?? 'POST',
48
- compress: false
48
+ compress: true
49
49
  })
50
50
 
51
51
  // make sure Google Auth was called with appropriate arguments (or not, if