@platformatic/service 1.36.1 → 1.37.0

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/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/index.js CHANGED
@@ -107,7 +107,6 @@ platformaticService.configType = 'service'
107
107
  platformaticService.configManagerConfig = {
108
108
  version,
109
109
  schema,
110
- envWhitelist: ['PORT', 'HOSTNAME'],
111
110
  allowToWatch: ['.env'],
112
111
  schemaOptions: {
113
112
  useDefaults: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/service",
3
- "version": "1.36.1",
3
+ "version": "1.37.0",
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.13.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.37.0",
82
+ "@platformatic/config": "1.37.0",
83
+ "@platformatic/client": "1.37.0",
84
+ "@platformatic/generators": "1.37.0",
85
+ "@platformatic/telemetry": "1.37.0",
86
+ "@platformatic/utils": "1.37.0",
87
+ "@platformatic/scalar-theme": "1.37.0"
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.37.0/service",
3
+ "version": "1.37.0",
4
4
  "title": "Platformatic Service",
5
5
  "type": "object",
6
6
  "properties": {