@todesktop/cli 1.11.4 → 1.11.5
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/README.md +4 -0
- package/dist/cli.js +2 -1
- package/dist/cli.js.map +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1188,6 +1188,10 @@ Now, when we build your app on ToDesktop servers, it will also run your custom `
|
|
|
1188
1188
|
|
|
1189
1189
|
## Changelog
|
|
1190
1190
|
|
|
1191
|
+
### v1.11.5
|
|
1192
|
+
|
|
1193
|
+
- The build ID is now logged on the CLI when in CI mode
|
|
1194
|
+
|
|
1191
1195
|
### v1.11.4
|
|
1192
1196
|
|
|
1193
1197
|
- Add support for `beforeBuild` hook.
|
package/dist/cli.js
CHANGED
|
@@ -2689,6 +2689,7 @@ async function runBuild({
|
|
|
2689
2689
|
} catch (e) {
|
|
2690
2690
|
throw addErrorMessage(e, "Failed while preparing new build");
|
|
2691
2691
|
}
|
|
2692
|
+
logForCI_default(`Retrieved build ID: ${buildId}`);
|
|
2692
2693
|
updateState({
|
|
2693
2694
|
preparationProgress: 0.05,
|
|
2694
2695
|
preparationStageLabel: "Uploading"
|
|
@@ -5461,7 +5462,7 @@ var package_default = {
|
|
|
5461
5462
|
access: "public"
|
|
5462
5463
|
},
|
|
5463
5464
|
name: "@todesktop/cli",
|
|
5464
|
-
version: "1.11.
|
|
5465
|
+
version: "1.11.4",
|
|
5465
5466
|
license: "MIT",
|
|
5466
5467
|
author: "Dave Jeffery <dave@todesktop.com> (http://www.todesktop.com/)",
|
|
5467
5468
|
homepage: "https://todesktop.com/cli",
|