@dlghq/grpc-web-gateway-signaling
Advanced tools
Comparing version 1.0.0-beta.18 to 1.0.0-beta.23
{ | ||
"name": "@dlghq/grpc-web-gateway-signaling", | ||
"version": "1.0.0-beta.18", | ||
"version": "1.0.0-beta.23", | ||
"description": "Signaling for grpc web gateway and its clients", | ||
"main": "signaling.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"generate-api": "pbjs -t static-module -o client/api.gen.js proto/*.proto" | ||
}, | ||
@@ -21,3 +22,3 @@ "repository": { | ||
"homepage": "https://github.com/dialogs/grpc-web-gateway#readme", | ||
"gitHead": "4b83dd1173ac56a55f0c800ca65460c8b264f59c" | ||
"gitHead": "899b68d63ff941b5c1fb03c68a97ed64f424e620" | ||
} |
170562