@todesktop/cli 0.28.2 → 1.1.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.
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "name": "@todesktop/cli",
7
- "version": "0.28.2",
7
+ "version": "1.1.1",
8
8
  "license": "MIT",
9
9
  "author": "Dave Jeffery <dave@todesktop.com> (http://www.todesktop.com/)",
10
10
  "homepage": "https://todesktop.com/cli",
@@ -15,10 +15,12 @@
15
15
  "todesktop": "./build/cli.js"
16
16
  },
17
17
  "engines": {
18
- "node": ">=8"
18
+ "node": ">=12"
19
19
  },
20
20
  "scripts": {
21
+ "prepare": "npx force-resolutions",
21
22
  "dev": "cp-cli dev.env .env && pastel dev",
23
+ "dev:prod": "cp-cli prod.env .env && pastel dev",
22
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",
23
25
  "lint": "eslint .",
24
26
  "lint--fix": "eslint . --fix",
@@ -39,9 +41,8 @@
39
41
  "ajv": "^6.12.6",
40
42
  "analytics-node": "^4.0.1",
41
43
  "archiver": "^5.2.0",
42
- "aws-sdk": "^2.730.0",
43
44
  "axios": "^0.21.1",
44
- "better-ajv-errors": "^0.6.7",
45
+ "better-ajv-errors": "^1.2.0",
45
46
  "bunyan": "^1.8.14",
46
47
  "camelcase-keys": "^5.2.0",
47
48
  "chalk": "^4.1.0",
@@ -55,7 +56,7 @@
55
56
  "fast-glob": "^3.2.4",
56
57
  "final-form": "^4.20.1",
57
58
  "find-up": "^5.0.0",
58
- "firebase": "^7.23.0",
59
+ "firebase": "^7.24.0",
59
60
  "git-rev-sync": "^3.0.2",
60
61
  "ink": "^3.2.0",
61
62
  "ink-gradient": "^2.0.0",
@@ -70,10 +71,11 @@
70
71
  "pkg-up": "^3.1.0",
71
72
  "pretty-bytes": "^5.4.1",
72
73
  "prop-types": "^15.7.2",
73
- "react": "^16.13.1",
74
+ "react": "^17.0.2",
74
75
  "react-final-form": "^6.5.1",
75
- "s3-upload-stream": "^1.0.7",
76
76
  "semver": "^7.3.2",
77
+ "stream-to-array": "^2.3.0",
78
+ "superagent": "^7.1.3",
77
79
  "uuid": "^8.3.1",
78
80
  "xdg-basedir": "^4.0.0",
79
81
  "yargs": "^15.4.1"
@@ -85,7 +87,7 @@
85
87
  "@babel/preset-env": "^7.11.5",
86
88
  "@babel/register": "^7.12.1",
87
89
  "@types/bunyan": "^1.8.6",
88
- "ava": "^3.12.1",
90
+ "ava": "^4.3.1",
89
91
  "babel-preset-es2015": "^6.24.1",
90
92
  "cp-cli": "^2.0.0",
91
93
  "cross-env": "^7.0.2",
@@ -111,7 +113,6 @@
111
113
  "sinon": "^9.0.3"
112
114
  },
113
115
  "ava": {
114
- "babel": true,
115
116
  "files": [
116
117
  "test/**/*.js",
117
118
  "!test/fixtures/**/*",
@@ -141,6 +142,8 @@
141
142
  }
142
143
  },
143
144
  "resolutions": {
144
- "pastel/parcel-bundler/deasync": "0.1.24"
145
+ "pastel/parcel-bundler/deasync": "0.1.24",
146
+ "ink": "3.2.0",
147
+ "react": "17.0.2"
145
148
  }
146
149
  }