@lodestar/logger 1.28.0-dev.eaa83aa741 → 1.28.0-dev.f55be17bd3
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
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"bugs": {
|
|
12
12
|
"url": "https://github.com/ChainSafe/lodestar/issues"
|
|
13
13
|
},
|
|
14
|
-
"version": "1.28.0-dev.
|
|
14
|
+
"version": "1.28.0-dev.f55be17bd3",
|
|
15
15
|
"type": "module",
|
|
16
16
|
"exports": {
|
|
17
17
|
".": {
|
|
@@ -56,24 +56,21 @@
|
|
|
56
56
|
"lint": "biome check src/ test/",
|
|
57
57
|
"lint:fix": "yarn run lint --write",
|
|
58
58
|
"test": "yarn test:unit && yarn test:e2e",
|
|
59
|
-
"test:unit": "vitest
|
|
60
|
-
"test:browsers": "
|
|
61
|
-
"test:
|
|
62
|
-
"test:browsers:firefox": "vitest --run --browser firefox --config ./vitest.browser.config.ts --dir test/unit",
|
|
63
|
-
"test:browsers:electron": "echo 'Electron tests will be introduced back in the future as soon vitest supports electron.'",
|
|
64
|
-
"test:e2e": "vitest --run --config vitest.e2e.config.ts --dir test/e2e",
|
|
59
|
+
"test:unit": "vitest run --dir test/unit/",
|
|
60
|
+
"test:browsers": "vitest run --config ./vitest.browser.config.ts --dir test/unit",
|
|
61
|
+
"test:e2e": "vitest run --config vitest.e2e.config.ts --dir test/e2e",
|
|
65
62
|
"check-readme": "typescript-docs-verifier"
|
|
66
63
|
},
|
|
67
64
|
"types": "lib/index.d.ts",
|
|
68
65
|
"dependencies": {
|
|
69
|
-
"@lodestar/utils": "1.28.0-dev.
|
|
66
|
+
"@lodestar/utils": "1.28.0-dev.f55be17bd3",
|
|
70
67
|
"winston": "^3.8.2",
|
|
71
68
|
"winston-daily-rotate-file": "^4.7.1",
|
|
72
69
|
"winston-transport": "^4.5.0"
|
|
73
70
|
},
|
|
74
71
|
"devDependencies": {
|
|
75
72
|
"@chainsafe/threads": "^1.11.1",
|
|
76
|
-
"@lodestar/test-utils": "1.28.0-dev.
|
|
73
|
+
"@lodestar/test-utils": "1.28.0-dev.f55be17bd3",
|
|
77
74
|
"@types/triple-beam": "^1.3.2",
|
|
78
75
|
"triple-beam": "^1.3.0"
|
|
79
76
|
},
|
|
@@ -83,5 +80,5 @@
|
|
|
83
80
|
"beacon",
|
|
84
81
|
"blockchain"
|
|
85
82
|
],
|
|
86
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "54f9104d7d7bbe34709d0011b500fdd14884d36c"
|
|
87
84
|
}
|