chore(spark): consume released interfaces

This commit is contained in:
2026-05-24 12:53:00 +00:00
parent b6517e31f7
commit 7ba79d6834
3 changed files with 7 additions and 6 deletions
+1
View File
@@ -8,6 +8,7 @@
- Adds local CPU, memory, disk, and Docker metrics collection - Adds local CPU, memory, disk, and Docker metrics collection
- Adds `spark metrics` for local telemetry inspection - Adds `spark metrics` for local telemetry inspection
- Adds Cloudly heartbeat reporting when node credentials are configured - Adds Cloudly heartbeat reporting when node credentials are configured
- Updates Spark to consume the released Spark telemetry interfaces
### Fixes ### Fixes
+1 -1
View File
@@ -37,7 +37,7 @@
"@std/path": "jsr:@std/path@^1.1.4", "@std/path": "jsr:@std/path@^1.1.4",
"@std/fmt": "jsr:@std/fmt@^1.0.10", "@std/fmt": "jsr:@std/fmt@^1.0.10",
"@std/assert": "jsr:@std/assert@^1.0.19", "@std/assert": "jsr:@std/assert@^1.0.19",
"@serve.zone/interfaces": "npm:@serve.zone/interfaces@^5.5.0", "@serve.zone/interfaces": "npm:@serve.zone/interfaces@^5.10.0",
"@serve.zone/api": "npm:@serve.zone/api@^5.3.4", "@serve.zone/api": "npm:@serve.zone/api@^5.3.4",
"@apiclient.xyz/docker": "npm:@apiclient.xyz/docker@^5.1.4", "@apiclient.xyz/docker": "npm:@apiclient.xyz/docker@^5.1.4",
"@push.rocks/npmextra": "npm:@push.rocks/npmextra@^5.3.3", "@push.rocks/npmextra": "npm:@push.rocks/npmextra@^5.3.3",
Generated
+5 -5
View File
@@ -27,7 +27,7 @@
"npm:@push.rocks/smartupdate@^2.0.7": "2.0.7", "npm:@push.rocks/smartupdate@^2.0.7": "2.0.7",
"npm:@push.rocks/taskbuffer@^8.0.2": "8.0.2", "npm:@push.rocks/taskbuffer@^8.0.2": "8.0.2",
"npm:@serve.zone/api@^5.3.4": "5.3.4", "npm:@serve.zone/api@^5.3.4": "5.3.4",
"npm:@serve.zone/interfaces@^5.5.0": "5.5.0" "npm:@serve.zone/interfaces@^5.10.0": "5.10.0"
}, },
"jsr": { "jsr": {
"@std/assert@1.0.19": { "@std/assert@1.0.19": {
@@ -1831,14 +1831,14 @@
], ],
"tarball": "https://verdaccio.lossless.digital/@serve.zone/api/-/api-5.3.4.tgz" "tarball": "https://verdaccio.lossless.digital/@serve.zone/api/-/api-5.3.4.tgz"
}, },
"@serve.zone/interfaces@5.5.0": { "@serve.zone/interfaces@5.10.0": {
"integrity": "sha512-SZH4sKxBhfX+xF7zPFcHtyWdXMz7XINP5X9tqtLKPa3rJd5XkoeOFsbgDxWfeuBkCGJglvY2FI24oCPexy5acg==", "integrity": "sha512-8ZnP1A43UZlYwfd2j+S0Yin//didacIX2Rou9MobRuSFFgi1RQOqQcIWqOINcDk80wBDuYkyMCwHygYxD5i+Ig==",
"dependencies": [ "dependencies": [
"@api.global/typedrequest-interfaces@3.0.19", "@api.global/typedrequest-interfaces@3.0.19",
"@push.rocks/smartlog-interfaces", "@push.rocks/smartlog-interfaces",
"@tsclass/tsclass@9.5.1" "@tsclass/tsclass@9.5.1"
], ],
"tarball": "https://verdaccio.lossless.digital/@serve.zone/interfaces/-/interfaces-5.5.0.tgz" "tarball": "https://verdaccio.lossless.digital/@serve.zone/interfaces/-/interfaces-5.10.0.tgz"
}, },
"@smithy/chunked-blob-reader-native@4.2.3": { "@smithy/chunked-blob-reader-native@4.2.3": {
"integrity": "sha512-jA5k5Udn7Y5717L86h4EIv06wIr3xn8GM1qHRi/Nf31annXcXHJjBKvgztnbn2TxH3xWrPBfgwHsOwZf0UmQWw==", "integrity": "sha512-jA5k5Udn7Y5717L86h4EIv06wIr3xn8GM1qHRi/Nf31annXcXHJjBKvgztnbn2TxH3xWrPBfgwHsOwZf0UmQWw==",
@@ -5103,7 +5103,7 @@
"npm:@push.rocks/smartupdate@^2.0.7", "npm:@push.rocks/smartupdate@^2.0.7",
"npm:@push.rocks/taskbuffer@^8.0.2", "npm:@push.rocks/taskbuffer@^8.0.2",
"npm:@serve.zone/api@^5.3.4", "npm:@serve.zone/api@^5.3.4",
"npm:@serve.zone/interfaces@^5.5.0" "npm:@serve.zone/interfaces@^5.10.0"
] ]
} }
} }