hugo-extended
Advanced tools
Comparing version 0.101.0 to 0.102.0
@@ -67,7 +67,7 @@ import path from "path"; | ||
const filename = | ||
// macOS | ||
// macOS: as of 0.102.0, binaries are universal | ||
platform === "darwin" && arch === "x64" ? | ||
`hugo_extended_${version}_macOS-64bit.tar.gz` : | ||
`hugo_extended_${version}_macOS-universal.tar.gz` : | ||
platform === "darwin" && arch === "arm64" ? | ||
`hugo_extended_${version}_macOS-ARM64.tar.gz` : | ||
`hugo_extended_${version}_macOS-universal.tar.gz` : | ||
@@ -77,6 +77,2 @@ // Windows | ||
`hugo_extended_${version}_Windows-64bit.zip` : | ||
platform === "win32" && arch.endsWith("32") ? | ||
`hugo_${version}_Windows-32bit.zip` : | ||
platform === "win32" && arch === "arm" ? | ||
`hugo_${version}_Windows-ARM.zip` : | ||
platform === "win32" && arch === "arm64" ? | ||
@@ -88,8 +84,4 @@ `hugo_${version}_Windows-ARM64.zip` : | ||
`hugo_extended_${version}_Linux-64bit.tar.gz` : | ||
platform === "linux" && arch.endsWith("32") ? | ||
`hugo_${version}_Linux-32bit.tar.gz` : | ||
platform === "linux" && arch === "arm" ? | ||
`hugo_${version}_Linux-ARM.tar.gz` : | ||
platform === "linux" && arch === "arm64" ? | ||
`hugo_${version}_Linux-ARM64.tar.gz` : | ||
`hugo_extended_${version}_Linux-ARM64.tar.gz` : | ||
@@ -96,0 +88,0 @@ // FreeBSD |
{ | ||
"name": "hugo-extended", | ||
"version": "0.101.0", | ||
"version": "0.102.0", | ||
"description": "✏️ Plug-and-play binary wrapper for Hugo Extended, the awesomest static-site generator.", | ||
@@ -37,3 +37,3 @@ "license": "MIT", | ||
"del": "^6.1.1", | ||
"eslint": "^8.17.0", | ||
"eslint": "^8.23.0", | ||
"mocha": "^9.2.2" | ||
@@ -40,0 +40,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13448
180