add reflection service to valut

This commit is contained in:
iamBadgers
2025-06-12 19:28:42 -07:00
parent a4be179faf
commit 39a3783ebd
5 changed files with 383 additions and 238 deletions

View File

@@ -10,6 +10,8 @@
"license": "ISC",
"dependencies": {
"@grpc/grpc-js": "^1.13.4",
"@grpc/proto-loader": "^0.7.15",
"@grpc/reflection": "^1.0.4",
"@protobuf-ts/protoc": "^2.11.0",
"express": "^5.1.0",
"google-protobuf": "^3.21.4",
@@ -260,6 +262,19 @@
"node": ">=6"
}
},
"node_modules/@grpc/reflection": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/@grpc/reflection/-/reflection-1.0.4.tgz",
"integrity": "sha512-znA8v4AviOD3OPOxy11pxrtP8k8DanpefeTymS8iGW1fVr1U2cHuzfhYqDPHnVNDf4qvF9E25KtSihPy2DBWfQ==",
"license": "Apache-2.0",
"dependencies": {
"@grpc/proto-loader": "^0.7.13",
"protobufjs": "^7.2.5"
},
"peerDependencies": {
"@grpc/grpc-js": "^1.8.21"
}
},
"node_modules/@humanfs/core": {
"version": "0.19.1",
"resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",