@platformatic/runtime 0.43.0 → 0.44.0

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.
Files changed (2) hide show
  1. package/lib/api.js +1 -0
  2. package/package.json +9 -9
package/lib/api.js CHANGED
@@ -197,6 +197,7 @@ class RuntimeApi {
197
197
  }
198
198
 
199
199
  try {
200
+ await service.server.ready()
200
201
  const openapiSchema = service.server.swagger()
201
202
  return openapiSchema
202
203
  } catch (err) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/runtime",
3
- "version": "0.43.0",
3
+ "version": "0.44.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -24,8 +24,8 @@
24
24
  "standard": "^17.1.0",
25
25
  "tsd": "^0.29.0",
26
26
  "typescript": "^5.1.6",
27
- "@platformatic/sql-graphql": "0.43.0",
28
- "@platformatic/sql-mapper": "0.43.0"
27
+ "@platformatic/sql-graphql": "0.44.0",
28
+ "@platformatic/sql-mapper": "0.44.0"
29
29
  },
30
30
  "dependencies": {
31
31
  "@hapi/topo": "^6.0.2",
@@ -42,12 +42,12 @@
42
42
  "pino": "^8.14.1",
43
43
  "pino-pretty": "^10.0.0",
44
44
  "undici": "^5.22.1",
45
- "@platformatic/composer": "0.43.0",
46
- "@platformatic/config": "0.43.0",
47
- "@platformatic/db": "0.43.0",
48
- "@platformatic/service": "0.43.0",
49
- "@platformatic/telemetry": "0.43.0",
50
- "@platformatic/utils": "0.43.0"
45
+ "@platformatic/composer": "0.44.0",
46
+ "@platformatic/config": "0.44.0",
47
+ "@platformatic/db": "0.44.0",
48
+ "@platformatic/service": "0.44.0",
49
+ "@platformatic/telemetry": "0.44.0",
50
+ "@platformatic/utils": "0.44.0"
51
51
  },
52
52
  "standard": {
53
53
  "ignore": [