@todesktop/cli 1.1.2 → 1.1.3

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": "1.1.2",
7
+ "version": "1.1.3",
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",
@@ -63,6 +64,7 @@
63
64
  "ink-progress-bar": "^3.0.0",
64
65
  "ink-select-input": "^4.2.1",
65
66
  "ink-text-input": "^4.0.1",
67
+ "is-ci": "^3.0.1",
66
68
  "is-installed-globally": "^0.3.2",
67
69
  "latest-version": "^5.1.0",
68
70
  "lodash.throttle": "^4.1.1",
@@ -104,7 +106,6 @@
104
106
  "extract-zip": "^2.0.1",
105
107
  "fs-extra": "^9.0.1",
106
108
  "husky": "^4.3.0",
107
- "is-ci": "^2.0.0",
108
109
  "lint-staged": "^10.2.11",
109
110
  "pastel": "^1.1.1",
110
111
  "prettier": "^2.1.2",
@@ -136,7 +137,7 @@
136
137
  "overrides": {
137
138
  "pastel": {
138
139
  "parcel-bundler": {
139
- "deasync": "0.1.24"
140
+ "deasync": "0.1.27"
140
141
  }
141
142
  }
142
143
  },