@platformatic/runtime 2.72.0 → 2.73.1

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 +15 -15
  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 HttpsSchemasPlatformaticDevPlatformaticRuntime2720Json = {
8
+ export type HttpsSchemasPlatformaticDevPlatformaticRuntime2731Json = {
9
9
  [k: string]: unknown;
10
10
  } & {
11
11
  $schema?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/runtime",
3
- "version": "2.72.0",
3
+ "version": "2.73.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -37,12 +37,12 @@
37
37
  "typescript": "^5.5.4",
38
38
  "undici-oidc-interceptor": "^0.5.0",
39
39
  "why-is-node-running": "^2.2.2",
40
- "@platformatic/composer": "2.72.0",
41
- "@platformatic/db": "2.72.0",
42
- "@platformatic/node": "2.72.0",
43
- "@platformatic/service": "2.72.0",
44
- "@platformatic/sql-graphql": "2.72.0",
45
- "@platformatic/sql-mapper": "2.72.0"
40
+ "@platformatic/composer": "2.73.1",
41
+ "@platformatic/db": "2.73.1",
42
+ "@platformatic/node": "2.73.1",
43
+ "@platformatic/service": "2.73.1",
44
+ "@platformatic/sql-graphql": "2.73.1",
45
+ "@platformatic/sql-mapper": "2.73.1"
46
46
  },
47
47
  "dependencies": {
48
48
  "@fastify/accepts": "^5.0.0",
@@ -76,14 +76,14 @@
76
76
  "undici": "^7.0.0",
77
77
  "undici-thread-interceptor": "^0.14.0",
78
78
  "ws": "^8.16.0",
79
- "@platformatic/basic": "2.72.0",
80
- "@platformatic/config": "2.72.0",
81
- "@platformatic/metrics": "2.72.0",
82
- "@platformatic/itc": "2.72.0",
83
- "@platformatic/telemetry": "2.72.0",
84
- "@platformatic/ts-compiler": "2.72.0",
85
- "@platformatic/utils": "2.72.0",
86
- "@platformatic/generators": "2.72.0"
79
+ "@platformatic/basic": "2.73.1",
80
+ "@platformatic/config": "2.73.1",
81
+ "@platformatic/generators": "2.73.1",
82
+ "@platformatic/metrics": "2.73.1",
83
+ "@platformatic/telemetry": "2.73.1",
84
+ "@platformatic/ts-compiler": "2.73.1",
85
+ "@platformatic/itc": "2.73.1",
86
+ "@platformatic/utils": "2.73.1"
87
87
  },
88
88
  "scripts": {
89
89
  "test": "pnpm run lint && borp --concurrency=1 --timeout=1200000 && tsd",
package/schema.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "$id": "https://schemas.platformatic.dev/@platformatic/runtime/2.72.0.json",
2
+ "$id": "https://schemas.platformatic.dev/@platformatic/runtime/2.73.1.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "type": "object",
5
5
  "properties": {