@hyperlane-xyz/utils 8.0.0-beta.0 → 8.1.0

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/dist/ids.d.ts CHANGED
@@ -8,7 +8,7 @@ import { BytesLike } from 'ethers';
8
8
  */
9
9
  export declare function canonizeId(data: BytesLike): Uint8Array;
10
10
  /**
11
- * Converts an Hyperlane ID of 20 or 32 bytes to the corresponding EVM Address.
11
+ * Converts a Hyperlane ID of 20 or 32 bytes to the corresponding EVM Address.
12
12
  *
13
13
  * For 32-byte IDs this enforces the EVM convention of using the LAST 20 bytes.
14
14
  *
package/dist/ids.js CHANGED
@@ -19,7 +19,7 @@ export function canonizeId(data) {
19
19
  return utils.zeroPad(buf, 32);
20
20
  }
21
21
  /**
22
- * Converts an Hyperlane ID of 20 or 32 bytes to the corresponding EVM Address.
22
+ * Converts a Hyperlane ID of 20 or 32 bytes to the corresponding EVM Address.
23
23
  *
24
24
  * For 32-byte IDs this enforces the EVM convention of using the LAST 20 bytes.
25
25
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hyperlane-xyz/utils",
3
3
  "description": "General utilities and types for the Hyperlane network",
4
- "version": "8.0.0-beta.0",
4
+ "version": "8.1.0",
5
5
  "dependencies": {
6
6
  "@cosmjs/encoding": "^0.32.4",
7
7
  "@solana/web3.js": "^1.95.4",