@lodestar/utils 1.14.0 → 1.15.0-dev.01d47b9a09

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 +3 -4
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "bugs": {
12
12
  "url": "https://github.com/ChainSafe/lodestar/issues"
13
13
  },
14
- "version": "1.14.0",
14
+ "version": "1.15.0-dev.01d47b9a09",
15
15
  "type": "module",
16
16
  "exports": "./lib/index.js",
17
17
  "files": [
@@ -30,8 +30,7 @@
30
30
  "check-types": "tsc && vitest --run --typecheck --dir test/types/",
31
31
  "lint": "eslint --color --ext .ts src/ test/",
32
32
  "lint:fix": "yarn run lint --fix",
33
- "pretest": "yarn run check-types",
34
- "test:unit": "vitest --run --dir test/unit/ --coverage",
33
+ "test:unit": "vitest --run --dir test/unit",
35
34
  "test:browsers": "yarn test:browsers:chrome && yarn test:browsers:firefox && yarn test:browsers:electron",
36
35
  "test:browsers:chrome": "vitest --run --browser chrome --config ./vitest.browser.config.ts --dir test/unit",
37
36
  "test:browsers:firefox": "vitest --run --browser firefox --config ./vitest.browser.config.ts --dir test/unit",
@@ -59,5 +58,5 @@
59
58
  "beacon",
60
59
  "blockchain"
61
60
  ],
62
- "gitHead": "5ac2fae42a7aaf9e2cae7d9af88a4cb4d6f65c48"
61
+ "gitHead": "f12b6d44705971e0379e5d97af2150d64a18c63b"
63
62
  }