@todesktop/cli 1.7.0 → 1.7.2

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.7.0",
7
+ "version": "1.7.2",
8
8
  "license": "MIT",
9
9
  "author": "Dave Jeffery <dave@todesktop.com> (http://www.todesktop.com/)",
10
10
  "homepage": "https://todesktop.com/cli",
@@ -21,10 +21,10 @@
21
21
  "dev": "cp-cli dev.env .env && npm run build:dev && npm link",
22
22
  "dev:prod": "cp-cli prod.env .env && npm run build && npm link",
23
23
  "build": "esbuild src/index.ts --packages=external --bundle --sourcemap --platform=node --outfile=dist/cli.js && cp-cli prod.env .env",
24
- "build:dev": "esbuild src/index.ts --packages=external --bundle --sourcemap --platform=node --outfile=dist/cli.js && cp-cli prod.env .env",
24
+ "build:dev": "esbuild src/index.ts --packages=external --bundle --sourcemap --platform=node --outfile=dist/cli.js && cp-cli dev.env .env",
25
25
  "lint": "npm run lint:types && npm run lint:styles",
26
- "lint:styles": "eslint src test .eslintrc.js",
27
- "lint:types": "tsc",
26
+ "lint:styles": "eslint src test .eslintrc.js && prettier --check .",
27
+ "lint:types": "tsc && tsc-strict",
28
28
  "lint--fix": "eslint src test --fix",
29
29
  "release": "npm run build && npx np --tag=latest",
30
30
  "release-beta": "npm run build && npx np --any-branch --no-tests --tag=beta",
@@ -84,7 +84,7 @@
84
84
  "xdg-basedir": "^4.0.0"
85
85
  },
86
86
  "devDependencies": {
87
- "@todesktop/shared": "^7.179.0",
87
+ "@todesktop/shared": "^7.180.0",
88
88
  "@types/bunyan": "^1.8.6",
89
89
  "@types/react": "^18.0.26",
90
90
  "@typescript-eslint/eslint-plugin": "^5.46.1",
@@ -111,7 +111,8 @@
111
111
  "prettier": "^2.8.1",
112
112
  "proxyquire": "^2.1.3",
113
113
  "sinon": "^9.0.3",
114
- "typescript": "^4.9.4"
114
+ "typescript": "^4.9.4",
115
+ "typescript-strict-plugin": "^2.1.0"
115
116
  },
116
117
  "ava": {
117
118
  "extensions": [