@todesktop/cli 1.6.2-2 → 1.6.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.
Files changed (3) hide show
  1. package/README.md +12 -0
  2. package/dist/cli.js +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -883,6 +883,18 @@ Now you can run `npm run todesktop-build` to build the production app. Or you ca
883
883
 
884
884
  ## Changelog
885
885
 
886
+ ### v1.6.2
887
+
888
+ - Add support for specifying custom `nodeVersion` in config
889
+
890
+ ### v1.6.1
891
+
892
+ - Add support for specifying `windows.nsisInclude` in config
893
+
894
+ ### v1.6.0
895
+
896
+ - Codebase refactored and converted to typescript
897
+
886
898
  ### v1.5.1
887
899
 
888
900
  - Add support for `--exit` flag for `todesktop builds`.
package/dist/cli.js CHANGED
@@ -4192,7 +4192,7 @@ var package_default = {
4192
4192
  access: "public"
4193
4193
  },
4194
4194
  name: "@todesktop/cli",
4195
- version: "1.6.2-1",
4195
+ version: "1.6.2-2",
4196
4196
  license: "MIT",
4197
4197
  author: "Dave Jeffery <dave@todesktop.com> (http://www.todesktop.com/)",
4198
4198
  homepage: "https://todesktop.com/cli",
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "name": "@todesktop/cli",
7
- "version": "1.6.2-2",
7
+ "version": "1.6.2",
8
8
  "license": "MIT",
9
9
  "author": "Dave Jeffery <dave@todesktop.com> (http://www.todesktop.com/)",
10
10
  "homepage": "https://todesktop.com/cli",