cx-protofetch
Advanced tools
Comparing version 0.0.28 to 0.1.0
@@ -9,3 +9,3 @@ const { Binary } = require('binary-install'); | ||
if (type === 'Windows_NT' && arch === 'x64') { | ||
return 'windows_amd64'; | ||
return 'x86_64-pc-windows-msvc'; | ||
} | ||
@@ -22,8 +22,7 @@ | ||
if (type === 'Darwin' && arch === 'x64') { | ||
return 'darwin_amd64'; | ||
return 'x86_64-apple-darwin'; | ||
} | ||
if (type === 'Darwin' && arch === 'arm64') { | ||
// This requires Rosetta | ||
return 'darwin_amd64'; | ||
return 'aarch64-apple-darwin'; | ||
} | ||
@@ -30,0 +29,0 @@ |
{ | ||
"name": "cx-protofetch", | ||
"version": "0.0.28", | ||
"version": "0.1.0", | ||
"description": "A source dependency management tool for Protobuf.", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/coralogix/protofetch.git", |
2697
45