@todesktop/cli 1.18.2 → 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.
- package/README.md +76 -2
- package/dist/cli.js +4258 -2253
- package/dist/cli.js.map +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.
|
|
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
|
-
"@
|
|
45
|
-
"
|
|
46
|
-
"ajv
|
|
47
|
-
"
|
|
48
|
-
"archiver": "^
|
|
49
|
-
"axios": "^1.
|
|
50
|
-
"better-ajv-errors": "^
|
|
51
|
-
"bunyan": "^1.8.
|
|
52
|
-
"chalk": "^4.1.
|
|
53
|
-
"commander": "^
|
|
54
|
-
"conf": "^
|
|
55
|
-
"date-fns": "^
|
|
56
|
-
"del": "^6.
|
|
57
|
-
"dotenv": "^
|
|
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.
|
|
61
|
-
"final-form": "^
|
|
60
|
+
"fast-glob": "^3.3.3",
|
|
61
|
+
"final-form": "^5.0.0",
|
|
62
62
|
"find-up": "^5.0.0",
|
|
63
|
-
"firebase": "^
|
|
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.
|
|
68
|
-
"ink-select-input": "^4.2.
|
|
69
|
-
"ink-text-input": "^4.0.
|
|
70
|
-
"is-ci": "^
|
|
71
|
-
"is-installed-globally": "^0.
|
|
72
|
-
"js-yaml": "^4.1.
|
|
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.
|
|
79
|
-
"prop-types": "^15.
|
|
78
|
+
"pretty-bytes": "^5.6.0",
|
|
79
|
+
"prop-types": "^15.8.1",
|
|
80
80
|
"react": "^17.0.2",
|
|
81
|
-
"react-final-form": "^
|
|
82
|
-
"semver": "^7.3
|
|
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": "^
|
|
86
|
-
"uuid": "^
|
|
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.
|
|
92
|
-
"@types/bunyan": "^1.8.
|
|
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": "^
|
|
95
|
-
"@types/react": "^
|
|
96
|
-
"
|
|
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.
|
|
99
|
-
"esbuild-register": "^3.
|
|
102
|
+
"esbuild": "^0.27.1",
|
|
103
|
+
"esbuild-register": "^3.6.0",
|
|
100
104
|
"eslint": "catalog:",
|
|
101
|
-
"execa": "^
|
|
105
|
+
"execa": "^5.1.1",
|
|
102
106
|
"extract-zip": "^2.0.1",
|
|
103
|
-
"fs-extra": "^
|
|
104
|
-
"ink-testing-library": "^
|
|
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": "^
|
|
113
|
+
"sinon": "^21.0.0",
|
|
110
114
|
"typescript": "catalog:",
|
|
111
|
-
"typescript-strict-plugin": "^2.
|
|
115
|
+
"typescript-strict-plugin": "^2.4.4"
|
|
112
116
|
},
|
|
113
117
|
"ava": {
|
|
114
118
|
"extensions": [
|