@lodestar/utils 1.41.0-dev.bb273175f2 → 1.41.0-dev.be5acbb8f7

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.
@@ -18,5 +18,5 @@ export declare function fromHex(hex: string): Uint8Array;
18
18
  * and Buffer.compare for larger arrays where native code wins.
19
19
  */
20
20
  export declare function byteArrayEquals(a: Uint8Array, b: Uint8Array): boolean;
21
- export { bigIntToBytes, bytesToBigInt, bytesToInt, fromHexInto, intToBytes, toHexString, xor } from "./browser.ts";
21
+ export { bigIntToBytes, bytesToBigInt, bytesToInt, fromHexInto, intToBytes, toHexString, xor } from "./browser.js";
22
22
  //# sourceMappingURL=nodejs.d.ts.map
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.41.0-dev.bb273175f2",
14
+ "version": "1.41.0-dev.be5acbb8f7",
15
15
  "type": "module",
16
16
  "exports": {
17
17
  ".": {
@@ -64,5 +64,5 @@
64
64
  "beacon",
65
65
  "blockchain"
66
66
  ],
67
- "gitHead": "33bc8284a7ac0a15d6b6dac387bd5567f819ed19"
67
+ "gitHead": "daf32e31b38dd272b28016e37de0d0419ce72864"
68
68
  }
@@ -89,4 +89,4 @@ export function byteArrayEquals(a: Uint8Array, b: Uint8Array): boolean {
89
89
  return Buffer.compare(a, b) === 0;
90
90
  }
91
91
 
92
- export {bigIntToBytes, bytesToBigInt, bytesToInt, fromHexInto, intToBytes, toHexString, xor} from "./browser.ts";
92
+ export {bigIntToBytes, bytesToBigInt, bytesToInt, fromHexInto, intToBytes, toHexString, xor} from "./browser.js";