@platformatic/service 1.36.2 → 1.37.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/index.js +0 -1
  2. package/package.json +9 -9
  3. package/schema.json +2 -2
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.2",
3
+ "version": "1.37.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -20,7 +20,7 @@
20
20
  "@fastify/aws-lambda": "^4.0.0",
21
21
  "@fastify/compress": "^7.0.0",
22
22
  "bindings": "^1.5.0",
23
- "borp": "^0.12.0",
23
+ "borp": "^0.13.0",
24
24
  "json-schema-to-typescript": "^14.0.0",
25
25
  "openapi-types": "^12.1.3",
26
26
  "pino-abstract-transport": "^1.1.0",
@@ -78,13 +78,13 @@
78
78
  "semgrator": "^0.3.0",
79
79
  "ua-parser-js": "^1.0.37",
80
80
  "undici": "^6.9.0",
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"
81
+ "@platformatic/authenticate": "1.37.1",
82
+ "@platformatic/config": "1.37.1",
83
+ "@platformatic/generators": "1.37.1",
84
+ "@platformatic/scalar-theme": "1.37.1",
85
+ "@platformatic/client": "1.37.1",
86
+ "@platformatic/utils": "1.37.1",
87
+ "@platformatic/telemetry": "1.37.1"
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.2/service",
3
- "version": "1.36.2",
2
+ "$id": "https://platformatic.dev/schemas/v1.37.1/service",
3
+ "version": "1.37.1",
4
4
  "title": "Platformatic Service",
5
5
  "type": "object",
6
6
  "properties": {