@lodestar/utils 1.29.0 → 1.30.0-dev.c91cd9c141
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 +5 -5
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.30.0-dev.c91cd9c141",
|
|
15
15
|
"type": "module",
|
|
16
16
|
"exports": "./lib/index.js",
|
|
17
17
|
"files": [
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
"build:watch": "yarn run build --watch",
|
|
28
28
|
"build:release": "yarn clean && yarn build",
|
|
29
29
|
"check-build": "node -e \"(async function() { await import('./lib/index.js') })()\"",
|
|
30
|
-
"check-types": "tsc && vitest run --
|
|
30
|
+
"check-types": "tsc && vitest run --project types",
|
|
31
31
|
"lint": "biome check src/ test/",
|
|
32
32
|
"lint:fix": "yarn run lint --write",
|
|
33
|
-
"test:unit": "vitest run --
|
|
34
|
-
"test:browsers": "vitest run --
|
|
33
|
+
"test:unit": "vitest run --project unit",
|
|
34
|
+
"test:browsers": "vitest run --project browser",
|
|
35
35
|
"check-readme": "typescript-docs-verifier"
|
|
36
36
|
},
|
|
37
37
|
"types": "lib/index.d.ts",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"beacon",
|
|
54
54
|
"blockchain"
|
|
55
55
|
],
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "c391eec108c18441a2ecb37c5049afe265e513b1"
|
|
57
57
|
}
|