@_xtribe/cli 2.2.47 → 2.2.48
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/install-tribe.js +2 -2
- package/package.json +1 -1
package/install-tribe.js
CHANGED
|
@@ -93,7 +93,7 @@ async function installTribeCLI() {
|
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
// Download from GitHub
|
|
96
|
-
const githubRepo = 'TRIBE-INC/
|
|
96
|
+
const githubRepo = 'TRIBE-INC/releases';
|
|
97
97
|
const downloadUrl = `https://github.com/${githubRepo}/releases/latest/download/tribe-${platform}-${arch}`;
|
|
98
98
|
|
|
99
99
|
await downloadFile(downloadUrl, tribeDest);
|
|
@@ -154,7 +154,7 @@ async function installTribeCLIQuiet() {
|
|
|
154
154
|
}
|
|
155
155
|
|
|
156
156
|
// Download from GitHub
|
|
157
|
-
const githubRepo = 'TRIBE-INC/
|
|
157
|
+
const githubRepo = 'TRIBE-INC/releases';
|
|
158
158
|
const downloadUrl = `https://github.com/${githubRepo}/releases/latest/download/tribe-${platform}-${arch}`;
|
|
159
159
|
|
|
160
160
|
await downloadFile(downloadUrl, tribeDest);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@_xtribe/cli",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.48",
|
|
4
4
|
"description": "TRIBE - Privacy-first AI development analytics. Self-host your telemetry, skip authentication, or run completely offline. Your data stays on your machine.",
|
|
5
5
|
"main": "install-tribe.js",
|
|
6
6
|
"bin": {
|