@electrum-cash/web-socket 1.1.1-development.12712257157 → 1.1.1-development.12824377618

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@electrum-cash/web-socket",
3
- "version": "1.1.1-development.12712257157",
3
+ "version": "1.1.1-development.12824377618",
4
4
  "description": "@electrum-cash/web-socket implements the ElectrumSocket interface using web sockets.",
5
5
  "keywords": [
6
6
  "electrum",
@@ -32,7 +32,7 @@
32
32
  "build": "tsdown --clean --sourcemap source/index.ts",
33
33
  "analyze": "tsdown --clean --no-fixed-extension --sourcemap source/index.ts && esbuild-analyzer dist/",
34
34
  "docs": "typedoc --hideGenerator --categorizeByGroup",
35
- "lint": "eslint",
35
+ "style": "eslint",
36
36
  "syntax": "tsc --noEmit",
37
37
  "spellcheck": "cspell 'source/**' 'test/**' 'examples/**'",
38
38
  "test": "vitest --dir test/ --test-timeout=15000 --passWithNoTests --run --coverage"