@todesktop/cli 1.9.5 → 1.9.6
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 +1 -1
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1117,7 +1117,7 @@ Now, when we build your app on ToDesktop servers, it will also run your custom `
|
|
|
1117
1117
|
|
|
1118
1118
|
## Changelog
|
|
1119
1119
|
|
|
1120
|
-
### v1.9.
|
|
1120
|
+
### v1.9.6
|
|
1121
1121
|
|
|
1122
1122
|
- Add support for `mas.x64ArchFiles` in config.
|
|
1123
1123
|
- Fix: Build is only recognised as ongoing if it was created in the last 24 hours.
|
package/dist/cli.js
CHANGED
|
@@ -5285,7 +5285,7 @@ var package_default = {
|
|
|
5285
5285
|
access: "public"
|
|
5286
5286
|
},
|
|
5287
5287
|
name: "@todesktop/cli",
|
|
5288
|
-
version: "1.9.
|
|
5288
|
+
version: "1.9.6-0",
|
|
5289
5289
|
license: "MIT",
|
|
5290
5290
|
author: "Dave Jeffery <dave@todesktop.com> (http://www.todesktop.com/)",
|
|
5291
5291
|
homepage: "https://todesktop.com/cli",
|
package/package.json
CHANGED