@lodestar/utils 1.45.0-dev.f535421f29 → 1.45.0-dev.f6c521a123
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 +4 -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.45.0-dev.
|
|
14
|
+
"version": "1.45.0-dev.f6c521a123",
|
|
15
15
|
"type": "module",
|
|
16
16
|
"exports": {
|
|
17
17
|
".": {
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
"lint:fix": "pnpm run lint --write",
|
|
43
43
|
"test:unit": "vitest run --project unit --project unit-minimal",
|
|
44
44
|
"test:browsers": "vitest run --project browser",
|
|
45
|
-
"check-readme": "pnpm exec
|
|
45
|
+
"check-readme": "pnpm exec tsx ../../scripts/check_readme.ts"
|
|
46
46
|
},
|
|
47
47
|
"types": "lib/index.d.ts",
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@chainsafe/as-sha256": "^1.2.
|
|
49
|
+
"@chainsafe/as-sha256": "^1.2.4",
|
|
50
50
|
"@vekexasia/bigint-buffer2": "^1.1.1",
|
|
51
51
|
"any-signal": "^4.1.1",
|
|
52
52
|
"case": "^1.6.3",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"beacon",
|
|
64
64
|
"blockchain"
|
|
65
65
|
],
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "836ce941ad110f43d141e120332adf2bb531be52"
|
|
67
67
|
}
|