@platformatic/runtime 1.31.0 → 1.31.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.
@@ -429,7 +429,7 @@ class RuntimeGenerator extends BaseGenerator {
429
429
  // cleanup runtime env removing keys not present anymore in service plugins
430
430
  const allKeys = envTool.getKeys()
431
431
  allKeys.forEach((k) => {
432
- if (k.startsWith(serviceEnvPrefix) && !runtimeAddedEnvKeys.includes(k)) {
432
+ if (k.startsWith(`${serviceEnvPrefix}_FST_PLUGIN`) && !runtimeAddedEnvKeys.includes(k)) {
433
433
  envTool.deleteKey(k)
434
434
  }
435
435
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/runtime",
3
- "version": "1.31.0",
3
+ "version": "1.31.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -33,8 +33,8 @@
33
33
  "typescript": "^5.4.2",
34
34
  "undici-oidc-interceptor": "^0.5.0",
35
35
  "why-is-node-running": "^2.2.2",
36
- "@platformatic/sql-graphql": "1.31.0",
37
- "@platformatic/sql-mapper": "1.31.0"
36
+ "@platformatic/sql-graphql": "1.31.1",
37
+ "@platformatic/sql-mapper": "1.31.1"
38
38
  },
39
39
  "dependencies": {
40
40
  "ws": "^8.16.0",
@@ -62,13 +62,13 @@
62
62
  "tail-file-stream": "^0.1.0",
63
63
  "undici": "^6.9.0",
64
64
  "why-is-node-running": "^2.2.2",
65
- "@platformatic/composer": "1.31.0",
66
- "@platformatic/db": "1.31.0",
67
- "@platformatic/generators": "1.31.0",
68
- "@platformatic/config": "1.31.0",
69
- "@platformatic/service": "1.31.0",
70
- "@platformatic/utils": "1.31.0",
71
- "@platformatic/telemetry": "1.31.0"
65
+ "@platformatic/composer": "1.31.1",
66
+ "@platformatic/config": "1.31.1",
67
+ "@platformatic/db": "1.31.1",
68
+ "@platformatic/generators": "1.31.1",
69
+ "@platformatic/service": "1.31.1",
70
+ "@platformatic/telemetry": "1.31.1",
71
+ "@platformatic/utils": "1.31.1"
72
72
  },
73
73
  "standard": {
74
74
  "ignore": [