@platformatic/service 1.36.1 → 1.36.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 +3 -7
  2. package/package.json +11 -11
  3. package/schema.json +2 -2
package/config.d.ts CHANGED
@@ -217,13 +217,9 @@ export interface PlatformaticService {
217
217
  prefix?: string;
218
218
  path?: string;
219
219
  };
220
- plugins?:
221
- | {
222
- [k: string]: unknown;
223
- }
224
- | {
225
- [k: string]: unknown;
226
- };
220
+ plugins?: {
221
+ [k: string]: unknown;
222
+ };
227
223
  }[];
228
224
  };
229
225
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/service",
3
- "version": "1.36.1",
3
+ "version": "1.36.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -20,8 +20,8 @@
20
20
  "@fastify/aws-lambda": "^4.0.0",
21
21
  "@fastify/compress": "^7.0.0",
22
22
  "bindings": "^1.5.0",
23
- "borp": "^0.11.0",
24
- "json-schema-to-typescript": "^13.1.2",
23
+ "borp": "^0.12.0",
24
+ "json-schema-to-typescript": "^14.0.0",
25
25
  "openapi-types": "^12.1.3",
26
26
  "pino-abstract-transport": "^1.1.0",
27
27
  "self-cert": "^2.0.0",
@@ -73,18 +73,18 @@
73
73
  "openapi-schema-diff": "^0.0.1",
74
74
  "ora": "^6.3.1",
75
75
  "pino": "^8.19.0",
76
- "pino-pretty": "^10.3.1",
76
+ "pino-pretty": "^11.0.0",
77
77
  "rfdc": "^1.3.1",
78
78
  "semgrator": "^0.3.0",
79
79
  "ua-parser-js": "^1.0.37",
80
80
  "undici": "^6.9.0",
81
- "@platformatic/client": "1.36.1",
82
- "@platformatic/generators": "1.36.1",
83
- "@platformatic/config": "1.36.1",
84
- "@platformatic/scalar-theme": "1.36.1",
85
- "@platformatic/authenticate": "1.36.1",
86
- "@platformatic/telemetry": "1.36.1",
87
- "@platformatic/utils": "1.36.1"
81
+ "@platformatic/authenticate": "1.36.2",
82
+ "@platformatic/config": "1.36.2",
83
+ "@platformatic/client": "1.36.2",
84
+ "@platformatic/generators": "1.36.2",
85
+ "@platformatic/scalar-theme": "1.36.2",
86
+ "@platformatic/telemetry": "1.36.2",
87
+ "@platformatic/utils": "1.36.2"
88
88
  },
89
89
  "standard": {
90
90
  "ignore": [
package/schema.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
- "$id": "https://platformatic.dev/schemas/v1.36.1/service",
3
- "version": "1.36.1",
2
+ "$id": "https://platformatic.dev/schemas/v1.36.2/service",
3
+ "version": "1.36.2",
4
4
  "title": "Platformatic Service",
5
5
  "type": "object",
6
6
  "properties": {