@platformatic/runtime 3.23.0 → 3.24.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.
package/lib/generator.js CHANGED
@@ -102,12 +102,7 @@ export class RuntimeGenerator extends BaseGenerator {
102
102
  build: this.config.buildCommand ?? 'wattpm build',
103
103
  start: this.config.startCommand ?? 'wattpm start'
104
104
  },
105
- devDependencies: {
106
- fastify: `^${this.fastifyVersion}`
107
- },
108
105
  dependencies: {
109
- '@platformatic/runtime': `^${this.platformaticVersion}`,
110
- platformatic: `^${this.platformaticVersion}`,
111
106
  wattpm: `^${this.platformaticVersion}`,
112
107
  ...this.config.dependencies
113
108
  },
@@ -189,7 +184,7 @@ export class RuntimeGenerator extends BaseGenerator {
189
184
 
190
185
  async _getConfigFileContents () {
191
186
  const config = {
192
- $schema: `https://schemas.platformatic.dev/@platformatic/runtime/${this.platformaticVersion}.json`,
187
+ $schema: `https://schemas.platformatic.dev/wattpm/${this.platformaticVersion}.json`,
193
188
  entrypoint: this.entryPoint.name,
194
189
  watch: true,
195
190
  autoload: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/runtime",
3
- "version": "3.23.0",
3
+ "version": "3.24.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -35,14 +35,14 @@
35
35
  "typescript": "^5.5.4",
36
36
  "undici-oidc-interceptor": "^0.5.0",
37
37
  "why-is-node-running": "^2.2.2",
38
- "@platformatic/composer": "3.23.0",
39
- "@platformatic/db": "3.23.0",
40
- "@platformatic/gateway": "3.23.0",
41
- "@platformatic/node": "3.23.0",
42
- "@platformatic/service": "3.23.0",
43
- "@platformatic/sql-mapper": "3.23.0",
44
- "@platformatic/sql-graphql": "3.23.0",
45
- "@platformatic/wattpm-pprof-capture": "3.23.0"
38
+ "@platformatic/composer": "3.24.0",
39
+ "@platformatic/db": "3.24.0",
40
+ "@platformatic/gateway": "3.24.0",
41
+ "@platformatic/service": "3.24.0",
42
+ "@platformatic/node": "3.24.0",
43
+ "@platformatic/sql-graphql": "3.24.0",
44
+ "@platformatic/sql-mapper": "3.24.0",
45
+ "@platformatic/wattpm-pprof-capture": "3.24.0"
46
46
  },
47
47
  "dependencies": {
48
48
  "@fastify/accepts": "^5.0.0",
@@ -64,19 +64,19 @@
64
64
  "minimist": "^1.2.8",
65
65
  "pino": "^9.9.0",
66
66
  "pino-pretty": "^13.0.0",
67
- "prom-client": "^15.1.2",
67
+ "@platformatic/prom-client": "^1.0.0",
68
68
  "semgrator": "^0.3.0",
69
69
  "sonic-boom": "^4.2.0",
70
70
  "systeminformation": "^5.27.11",
71
71
  "undici": "^7.0.0",
72
72
  "undici-thread-interceptor": "^0.15.0",
73
73
  "ws": "^8.16.0",
74
- "@platformatic/basic": "3.23.0",
75
- "@platformatic/foundation": "3.23.0",
76
- "@platformatic/generators": "3.23.0",
77
- "@platformatic/metrics": "3.23.0",
78
- "@platformatic/itc": "3.23.0",
79
- "@platformatic/telemetry": "3.23.0"
74
+ "@platformatic/basic": "3.24.0",
75
+ "@platformatic/foundation": "3.24.0",
76
+ "@platformatic/generators": "3.24.0",
77
+ "@platformatic/itc": "3.24.0",
78
+ "@platformatic/telemetry": "3.24.0",
79
+ "@platformatic/metrics": "3.24.0"
80
80
  },
81
81
  "engines": {
82
82
  "node": ">=22.19.0"
package/schema.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "$id": "https://schemas.platformatic.dev/@platformatic/runtime/3.23.0.json",
2
+ "$id": "https://schemas.platformatic.dev/@platformatic/runtime/3.24.0.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "title": "Platformatic Runtime Config",
5
5
  "type": "object",