@todesktop/cli 1.11.0 → 1.11.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/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "name": "@todesktop/cli",
7
- "version": "1.11.0",
7
+ "version": "1.11.2",
8
8
  "license": "MIT",
9
9
  "author": "Dave Jeffery <dave@todesktop.com> (http://www.todesktop.com/)",
10
10
  "homepage": "https://todesktop.com/cli",
@@ -89,7 +89,7 @@
89
89
  "xdg-basedir": "^4.0.0"
90
90
  },
91
91
  "devDependencies": {
92
- "@todesktop/shared": "^7.188.80",
92
+ "@todesktop/shared": "^7.189.6",
93
93
  "@types/bunyan": "^1.8.6",
94
94
  "@types/is-ci": "^3.0.4",
95
95
  "@types/node": "^20.8.4",
@@ -211,6 +211,11 @@
211
211
  },
212
212
  "minLength": 3
213
213
  },
214
+ "imageVersion": {
215
+ "type": "string",
216
+ "minLength": 1,
217
+ "validSemver": {}
218
+ },
214
219
  "noSandbox": {
215
220
  "type": "boolean"
216
221
  }