@lodestar/logger 1.28.0-dev.b785bbdedf → 1.28.0-dev.bddb386db4

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.
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  import { transports } from "winston";
3
2
  import { LogLevel, WinstonLogInfo } from "../interface.js";
4
3
  export declare class ConsoleDynamicLevel extends transports.Console {
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.b785bbdedf",
14
+ "version": "1.28.0-dev.bddb386db4",
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 --run --dir test/unit/",
60
- "test:browsers": "yarn test:browsers:chrome && yarn test:browsers:firefox && yarn test:browsers:electron",
61
- "test:browsers:chrome": "vitest --run --browser chrome --config ./vitest.browser.config.ts --dir test/unit",
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.b785bbdedf",
66
+ "@lodestar/utils": "1.28.0-dev.bddb386db4",
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.b785bbdedf",
73
+ "@lodestar/test-utils": "1.28.0-dev.bddb386db4",
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": "255091cb8cc31a6ce363d69d62d4c8c4cfd85a6f"
83
+ "gitHead": "d46e6d4397a56a83aafe0e3912ad23ea69f8e2e6"
87
84
  }