@todesktop/cli 1.10.0 → 1.10.2
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 +9 -0
- package/dist/cli.js +501 -388
- package/dist/cli.js.map +3 -3
- package/package.json +5 -2
- package/schemas/schema.json +541 -0
- package/scripts/postinstall.js +19 -0
package/README.md
CHANGED
|
@@ -1125,6 +1125,15 @@ Now, when we build your app on ToDesktop servers, it will also run your custom `
|
|
|
1125
1125
|
|
|
1126
1126
|
## Changelog
|
|
1127
1127
|
|
|
1128
|
+
### v1.10.2
|
|
1129
|
+
|
|
1130
|
+
- Add support for JSON validation and Intellisense of todesktop.json files
|
|
1131
|
+
- Fix: format error properly when attempting log in with enviornment variables
|
|
1132
|
+
|
|
1133
|
+
### v1.10.1
|
|
1134
|
+
|
|
1135
|
+
- Fix: add JSON schema for missing `todesktop.json` properties
|
|
1136
|
+
|
|
1128
1137
|
### v1.10.0
|
|
1129
1138
|
|
|
1130
1139
|
- Throw error if unsupported properties are provided in `todesktop.json`
|