@lodestar/spec-test-util 1.28.0-dev.a25ea77834 → 1.28.0-dev.b2ebe4921b
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/lib/sszGeneric.d.ts +1 -2
- package/package.json +3 -3
package/lib/sszGeneric.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
1
|
export type ValidTestCaseData = {
|
|
3
2
|
root: string;
|
|
4
3
|
serialized: Uint8Array;
|
|
@@ -15,7 +14,7 @@ export declare function parseSszValidTestcase(dirpath: string, metaFilename: str
|
|
|
15
14
|
* Docs: https://github.com/ethereum/eth2.0-specs/blob/master/tests/formats/ssz_generic/README.md
|
|
16
15
|
*/
|
|
17
16
|
export declare function parseSszGenericInvalidTestcase(dirpath: string): {
|
|
18
|
-
serialized: Buffer
|
|
17
|
+
serialized: Buffer<ArrayBufferLike>;
|
|
19
18
|
};
|
|
20
19
|
export declare function readYamlNumbersAsStrings(yamlStr: string): unknown;
|
|
21
20
|
//# sourceMappingURL=sszGeneric.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lodestar/spec-test-util",
|
|
3
|
-
"version": "1.28.0-dev.
|
|
3
|
+
"version": "1.28.0-dev.b2ebe4921b",
|
|
4
4
|
"description": "Spec test suite generator from yaml test files",
|
|
5
5
|
"author": "ChainSafe Systems",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"blockchain"
|
|
63
63
|
],
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@lodestar/utils": "1.28.0-dev.
|
|
65
|
+
"@lodestar/utils": "1.28.0-dev.b2ebe4921b",
|
|
66
66
|
"axios": "^1.3.4",
|
|
67
67
|
"rimraf": "^4.4.1",
|
|
68
68
|
"snappyjs": "^0.7.0",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"peerDependencies": {
|
|
76
76
|
"vitest": "^2.0.4"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "197ac0b79856d0cc03f961826e7519b2e4b88680"
|
|
79
79
|
}
|