@platformatic/service 2.37.1 → 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/stackable.js CHANGED
@@ -370,7 +370,7 @@ class ServiceStackable {
370
370
  pinoOptions.name = this.context.serviceId
371
371
  }
372
372
 
373
- if (typeof this.context?.worker?.index !== 'undefined') {
373
+ if (this.context?.worker?.count > 1) {
374
374
  pinoOptions.base = { pid: process.pid, hostname: hostname(), worker: this.context.worker.index }
375
375
  }
376
376
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/service",
3
- "version": "2.37.1",
3
+ "version": "2.39.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -31,7 +31,7 @@
31
31
  "strip-ansi": "^7.1.0",
32
32
  "tsd": "^0.31.0",
33
33
  "typescript": "^5.5.4",
34
- "undici": "7.2.1",
34
+ "undici": "7.2.3",
35
35
  "vscode-json-languageservice": "^5.3.9",
36
36
  "why-is-node-running": "^2.2.2",
37
37
  "yaml": "^2.4.1"
@@ -77,14 +77,14 @@
77
77
  "rfdc": "^1.3.1",
78
78
  "semgrator": "^0.3.0",
79
79
  "undici": "^7.0.0",
80
- "@platformatic/client": "2.37.1",
81
- "@platformatic/config": "2.37.1",
82
- "@platformatic/generators": "2.37.1",
83
- "@platformatic/metrics": "2.37.1",
84
- "@platformatic/scalar-theme": "2.37.1",
85
- "@platformatic/ts-compiler": "2.37.1",
86
- "@platformatic/telemetry": "2.37.1",
87
- "@platformatic/utils": "2.37.1"
80
+ "@platformatic/client": "2.39.0",
81
+ "@platformatic/generators": "2.39.0",
82
+ "@platformatic/metrics": "2.39.0",
83
+ "@platformatic/config": "2.39.0",
84
+ "@platformatic/ts-compiler": "2.39.0",
85
+ "@platformatic/scalar-theme": "2.39.0",
86
+ "@platformatic/utils": "2.39.0",
87
+ "@platformatic/telemetry": "2.39.0"
88
88
  },
89
89
  "scripts": {
90
90
  "test": "pnpm run lint && borp -T --concurrency=1 --timeout=300000 && tsd",
package/schema.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
- "$id": "https://schemas.platformatic.dev/@platformatic/service/2.37.1.json",
3
- "version": "2.37.1",
2
+ "$id": "https://schemas.platformatic.dev/@platformatic/service/2.39.0.json",
3
+ "version": "2.39.0",
4
4
  "title": "Platformatic Service",
5
5
  "type": "object",
6
6
  "properties": {