@todesktop/cli 1.1.3 → 1.2.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.
@@ -18,6 +18,15 @@
18
18
  "path": "build.js",
19
19
  "subCommands": []
20
20
  },
21
+ {
22
+ "description": "",
23
+ "positionalArgs": [],
24
+ "args": [],
25
+ "isIndex": false,
26
+ "name": "logout",
27
+ "path": "logout.js",
28
+ "subCommands": []
29
+ },
21
30
  {
22
31
  "description": "View your builds",
23
32
  "positionalArgs": [
@@ -46,24 +55,6 @@
46
55
  "path": "builds.js",
47
56
  "subCommands": []
48
57
  },
49
- {
50
- "description": "",
51
- "positionalArgs": [],
52
- "args": [],
53
- "isIndex": false,
54
- "name": "whoami",
55
- "path": "whoami.js",
56
- "subCommands": []
57
- },
58
- {
59
- "description": "",
60
- "positionalArgs": [],
61
- "args": [],
62
- "isIndex": false,
63
- "name": "logout",
64
- "path": "logout.js",
65
- "subCommands": []
66
- },
67
58
  {
68
59
  "description": "Release a build",
69
60
  "positionalArgs": [
@@ -99,6 +90,15 @@
99
90
  "name": "release",
100
91
  "path": "release.js",
101
92
  "subCommands": []
93
+ },
94
+ {
95
+ "description": "",
96
+ "positionalArgs": [],
97
+ "args": [],
98
+ "isIndex": false,
99
+ "name": "whoami",
100
+ "path": "whoami.js",
101
+ "subCommands": []
102
102
  }
103
103
  ]
104
104
  }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "name": "@todesktop/cli",
7
- "version": "1.1.3",
7
+ "version": "1.2.0",
8
8
  "license": "MIT",
9
9
  "author": "Dave Jeffery <dave@todesktop.com> (http://www.todesktop.com/)",
10
10
  "homepage": "https://todesktop.com/cli",
@@ -37,12 +37,14 @@
37
37
  "README.md"
38
38
  ],
39
39
  "dependencies": {
40
+ "@babel/runtime": "^7.18.9",
40
41
  "@sentry/node": "^5.27.2",
41
42
  "ajv": "^6.12.6",
42
43
  "analytics-node": "^4.0.1",
43
44
  "archiver": "^5.2.0",
44
45
  "axios": "^0.21.1",
45
46
  "better-ajv-errors": "^1.2.0",
47
+ "blacklist": "^1.1.4",
46
48
  "bunyan": "^1.8.14",
47
49
  "camelcase-keys": "^5.2.0",
48
50
  "chalk": "^4.1.0",
@@ -61,7 +63,6 @@
61
63
  "ink": "^3.2.0",
62
64
  "ink-gradient": "^2.0.0",
63
65
  "ink-link": "^2.0.0",
64
- "ink-progress-bar": "^3.0.0",
65
66
  "ink-select-input": "^4.2.1",
66
67
  "ink-text-input": "^4.0.1",
67
68
  "is-ci": "^3.0.1",
@@ -145,5 +146,13 @@
145
146
  "pastel/parcel-bundler/deasync": "0.1.24",
146
147
  "ink": "3.2.0",
147
148
  "react": "17.0.2"
149
+ },
150
+ "packageExtensions": {
151
+ "ink-progress-bar@*": {
152
+ "dependencies": {
153
+ "react": "*",
154
+ "ink": "*"
155
+ }
156
+ }
148
157
  }
149
158
  }