@todesktop/cli 1.19.1-1 → 1.20.0-0

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 CHANGED
@@ -48,7 +48,7 @@ Create a `todesktop.json` file in the root of your Electron project.
48
48
 
49
49
  ```json
50
50
  {
51
- "$schema": "https://unpkg.com/@todesktop/cli@1.19.1-1/schemas/schema.json",
51
+ "$schema": "https://unpkg.com/@todesktop/cli@1.20.0-0/schemas/schema.json",
52
52
  "schemaVersion": 1
53
53
  "id": "your-todesktop-id",
54
54
  "icon": "./desktop-icon.png",
@@ -413,7 +413,7 @@ To enable JSON validation and IntelliSense for your `todesktop.json` file in com
413
413
  - For example, if using a hosted version of the schema:
414
414
  ```json
415
415
  {
416
- "$schema": "https://unpkg.com/@todesktop/cli@1.19.1-1/schemas/schema.json",
416
+ "$schema": "https://unpkg.com/@todesktop/cli@1.20.0-0/schemas/schema.json",
417
417
  "id": "your-todesktop-id"
418
418
  }
419
419
  ```
package/dist/cli.js CHANGED
@@ -8688,7 +8688,7 @@ var package_default = {
8688
8688
  access: "public"
8689
8689
  },
8690
8690
  name: "@todesktop/cli",
8691
- version: "1.19.1-1",
8691
+ version: "1.20.0-0",
8692
8692
  license: "MIT",
8693
8693
  author: "Dave Jeffery <dave@todesktop.com> (http://www.todesktop.com/)",
8694
8694
  homepage: "https://todesktop.com/cli",