@platformatic/runtime 3.0.0 → 3.0.2

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 (3) hide show
  1. package/index.d.ts +3 -3
  2. package/package.json +15 -15
  3. package/schema.json +1 -1
package/index.d.ts CHANGED
@@ -62,9 +62,9 @@ export module symbols {
62
62
  export declare const kWorkersBroadcast: unique symbol
63
63
  }
64
64
 
65
- export class Generator extends BaseGenerator.BaseGenerator {}
65
+ export class Generator extends BaseGenerator {}
66
66
 
67
- export class WrappedGenerator extends BaseGenerator.BaseGenerator {}
67
+ export class WrappedGenerator extends BaseGenerator {}
68
68
 
69
69
  export declare const schema: JSONSchemaType<PlatformaticRuntimeConfig>
70
70
 
@@ -89,6 +89,6 @@ export function create (
89
89
  context?: ConfigurationOptions
90
90
  ): Promise<Runtime>
91
91
 
92
- export declare function transform (config: RuntimeConfiguration): Promise<RuntimeConfiguration> | RuntimeConfiguration
92
+ export declare function transform (config: RuntimeConfiguration): Promise<RuntimeConfiguration>
93
93
 
94
94
  export declare function loadApplicationsCommands (): Promise<ApplicationsCommands>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/runtime",
3
- "version": "3.0.0",
3
+ "version": "3.0.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -34,14 +34,14 @@
34
34
  "typescript": "^5.5.4",
35
35
  "undici-oidc-interceptor": "^0.5.0",
36
36
  "why-is-node-running": "^2.2.2",
37
- "@platformatic/db": "3.0.0",
38
- "@platformatic/gateway": "3.0.0",
39
- "@platformatic/node": "3.0.0",
40
- "@platformatic/composer": "3.0.0",
41
- "@platformatic/service": "3.0.0",
42
- "@platformatic/sql-graphql": "3.0.0",
43
- "@platformatic/sql-mapper": "3.0.0",
44
- "@platformatic/wattpm-pprof-capture": "3.0.0"
37
+ "@platformatic/db": "3.0.2",
38
+ "@platformatic/gateway": "3.0.2",
39
+ "@platformatic/composer": "3.0.2",
40
+ "@platformatic/node": "3.0.2",
41
+ "@platformatic/service": "3.0.2",
42
+ "@platformatic/sql-graphql": "3.0.2",
43
+ "@platformatic/sql-mapper": "3.0.2",
44
+ "@platformatic/wattpm-pprof-capture": "3.0.2"
45
45
  },
46
46
  "dependencies": {
47
47
  "@fastify/accepts": "^5.0.0",
@@ -71,12 +71,12 @@
71
71
  "undici": "^7.0.0",
72
72
  "undici-thread-interceptor": "^0.14.0",
73
73
  "ws": "^8.16.0",
74
- "@platformatic/basic": "3.0.0",
75
- "@platformatic/foundation": "3.0.0",
76
- "@platformatic/itc": "3.0.0",
77
- "@platformatic/metrics": "3.0.0",
78
- "@platformatic/generators": "3.0.0",
79
- "@platformatic/telemetry": "3.0.0"
74
+ "@platformatic/basic": "3.0.2",
75
+ "@platformatic/foundation": "3.0.2",
76
+ "@platformatic/itc": "3.0.2",
77
+ "@platformatic/generators": "3.0.2",
78
+ "@platformatic/metrics": "3.0.2",
79
+ "@platformatic/telemetry": "3.0.2"
80
80
  },
81
81
  "engines": {
82
82
  "node": ">=22.18.0"
package/schema.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "$id": "https://schemas.platformatic.dev/@platformatic/runtime/3.0.0.json",
2
+ "$id": "https://schemas.platformatic.dev/@platformatic/runtime/3.0.2.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "title": "Platformatic Runtime Config",
5
5
  "type": "object",