@platformatic/runtime 2.5.0 → 2.5.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/config.d.ts +1 -1
  2. package/package.json +14 -14
  3. package/schema.json +1 -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 HttpsSchemasPlatformaticDevPlatformaticRuntime250Json = {
8
+ export type HttpsSchemasPlatformaticDevPlatformaticRuntime252Json = {
9
9
  [k: string]: unknown;
10
10
  } & {
11
11
  $schema?: string;
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@platformatic/runtime",
3
- "version": "2.5.0",
3
+ "version": "2.5.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {
7
7
  "plt-runtime": "./runtime.mjs"
8
8
  },
9
- "author": "Matteo Collina <hello@matteocollina.com>",
9
+ "author": "Platformatic Inc. <oss@platformatic.dev> (https://platformatic.dev)",
10
10
  "repository": {
11
11
  "type": "git",
12
12
  "url": "git+https://github.com/platformatic/platformatic.git"
@@ -34,11 +34,11 @@
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": "2.5.0",
38
- "@platformatic/composer": "2.5.0",
39
- "@platformatic/sql-graphql": "2.5.0",
40
- "@platformatic/service": "2.5.0",
41
- "@platformatic/sql-mapper": "2.5.0"
37
+ "@platformatic/composer": "2.5.2",
38
+ "@platformatic/service": "2.5.2",
39
+ "@platformatic/sql-graphql": "2.5.2",
40
+ "@platformatic/sql-mapper": "2.5.2",
41
+ "@platformatic/db": "2.5.2"
42
42
  },
43
43
  "dependencies": {
44
44
  "@fastify/error": "^4.0.0",
@@ -68,13 +68,13 @@
68
68
  "undici": "^6.9.0",
69
69
  "undici-thread-interceptor": "^0.7.0",
70
70
  "ws": "^8.16.0",
71
- "@platformatic/generators": "2.5.0",
72
- "@platformatic/basic": "2.5.0",
73
- "@platformatic/itc": "2.5.0",
74
- "@platformatic/telemetry": "2.5.0",
75
- "@platformatic/ts-compiler": "2.5.0",
76
- "@platformatic/config": "2.5.0",
77
- "@platformatic/utils": "2.5.0"
71
+ "@platformatic/basic": "2.5.2",
72
+ "@platformatic/config": "2.5.2",
73
+ "@platformatic/itc": "2.5.2",
74
+ "@platformatic/telemetry": "2.5.2",
75
+ "@platformatic/generators": "2.5.2",
76
+ "@platformatic/ts-compiler": "2.5.2",
77
+ "@platformatic/utils": "2.5.2"
78
78
  },
79
79
  "scripts": {
80
80
  "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.5.0.json",
2
+ "$id": "https://schemas.platformatic.dev/@platformatic/runtime/2.5.2.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "type": "object",
5
5
  "properties": {