@todesktop/cli 1.1.4 → 1.2.1

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.
@@ -19,16 +19,7 @@
19
19
  "subCommands": []
20
20
  },
21
21
  {
22
- "description": "",
23
- "positionalArgs": [],
24
- "args": [],
25
- "isIndex": false,
26
- "name": "logout",
27
- "path": "logout.js",
28
- "subCommands": []
29
- },
30
- {
31
- "description": "Release a build",
22
+ "description": "View your builds",
32
23
  "positionalArgs": [
33
24
  "id"
34
25
  ],
@@ -36,35 +27,36 @@
36
27
  {
37
28
  "key": "id",
38
29
  "type": "string",
39
- "description": "A specific build ID to release",
30
+ "description": "View a specific build by ID",
40
31
  "isRequired": false,
41
32
  "aliases": [],
42
33
  "positional": true
43
34
  },
44
- {
45
- "key": "force",
46
- "type": "boolean",
47
- "description": "Skips interactive confirmation step",
48
- "isRequired": false,
49
- "aliases": [],
50
- "positional": false
51
- },
52
35
  {
53
36
  "key": "latest",
54
37
  "type": "boolean",
55
- "description": "Release the latest build",
38
+ "description": "View the latest build",
56
39
  "isRequired": false,
57
40
  "aliases": [],
58
41
  "positional": false
59
42
  }
60
43
  ],
61
44
  "isIndex": false,
62
- "name": "release",
63
- "path": "release.js",
45
+ "name": "builds",
46
+ "path": "builds.js",
64
47
  "subCommands": []
65
48
  },
66
49
  {
67
- "description": "View your builds",
50
+ "description": "",
51
+ "positionalArgs": [],
52
+ "args": [],
53
+ "isIndex": false,
54
+ "name": "logout",
55
+ "path": "logout.js",
56
+ "subCommands": []
57
+ },
58
+ {
59
+ "description": "Release a build",
68
60
  "positionalArgs": [
69
61
  "id"
70
62
  ],
@@ -72,23 +64,31 @@
72
64
  {
73
65
  "key": "id",
74
66
  "type": "string",
75
- "description": "View a specific build by ID",
67
+ "description": "A specific build ID to release",
76
68
  "isRequired": false,
77
69
  "aliases": [],
78
70
  "positional": true
79
71
  },
72
+ {
73
+ "key": "force",
74
+ "type": "boolean",
75
+ "description": "Skips interactive confirmation step",
76
+ "isRequired": false,
77
+ "aliases": [],
78
+ "positional": false
79
+ },
80
80
  {
81
81
  "key": "latest",
82
82
  "type": "boolean",
83
- "description": "View the latest build",
83
+ "description": "Release the latest build",
84
84
  "isRequired": false,
85
85
  "aliases": [],
86
86
  "positional": false
87
87
  }
88
88
  ],
89
89
  "isIndex": false,
90
- "name": "builds",
91
- "path": "builds.js",
90
+ "name": "release",
91
+ "path": "release.js",
92
92
  "subCommands": []
93
93
  },
94
94
  {
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "name": "@todesktop/cli",
7
- "version": "1.1.4",
7
+ "version": "1.2.1",
8
8
  "license": "MIT",
9
9
  "author": "Dave Jeffery <dave@todesktop.com> (http://www.todesktop.com/)",
10
10
  "homepage": "https://todesktop.com/cli",
@@ -18,6 +18,7 @@
18
18
  "node": ">=12"
19
19
  },
20
20
  "scripts": {
21
+ "prepublishOnly": "npx force-resolutions",
21
22
  "dev": "cp-cli dev.env .env && pastel dev",
22
23
  "dev:prod": "cp-cli prod.env .env && pastel dev",
23
24
  "build": "cross-env NODE_ENV=production pastel build && cp-cli prod.env .env && cp node_modules/pastel/boot.js build/boot.js && sed -i'.bak' 's@pastel\\/boot@.\\/boot@g' build/cli.js",
@@ -43,6 +44,7 @@
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",