protoc-gen-grpc-web
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "protoc-gen-grpc-web", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A protoc-gen-grpc-web binary for npm.", | ||
@@ -17,3 +17,3 @@ "main": "index.js", | ||
"scripts": { | ||
"postinstall": "node ./post-install.js" | ||
"postinstall": "node ./post-install.js" | ||
}, | ||
@@ -20,0 +20,0 @@ "dependencies": { |
@@ -7,3 +7,3 @@ const path = require('path'); | ||
const VERSION = '1.0.4'; | ||
const VERSION = '1.0.6'; | ||
const DL_PREFIX = 'https://github.com/grpc/grpc-web/releases/download/'; | ||
@@ -10,0 +10,0 @@ const BIN_DIR = path.resolve(__dirname, "bin"); |
2493
8