grpc-test-cli
Advanced tools
Comparing version 1.5.0 to 1.6.0
@@ -9,3 +9,3 @@ const path = require('path'); | ||
linux_x64: 'linux_x86_64', | ||
win32_x64: 'windows_x86_64' | ||
win32_x64: 'win32_x86_64' | ||
}[`${process.platform}_${process.arch === 'ia32' ? 'x32' : process.arch}`]; | ||
@@ -12,0 +12,0 @@ |
@@ -28,3 +28,3 @@ const fs = require('fs') | ||
if(process.platform != 'win32') { | ||
if(platform != 'win32_x86_64') { | ||
@@ -31,0 +31,0 @@ const zipPath = path.join(outputPath, filename) |
{ | ||
"name": "grpc-test-cli", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
2370