alurkerja-cli 1.0.13 → 1.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/index.js.backup +1 -1
- package/package.json +1 -1
- package/package.json.backup +1 -1
package/index.js
CHANGED
|
@@ -59,7 +59,7 @@ async function downloadBinary(version, platform) {
|
|
|
59
59
|
// Use GitLab raw file download with correct parameters
|
|
60
60
|
const downloadUrl = `${GITLAB_BASE}/-/raw/master/dist/${binaryName}?ref_type=heads&inline=false`;
|
|
61
61
|
|
|
62
|
-
console.log(`📥 Downloading Alurkerja CLI For ${platform.os}-${platform.arch} ${version}...`);
|
|
62
|
+
console.log(`📥 Downloading Alurkerja CLI For ${platform.os}-${platform.arch} ${downloadUrl} ${binaryName} ${version}...`);
|
|
63
63
|
|
|
64
64
|
// Ensure install directory exists
|
|
65
65
|
fs.mkdirSync(INSTALL_DIR, { recursive: true });
|
package/index.js.backup
CHANGED
|
@@ -59,7 +59,7 @@ async function downloadBinary(version, platform) {
|
|
|
59
59
|
// Use GitLab raw file download with correct parameters
|
|
60
60
|
const downloadUrl = `${GITLAB_BASE}/-/raw/master/dist/${binaryName}?ref_type=heads&inline=false`;
|
|
61
61
|
|
|
62
|
-
console.log(`📥 Downloading Alurkerja CLI For ${platform.os}-${platform.arch} ${version}...`);
|
|
62
|
+
console.log(`📥 Downloading Alurkerja CLI For ${platform.os}-${platform.arch} ${downloadUrl} ${binaryName} ${version}...`);
|
|
63
63
|
|
|
64
64
|
// Ensure install directory exists
|
|
65
65
|
fs.mkdirSync(INSTALL_DIR, { recursive: true });
|
package/package.json
CHANGED