@lodestar/utils 1.15.0-rc.0 → 1.16.0-dev.d6a7a3982b
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 +2 -3
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
|
+
"version": "1.16.0-dev.d6a7a3982b",
|
|
15
15
|
"type": "module",
|
|
16
16
|
"exports": "./lib/index.js",
|
|
17
17
|
"files": [
|
|
@@ -30,7 +30,6 @@
|
|
|
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
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",
|
|
@@ -59,5 +58,5 @@
|
|
|
59
58
|
"beacon",
|
|
60
59
|
"blockchain"
|
|
61
60
|
],
|
|
62
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "807422dde0a8b6e0d7fa6db72fe5c314ddec2418"
|
|
63
62
|
}
|