@platformatic/runtime 1.53.3 → 1.53.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/lib/loader.mjs CHANGED
@@ -95,6 +95,8 @@ export function globalPreload (context) {
95
95
  }
96
96
 
97
97
  export async function initialize (data) {
98
+ if (data === undefined) return
99
+
98
100
  port = data.port
99
101
  port.on('message', () => {
100
102
  bustEsmCache()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/runtime",
3
- "version": "1.53.3",
3
+ "version": "1.53.4",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -34,8 +34,8 @@
34
34
  "typescript": "^5.6.2",
35
35
  "undici-oidc-interceptor": "^0.5.0",
36
36
  "why-is-node-running": "^2.2.2",
37
- "@platformatic/sql-graphql": "1.53.3",
38
- "@platformatic/sql-mapper": "1.53.3"
37
+ "@platformatic/sql-mapper": "1.53.4",
38
+ "@platformatic/sql-graphql": "1.53.4"
39
39
  },
40
40
  "dependencies": {
41
41
  "@fastify/error": "^3.4.1",
@@ -64,14 +64,14 @@
64
64
  "undici": "^6.19.8",
65
65
  "why-is-node-running": "^2.3.0",
66
66
  "ws": "^8.18.0",
67
- "@platformatic/bus": "1.53.3",
68
- "@platformatic/composer": "1.53.3",
69
- "@platformatic/config": "1.53.3",
70
- "@platformatic/db": "1.53.3",
71
- "@platformatic/generators": "1.53.3",
72
- "@platformatic/telemetry": "1.53.3",
73
- "@platformatic/service": "1.53.3",
74
- "@platformatic/utils": "1.53.3"
67
+ "@platformatic/bus": "1.53.4",
68
+ "@platformatic/composer": "1.53.4",
69
+ "@platformatic/config": "1.53.4",
70
+ "@platformatic/db": "1.53.4",
71
+ "@platformatic/generators": "1.53.4",
72
+ "@platformatic/service": "1.53.4",
73
+ "@platformatic/telemetry": "1.53.4",
74
+ "@platformatic/utils": "1.53.4"
75
75
  },
76
76
  "standard": {
77
77
  "ignore": [
package/schema.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "$id": "https://platformatic.dev/schemas/v1.53.3/runtime",
2
+ "$id": "https://platformatic.dev/schemas/v1.53.4/runtime",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "type": "object",
5
5
  "properties": {