@platformatic/runtime 1.36.2 → 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.
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "platformatic": "^1.25.0",
11
- "@fastify/oauth2": "7.8.0"
11
+ "@fastify/oauth2": "7.8.1"
12
12
  },
13
13
  "engines": {
14
14
  "node": "^18.8.0 || >=20.6.0"
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "platformatic": "^1.25.0",
11
- "@fastify/oauth2": "7.8.0"
11
+ "@fastify/oauth2": "7.8.1"
12
12
  },
13
13
  "engines": {
14
14
  "node": "^18.8.0 || >=20.6.0"
package/lib/config.js CHANGED
@@ -267,7 +267,6 @@ platformaticRuntime.configManagerConfig = {
267
267
  allErrors: true,
268
268
  strict: false
269
269
  },
270
- envWhitelist: ['DATABASE_URL', 'PORT', 'HOSTNAME'],
271
270
  async transformConfig () {
272
271
  await _transformConfig(this)
273
272
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/runtime",
3
- "version": "1.36.2",
3
+ "version": "1.37.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -20,11 +20,11 @@
20
20
  "@fastify/express": "^3.0.0",
21
21
  "@fastify/formbody": "^7.4.0",
22
22
  "@matteo.collina/tspl": "^0.1.1",
23
- "borp": "^0.12.0",
23
+ "borp": "^0.13.0",
24
24
  "c8": "^9.1.0",
25
25
  "execa": "^8.0.1",
26
26
  "express": "^4.18.3",
27
- "fast-jwt": "^3.3.3",
27
+ "fast-jwt": "^4.0.0",
28
28
  "get-port": "^7.1.0",
29
29
  "pino-abstract-transport": "^1.1.0",
30
30
  "snazzy": "^9.0.0",
@@ -34,8 +34,8 @@
34
34
  "typescript": "^5.4.2",
35
35
  "undici-oidc-interceptor": "^0.5.0",
36
36
  "why-is-node-running": "^2.2.2",
37
- "@platformatic/sql-mapper": "1.36.2",
38
- "@platformatic/sql-graphql": "1.36.2"
37
+ "@platformatic/sql-graphql": "1.37.0",
38
+ "@platformatic/sql-mapper": "1.37.0"
39
39
  },
40
40
  "dependencies": {
41
41
  "@fastify/error": "^3.4.1",
@@ -63,13 +63,13 @@
63
63
  "undici": "^6.9.0",
64
64
  "why-is-node-running": "^2.2.2",
65
65
  "ws": "^8.16.0",
66
- "@platformatic/composer": "1.36.2",
67
- "@platformatic/config": "1.36.2",
68
- "@platformatic/db": "1.36.2",
69
- "@platformatic/generators": "1.36.2",
70
- "@platformatic/service": "1.36.2",
71
- "@platformatic/telemetry": "1.36.2",
72
- "@platformatic/utils": "1.36.2"
66
+ "@platformatic/composer": "1.37.0",
67
+ "@platformatic/config": "1.37.0",
68
+ "@platformatic/db": "1.37.0",
69
+ "@platformatic/generators": "1.37.0",
70
+ "@platformatic/service": "1.37.0",
71
+ "@platformatic/telemetry": "1.37.0",
72
+ "@platformatic/utils": "1.37.0"
73
73
  },
74
74
  "standard": {
75
75
  "ignore": [