@platformatic/runtime 3.0.1 → 3.0.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.
- package/index.d.ts +3 -3
- package/package.json +15 -15
- 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
|
|
65
|
+
export class Generator extends BaseGenerator {}
|
|
66
66
|
|
|
67
|
-
export class WrappedGenerator extends 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>
|
|
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.
|
|
3
|
+
"version": "3.0.3",
|
|
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/composer": "3.0.
|
|
38
|
-
"@platformatic/
|
|
39
|
-
"@platformatic/
|
|
40
|
-
"@platformatic/node": "3.0.
|
|
41
|
-
"@platformatic/
|
|
42
|
-
"@platformatic/
|
|
43
|
-
"@platformatic/sql-mapper": "3.0.
|
|
44
|
-
"@platformatic/wattpm-pprof-capture": "3.0.
|
|
37
|
+
"@platformatic/composer": "3.0.3",
|
|
38
|
+
"@platformatic/db": "3.0.3",
|
|
39
|
+
"@platformatic/gateway": "3.0.3",
|
|
40
|
+
"@platformatic/node": "3.0.3",
|
|
41
|
+
"@platformatic/service": "3.0.3",
|
|
42
|
+
"@platformatic/sql-graphql": "3.0.3",
|
|
43
|
+
"@platformatic/sql-mapper": "3.0.3",
|
|
44
|
+
"@platformatic/wattpm-pprof-capture": "3.0.3"
|
|
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.
|
|
75
|
-
"@platformatic/generators": "3.0.
|
|
76
|
-
"@platformatic/foundation": "3.0.
|
|
77
|
-
"@platformatic/itc": "3.0.
|
|
78
|
-
"@platformatic/
|
|
79
|
-
"@platformatic/
|
|
74
|
+
"@platformatic/basic": "3.0.3",
|
|
75
|
+
"@platformatic/generators": "3.0.3",
|
|
76
|
+
"@platformatic/foundation": "3.0.3",
|
|
77
|
+
"@platformatic/itc": "3.0.3",
|
|
78
|
+
"@platformatic/metrics": "3.0.3",
|
|
79
|
+
"@platformatic/telemetry": "3.0.3"
|
|
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.
|
|
2
|
+
"$id": "https://schemas.platformatic.dev/@platformatic/runtime/3.0.3.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"title": "Platformatic Runtime Config",
|
|
5
5
|
"type": "object",
|