@platformatic/runtime 2.0.0-alpha.8 → 2.0.0-alpha.9

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/config.d.ts +4 -1
  2. package/package.json +17 -17
  3. package/schema.json +4 -1
package/config.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
  * and run json-schema-to-typescript to regenerate this file.
6
6
  */
7
7
 
8
- export type HttpsSchemasPlatformaticDevPlatformaticRuntime200Alpha8Json = {
8
+ export type HttpsSchemasPlatformaticDevPlatformaticRuntime200Alpha9Json = {
9
9
  [k: string]: unknown;
10
10
  } & {
11
11
  $schema?: string;
@@ -77,6 +77,9 @@ export type HttpsSchemasPlatformaticDevPlatformaticRuntime200Alpha8Json = {
77
77
  };
78
78
  [k: string]: unknown;
79
79
  };
80
+ loggerInstance?: {
81
+ [k: string]: unknown;
82
+ };
80
83
  serializerOpts?: {
81
84
  schema?: {
82
85
  [k: string]: unknown;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/runtime",
3
- "version": "2.0.0-alpha.8",
3
+ "version": "2.0.0-alpha.9",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -17,8 +17,8 @@
17
17
  },
18
18
  "homepage": "https://github.com/platformatic/platformatic#readme",
19
19
  "devDependencies": {
20
- "@fastify/express": "^3.0.0",
21
- "@fastify/formbody": "^7.4.0",
20
+ "@fastify/express": "^4.0.0",
21
+ "@fastify/formbody": "^8.0.0",
22
22
  "borp": "^0.17.0",
23
23
  "c8": "^10.0.0",
24
24
  "eslint": "9",
@@ -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": "2.0.0-alpha.8",
38
- "@platformatic/service": "2.0.0-alpha.8",
39
- "@platformatic/sql-graphql": "2.0.0-alpha.8",
40
- "@platformatic/sql-mapper": "2.0.0-alpha.8",
41
- "@platformatic/db": "2.0.0-alpha.8"
37
+ "@platformatic/composer": "2.0.0-alpha.9",
38
+ "@platformatic/service": "2.0.0-alpha.9",
39
+ "@platformatic/db": "2.0.0-alpha.9",
40
+ "@platformatic/sql-graphql": "2.0.0-alpha.9",
41
+ "@platformatic/sql-mapper": "2.0.0-alpha.9"
42
42
  },
43
43
  "dependencies": {
44
- "@fastify/error": "^3.4.1",
44
+ "@fastify/error": "^4.0.0",
45
45
  "@fastify/websocket": "^10.0.0",
46
46
  "@hapi/topo": "^6.0.2",
47
47
  "@platformatic/http-metrics": "^0.1.0",
@@ -55,7 +55,7 @@
55
55
  "dotenv-tool": "^0.1.1",
56
56
  "es-main": "^1.3.0",
57
57
  "fastest-levenshtein": "^1.0.16",
58
- "fastify": "^4.26.2",
58
+ "fastify": "5.0.0-alpha.4",
59
59
  "fastify-undici-dispatcher": "^0.6.0",
60
60
  "graphql": "^16.8.1",
61
61
  "help-me": "^5.0.0",
@@ -69,13 +69,13 @@
69
69
  "undici": "^6.9.0",
70
70
  "undici-thread-interceptor": "^0.6.1",
71
71
  "ws": "^8.16.0",
72
- "@platformatic/basic": "2.0.0-alpha.8",
73
- "@platformatic/config": "2.0.0-alpha.8",
74
- "@platformatic/generators": "2.0.0-alpha.8",
75
- "@platformatic/itc": "2.0.0-alpha.8",
76
- "@platformatic/telemetry": "2.0.0-alpha.8",
77
- "@platformatic/ts-compiler": "2.0.0-alpha.8",
78
- "@platformatic/utils": "2.0.0-alpha.8"
72
+ "@platformatic/basic": "2.0.0-alpha.9",
73
+ "@platformatic/config": "2.0.0-alpha.9",
74
+ "@platformatic/generators": "2.0.0-alpha.9",
75
+ "@platformatic/itc": "2.0.0-alpha.9",
76
+ "@platformatic/telemetry": "2.0.0-alpha.9",
77
+ "@platformatic/utils": "2.0.0-alpha.9",
78
+ "@platformatic/ts-compiler": "2.0.0-alpha.9"
79
79
  },
80
80
  "scripts": {
81
81
  "test": "npm run lint && borp --concurrency=1 --timeout=180000 && tsd",
package/schema.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "$id": "https://schemas.platformatic.dev/@platformatic/runtime/2.0.0-alpha.8.json",
2
+ "$id": "https://schemas.platformatic.dev/@platformatic/runtime/2.0.0-alpha.9.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "type": "object",
5
5
  "properties": {
@@ -316,6 +316,9 @@
316
316
  }
317
317
  ]
318
318
  },
319
+ "loggerInstance": {
320
+ "type": "object"
321
+ },
319
322
  "serializerOpts": {
320
323
  "type": "object",
321
324
  "properties": {