@platformatic/composer 2.38.0 → 2.39.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/lib/proxy.js CHANGED
@@ -189,6 +189,8 @@ module.exports = fp(async function (app, opts) {
189
189
  'x-forwarded-proto': request.protocol,
190
190
  }
191
191
 
192
+ request.log.trace({ headers }, 'rewritten headers before proxying')
193
+
192
194
  return headers
193
195
  },
194
196
  onResponse: (request, reply, res) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/composer",
3
- "version": "2.38.0",
3
+ "version": "2.39.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -31,9 +31,9 @@
31
31
  "typescript": "^5.5.4",
32
32
  "why-is-node-running": "2",
33
33
  "ws": "^8.16.0",
34
- "@platformatic/config": "2.38.0",
35
- "@platformatic/client": "2.38.0",
36
- "@platformatic/db": "2.38.0"
34
+ "@platformatic/client": "2.39.0",
35
+ "@platformatic/config": "2.39.0",
36
+ "@platformatic/db": "2.39.0"
37
37
  },
38
38
  "dependencies": {
39
39
  "@fastify/error": "^4.0.0",
@@ -67,12 +67,12 @@
67
67
  "rfdc": "^1.3.1",
68
68
  "semgrator": "^0.3.0",
69
69
  "undici": "^7.0.0",
70
- "@platformatic/config": "2.38.0",
71
- "@platformatic/generators": "2.38.0",
72
- "@platformatic/scalar-theme": "2.38.0",
73
- "@platformatic/service": "2.38.0",
74
- "@platformatic/utils": "^2.38.0",
75
- "@platformatic/telemetry": "2.38.0"
70
+ "@platformatic/config": "2.39.0",
71
+ "@platformatic/scalar-theme": "2.39.0",
72
+ "@platformatic/telemetry": "2.39.0",
73
+ "@platformatic/utils": "^2.39.0",
74
+ "@platformatic/service": "2.39.0",
75
+ "@platformatic/generators": "2.39.0"
76
76
  },
77
77
  "scripts": {
78
78
  "test": "pnpm run lint && borp -T --timeout=300000 -c 1 && tsd",
package/schema.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "$id": "https://schemas.platformatic.dev/@platformatic/composer/2.38.0.json",
2
+ "$id": "https://schemas.platformatic.dev/@platformatic/composer/2.39.0.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "title": "Platformatic Composer",
5
5
  "type": "object",