@todesktop/cli 1.18.3 → 1.19.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.
Files changed (4) hide show
  1. package/README.md +70 -2
  2. package/dist/cli.js +4179 -2246
  3. package/dist/cli.js.map +4 -4
  4. package/package.json +47 -43
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "name": "@todesktop/cli",
7
- "version": "1.18.3",
7
+ "version": "1.19.0-0",
8
8
  "license": "MIT",
9
9
  "author": "Dave Jeffery <dave@todesktop.com> (http://www.todesktop.com/)",
10
10
  "homepage": "https://todesktop.com/cli",
@@ -32,7 +32,7 @@
32
32
  "test": "ava",
33
33
  "test:e2e": "node test/output-snapshots/output.test.js",
34
34
  "test--watch": "npm test -- --watch",
35
- "typecheck": "tsc --noEmit"
35
+ "typecheck": "tsc --noEmit && tsc-strict"
36
36
  },
37
37
  "files": [
38
38
  "scripts/postinstall.js",
@@ -41,74 +41,78 @@
41
41
  ".env"
42
42
  ],
43
43
  "dependencies": {
44
- "@sentry/node": "^8.35.0",
45
- "ajv": "^8.11.2",
46
- "ajv-formats": "^2.1.1",
47
- "analytics-node": "^4.0.1",
48
- "archiver": "^5.2.0",
49
- "axios": "^1.7.7",
50
- "better-ajv-errors": "^1.2.0",
51
- "bunyan": "^1.8.14",
52
- "chalk": "^4.1.0",
53
- "commander": "^9.4.1",
54
- "conf": "^7.1.2",
55
- "date-fns": "^2.28.0",
56
- "del": "^6.0.0",
57
- "dotenv": "^8.2.0",
44
+ "@segment/analytics-node": "^2.3.0",
45
+ "@sentry/node": "^10.29.0",
46
+ "ajv": "^8.17.1",
47
+ "ajv-formats": "^3.0.1",
48
+ "archiver": "^7.0.1",
49
+ "axios": "^1.13.2",
50
+ "better-ajv-errors": "^2.0.2",
51
+ "bunyan": "^1.8.15",
52
+ "chalk": "^4.1.2",
53
+ "commander": "^14.0.2",
54
+ "conf": "^10.2.0",
55
+ "date-fns": "^4.1.0",
56
+ "del": "^6.1.1",
57
+ "dotenv": "^17.2.3",
58
58
  "du": "^1.0.0",
59
59
  "email-regex": "^4.0.0",
60
- "fast-glob": "^3.2.4",
61
- "final-form": "^4.20.1",
60
+ "fast-glob": "^3.3.3",
61
+ "final-form": "^5.0.0",
62
62
  "find-up": "^5.0.0",
63
- "firebase": "^11.9.1",
63
+ "firebase": "^12.6.0",
64
64
  "git-rev-sync": "^3.0.2",
65
65
  "ink": "^3.2.0",
66
66
  "ink-gradient": "^2.0.0",
67
- "ink-link": "^2.0.0",
68
- "ink-select-input": "^4.2.1",
69
- "ink-text-input": "^4.0.1",
70
- "is-ci": "^3.0.1",
71
- "is-installed-globally": "^0.3.2",
72
- "js-yaml": "^4.1.0",
67
+ "ink-link": "^2.0.1",
68
+ "ink-select-input": "^4.2.2",
69
+ "ink-text-input": "^4.0.3",
70
+ "is-ci": "^4.1.0",
71
+ "is-installed-globally": "^0.4.0",
72
+ "js-yaml": "^4.1.1",
73
73
  "latest-version": "^5.1.0",
74
74
  "lodash.merge": "^4.6.2",
75
75
  "lodash.throttle": "^4.1.1",
76
76
  "parse-author": "^2.0.0",
77
77
  "pkg-up": "^3.1.0",
78
- "pretty-bytes": "^5.4.1",
79
- "prop-types": "^15.7.2",
78
+ "pretty-bytes": "^5.6.0",
79
+ "prop-types": "^15.8.1",
80
80
  "react": "^17.0.2",
81
- "react-final-form": "^6.5.1",
82
- "semver": "^7.3.8",
81
+ "react-final-form": "^7.0.0",
82
+ "semver": "^7.7.3",
83
83
  "source-map-support": "^0.5.21",
84
84
  "stream-to-array": "^2.3.0",
85
- "superagent": "^7.1.3",
86
- "uuid": "^8.3.1",
85
+ "superagent": "^10.2.3",
86
+ "uuid": "^11.1.0",
87
+ "ws": "^8.18.3",
87
88
  "xdg-basedir": "^4.0.0"
88
89
  },
89
90
  "devDependencies": {
90
91
  "@todesktop/dev-config": "workspace:*",
91
- "@todesktop/shared": "^7.189.6",
92
- "@types/bunyan": "^1.8.6",
92
+ "@todesktop/shared": "^7.193.0",
93
+ "@types/bunyan": "^1.8.11",
94
+ "@types/ink-testing-library": "^1.0.4",
93
95
  "@types/is-ci": "^3.0.4",
94
- "@types/node": "^20.8.4",
95
- "@types/react": "^18.0.26",
96
- "ava": "^4.3.1",
96
+ "@types/node": "^24.10.2",
97
+ "@types/react": "^17.0.90",
98
+ "@types/semver": "^7.7.1",
99
+ "@types/ws": "^8.18.1",
100
+ "ava": "^5.3.1",
97
101
  "cp-cli": "^2.0.0",
98
- "esbuild": "^0.25.10",
99
- "esbuild-register": "^3.4.1",
102
+ "esbuild": "^0.27.1",
103
+ "esbuild-register": "^3.6.0",
100
104
  "eslint": "catalog:",
101
- "execa": "^4.0.3",
105
+ "execa": "^5.1.1",
102
106
  "extract-zip": "^2.0.1",
103
- "fs-extra": "^9.0.1",
104
- "ink-testing-library": "^2.1.0",
107
+ "fs-extra": "^11.3.2",
108
+ "ink-testing-library": "^4.0.0",
105
109
  "json-schema-to-typescript": "^15.0.4",
106
110
  "package-json-type": "^1.0.3",
107
111
  "prettier": "catalog:",
108
112
  "proxyquire": "^2.1.3",
109
- "sinon": "^9.0.3",
113
+ "sinon": "^21.0.0",
110
114
  "typescript": "catalog:",
111
- "typescript-strict-plugin": "^2.2.1"
115
+ "typescript-strict-plugin": "^2.4.4"
112
116
  },
113
117
  "ava": {
114
118
  "extensions": [