defang 0.5.16 → 0.5.18
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/bin/installer.js +1 -1
- package/package.json +4 -4
package/bin/installer.js
CHANGED
|
@@ -7,7 +7,7 @@ const AdmZip = require("adm-zip");
|
|
|
7
7
|
const axios_1 = require("axios");
|
|
8
8
|
const fs_1 = require("fs");
|
|
9
9
|
async function downloadAppArchive(version, archiveFilename, outputPath) {
|
|
10
|
-
const repo = "
|
|
10
|
+
const repo = "DefangLabs/defang";
|
|
11
11
|
const downloadUrl = `https://github.com/${repo}/releases/download/v${version}/${archiveFilename}`;
|
|
12
12
|
const downloadTargetFile = path.join(outputPath, archiveFilename);
|
|
13
13
|
return downloadFile(downloadUrl, downloadTargetFile);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "defang",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.18",
|
|
4
4
|
"author": "Defang Software Labs Inc.",
|
|
5
5
|
"description": "CLI for the Defang Opinionated Platform",
|
|
6
6
|
"license": "MIT",
|
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
"defang": "./bin/cli.js"
|
|
9
9
|
},
|
|
10
10
|
"keywords": [],
|
|
11
|
-
"homepage": "https://github.com/
|
|
11
|
+
"homepage": "https://github.com/DefangLabs/defang#readme",
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|
|
14
|
-
"url": "git+https://github.com/
|
|
14
|
+
"url": "git+https://github.com/DefangLabs/defang.git"
|
|
15
15
|
},
|
|
16
16
|
"bugs": {
|
|
17
|
-
"url": "https://github.com/
|
|
17
|
+
"url": "https://github.com/DefangLabs/defang/issues"
|
|
18
18
|
},
|
|
19
19
|
"scripts": {
|
|
20
20
|
"build": "tsc",
|