@platformatic/service 2.5.5-alpha.2 → 2.5.5

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/stackable.js CHANGED
@@ -116,7 +116,9 @@ class ServiceStackable {
116
116
  composer: {
117
117
  prefix: config.basePath ?? this.basePath ?? this.context?.serviceId,
118
118
  wantsAbsoluteUrls: false,
119
- needsRootRedirect: false
119
+ needsRootRedirect: false,
120
+ tcp: !!this.app.url,
121
+ url: this.app.url
120
122
  }
121
123
  }
122
124
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/service",
3
- "version": "2.5.5-alpha.2",
3
+ "version": "2.5.5",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -76,14 +76,14 @@
76
76
  "rfdc": "^1.3.1",
77
77
  "semgrator": "^0.3.0",
78
78
  "undici": "^6.9.0",
79
- "@platformatic/config": "2.5.5-alpha.2",
80
- "@platformatic/metrics": "2.5.5-alpha.2",
81
- "@platformatic/client": "2.5.5-alpha.2",
82
- "@platformatic/scalar-theme": "2.5.5-alpha.2",
83
- "@platformatic/telemetry": "2.5.5-alpha.2",
84
- "@platformatic/generators": "2.5.5-alpha.2",
85
- "@platformatic/ts-compiler": "2.5.5-alpha.2",
86
- "@platformatic/utils": "2.5.5-alpha.2"
79
+ "@platformatic/client": "2.5.5",
80
+ "@platformatic/metrics": "2.5.5",
81
+ "@platformatic/generators": "2.5.5",
82
+ "@platformatic/config": "2.5.5",
83
+ "@platformatic/scalar-theme": "2.5.5",
84
+ "@platformatic/ts-compiler": "2.5.5",
85
+ "@platformatic/utils": "2.5.5",
86
+ "@platformatic/telemetry": "2.5.5"
87
87
  },
88
88
  "scripts": {
89
89
  "test": "pnpm run lint && borp -T --concurrency=1 --timeout=180000 && tsd",
package/schema.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
- "$id": "https://schemas.platformatic.dev/@platformatic/service/2.5.5-alpha.2.json",
3
- "version": "2.5.5-alpha.2",
2
+ "$id": "https://schemas.platformatic.dev/@platformatic/service/2.5.5.json",
3
+ "version": "2.5.5",
4
4
  "title": "Platformatic Service",
5
5
  "type": "object",
6
6
  "properties": {