@platformatic/service 2.52.0 → 2.52.1-alpha.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
@@ -270,7 +270,8 @@ class ServiceStackable {
270
270
  getCustomLabels: req => {
271
271
  const telemetryId = req.headers['x-plt-telemetry-id'] ?? 'unknown'
272
272
  return { telemetry_id: telemetryId }
273
- }
273
+ },
274
+ zeroFill: true
274
275
  })
275
276
 
276
277
  this.app.register(httpMetrics, {
@@ -293,7 +294,8 @@ class ServiceStackable {
293
294
  collect: function () {
294
295
  process.nextTick(() => this.reset())
295
296
  }
296
- }
297
+ },
298
+ zeroFill: true
297
299
  })
298
300
  }
299
301
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/service",
3
- "version": "2.52.0",
3
+ "version": "2.52.1-alpha.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.3",
34
+ "undici": "7.4.0",
35
35
  "vscode-json-languageservice": "^5.3.9",
36
36
  "why-is-node-running": "^2.2.2",
37
37
  "yaml": "^2.4.1"
@@ -48,7 +48,7 @@
48
48
  "@fastify/under-pressure": "^9.0.0",
49
49
  "@mercuriusjs/federation": "^5.0.0",
50
50
  "@platformatic/fastify-http-metrics": "^0.3.0",
51
- "@scalar/fastify-api-reference": "1.25.122",
51
+ "@scalar/fastify-api-reference": "1.26.2",
52
52
  "@types/ws": "^8.5.10",
53
53
  "ajv": "^8.12.0",
54
54
  "cli-progress": "^3.12.0",
@@ -77,14 +77,14 @@
77
77
  "rfdc": "^1.3.1",
78
78
  "semgrator": "^0.3.0",
79
79
  "undici": "^7.0.0",
80
- "@platformatic/generators": "2.52.0",
81
- "@platformatic/client": "2.52.0",
82
- "@platformatic/metrics": "2.52.0",
83
- "@platformatic/telemetry": "2.52.0",
84
- "@platformatic/config": "2.52.0",
85
- "@platformatic/ts-compiler": "2.52.0",
86
- "@platformatic/scalar-theme": "2.52.0",
87
- "@platformatic/utils": "2.52.0"
80
+ "@platformatic/client": "2.52.1-alpha.0",
81
+ "@platformatic/config": "2.52.1-alpha.0",
82
+ "@platformatic/generators": "2.52.1-alpha.0",
83
+ "@platformatic/scalar-theme": "2.52.1-alpha.0",
84
+ "@platformatic/metrics": "2.52.1-alpha.0",
85
+ "@platformatic/telemetry": "2.52.1-alpha.0",
86
+ "@platformatic/ts-compiler": "2.52.1-alpha.0",
87
+ "@platformatic/utils": "2.52.1-alpha.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.52.0.json",
3
- "version": "2.52.0",
2
+ "$id": "https://schemas.platformatic.dev/@platformatic/service/2.52.1-alpha.0.json",
3
+ "version": "2.52.1-alpha.0",
4
4
  "title": "Platformatic Service",
5
5
  "type": "object",
6
6
  "properties": {