@naturalcycles/backend-lib 9.30.2 → 9.30.3

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.
@@ -13,7 +13,7 @@ export interface CloudRunDeployInfo {
13
13
  cloudRunRegion: string;
14
14
  sqlInstance?: string;
15
15
  vpcConnector?: string;
16
- serviceUrl: string;
16
+ serviceUrl?: string;
17
17
  /**
18
18
  * Service URL that is used to access the service externally (through load balancer)
19
19
  * todo: overlaps with env.K_EXTERNAL_URL
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@naturalcycles/backend-lib",
3
3
  "type": "module",
4
- "version": "9.30.2",
4
+ "version": "9.30.3",
5
5
  "peerDependencies": {
6
6
  "@sentry/node": "^10"
7
7
  },
@@ -29,7 +29,7 @@
29
29
  "@sentry/node": "^10",
30
30
  "@types/ejs": "^3",
31
31
  "fastify": "^5",
32
- "@naturalcycles/dev-lib": "18.4.2"
32
+ "@naturalcycles/dev-lib": "19.34.0"
33
33
  },
34
34
  "exports": {
35
35
  ".": "./dist/index.js",
@@ -26,7 +26,7 @@ export interface CloudRunDeployInfo {
26
26
  //
27
27
  // Urls
28
28
  //
29
- serviceUrl: string
29
+ serviceUrl?: string
30
30
  /**
31
31
  * Service URL that is used to access the service externally (through load balancer)
32
32
  * todo: overlaps with env.K_EXTERNAL_URL