@platformatic/control
Advanced tools
@@ -61,3 +61,5 @@ import { ChildProcess } from "node:child_process"; | ||
serviceId: string | ||
} | ||
}, | ||
metricName?: string, | ||
exemplar?: unknown | ||
} | ||
@@ -64,0 +66,0 @@ |
@@ -30,2 +30,4 @@ import { expectError, expectType } from 'tsd' | ||
expectType<number | undefined>(metric.values[0].labels?.quantile) | ||
expectType<string | undefined>(metric.values[0].metricName) | ||
expectType<unknown | undefined>(metric.values[0].exemplar) | ||
expectType<Promise<void>>(api.close()) | ||
@@ -32,0 +34,0 @@ |
{ | ||
"name": "@platformatic/control", | ||
"version": "2.53.0", | ||
"version": "2.53.1", | ||
"description": "Platformatic Control", | ||
@@ -28,4 +28,4 @@ "main": "index.js", | ||
"typescript": "^5.5.4", | ||
"@platformatic/runtime": "2.53.0", | ||
"@platformatic/service": "2.53.0" | ||
"@platformatic/runtime": "2.53.1", | ||
"@platformatic/service": "2.53.1" | ||
}, | ||
@@ -41,3 +41,3 @@ "dependencies": { | ||
"ws": "^8.16.0", | ||
"@platformatic/utils": "2.53.0" | ||
"@platformatic/utils": "2.53.1" | ||
}, | ||
@@ -44,0 +44,0 @@ "scripts": { |
55302
0.3%1081
0.37%