@lodestar/types 1.30.0-dev.2a4f1bcd49 → 1.30.0-dev.dd729f5ece

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.
Files changed (1) hide show
  1. package/package.json +7 -7
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.30.0-dev.2a4f1bcd49",
14
+ "version": "1.30.0-dev.dd729f5ece",
15
15
  "type": "module",
16
16
  "exports": {
17
17
  ".": {
@@ -62,16 +62,16 @@
62
62
  "lint": "biome check src/ test/",
63
63
  "lint:fix": "yarn run lint --write",
64
64
  "test": "yarn test:unit",
65
- "test:constants:minimal": "LODESTAR_PRESET=minimal vitest run --dir test/constants/",
66
- "test:constants:mainnet": "LODESTAR_PRESET=mainnet vitest run --dir test/constants/",
67
- "test:unit": "wrapper() { yarn test:constants:minimal $@ && yarn test:constants:mainnet $@ && LODESTAR_PRESET=mainnet vitest run --dir test/unit/ $@; }; wrapper",
68
- "test:browsers": "vitest run --config ./vitest.browser.config.ts --dir test/unit",
65
+ "test:constants:minimal": "vitest run --project constants",
66
+ "test:constants:mainnet": "vitest run --project constants-mainnet",
67
+ "test:unit": "wrapper() { yarn test:constants:minimal $@ && yarn test:constants:mainnet $@ && LODESTAR_PRESET=mainnet vitest run --project unit $@; }; wrapper",
68
+ "test:browsers": "vitest run --project browser",
69
69
  "check-readme": "typescript-docs-verifier"
70
70
  },
71
71
  "types": "lib/index.d.ts",
72
72
  "dependencies": {
73
73
  "@chainsafe/ssz": "^1.2.0",
74
- "@lodestar/params": "1.30.0-dev.2a4f1bcd49",
74
+ "@lodestar/params": "1.30.0-dev.dd729f5ece",
75
75
  "ethereum-cryptography": "^2.0.0"
76
76
  },
77
77
  "keywords": [
@@ -80,5 +80,5 @@
80
80
  "beacon",
81
81
  "blockchain"
82
82
  ],
83
- "gitHead": "8848b012a236a861c2e37aa162354b0217f8ff31"
83
+ "gitHead": "b3a476ce83a58769cd2bd50d528fe69acb61f5cd"
84
84
  }