@zerotal/monitor 1.7.2 → 1.7.4
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/api-surface.md +2 -2
- package/package.json +7 -7
package/api-surface.md
CHANGED
|
@@ -676,9 +676,9 @@ type MonitorRange = 'live' | '1h' | '24h' | '7d'
|
|
|
676
676
|
|
|
677
677
|
type MonitorRow = { [x: string]: unknown;}
|
|
678
678
|
|
|
679
|
-
type MonitorTone = 'default' | '
|
|
679
|
+
type MonitorTone = 'default' | 'good' | 'warn' | 'bad'
|
|
680
680
|
|
|
681
|
-
type SpanKind = '
|
|
681
|
+
type SpanKind = 'boot' | 'middleware' | 'controller' | 'query' | 'cache' | 'http' | 'view'
|
|
682
682
|
|
|
683
683
|
type Tone = 'ok' | 'warn' | 'bad' | 'neutral'
|
|
684
684
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zerotal/monitor",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.4",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"maturity": "stable",
|
|
6
6
|
"private": false,
|
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
"typecheck": "tsc --noEmit"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@zerotal/core": "1.7.
|
|
34
|
-
"@zerotal/flow-ui": "1.7.
|
|
35
|
-
"@zerotal/flow": "1.7.
|
|
33
|
+
"@zerotal/core": "1.7.4",
|
|
34
|
+
"@zerotal/flow-ui": "1.7.4",
|
|
35
|
+
"@zerotal/flow": "1.7.4"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@zerotal/queue": "1.7.
|
|
39
|
-
"@zerotal/scheduler": "1.7.
|
|
40
|
-
"@zerotal/telemetry": "1.7.
|
|
38
|
+
"@zerotal/queue": "1.7.4",
|
|
39
|
+
"@zerotal/scheduler": "1.7.4",
|
|
40
|
+
"@zerotal/telemetry": "1.7.4"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"@zerotal/queue": "^1.0.0",
|