@hyperlane-xyz/sdk 25.3.1 → 25.3.2

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.
@@ -7,7 +7,7 @@ export declare const WarpRouteDeployConfigSchemaErrors: {
7
7
  NO_SYNTHETIC_ONLY: string;
8
8
  };
9
9
  export declare const contractVersionMatchesDependency: (version: string) => boolean;
10
- export declare const VERSION_ERROR_MESSAGE = "Contract version must match the @hyperlane-xyz/core dependency version (10.1.5)";
10
+ export declare const VERSION_ERROR_MESSAGE = "Contract version must match the @hyperlane-xyz/core dependency version (10.2.0)";
11
11
  export declare const TokenMetadataSchema: z.ZodObject<{
12
12
  name: z.ZodString;
13
13
  symbol: z.ZodString;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyperlane-xyz/sdk",
3
- "version": "25.3.1",
3
+ "version": "25.3.2",
4
4
  "description": "The official SDK for the Hyperlane Network",
5
5
  "keywords": [
6
6
  "Hyperlane",
@@ -52,15 +52,15 @@
52
52
  "viem": "^2.21.45",
53
53
  "zksync-ethers": "^5.10.0",
54
54
  "zod": "^3.21.2",
55
- "@hyperlane-xyz/aleo-sdk": "25.3.1",
56
- "@hyperlane-xyz/core": "10.1.5",
57
- "@hyperlane-xyz/deploy-sdk": "1.3.5",
58
- "@hyperlane-xyz/cosmos-sdk": "25.3.1",
59
- "@hyperlane-xyz/provider-sdk": "1.3.5",
60
- "@hyperlane-xyz/radix-sdk": "25.3.1",
61
- "@hyperlane-xyz/utils": "25.3.1",
62
- "@hyperlane-xyz/starknet-core": "25.3.1",
63
- "@hyperlane-xyz/tron-sdk": "21.1.1"
55
+ "@hyperlane-xyz/aleo-sdk": "25.3.2",
56
+ "@hyperlane-xyz/core": "10.2.0",
57
+ "@hyperlane-xyz/cosmos-sdk": "25.3.2",
58
+ "@hyperlane-xyz/deploy-sdk": "1.3.6",
59
+ "@hyperlane-xyz/radix-sdk": "25.3.2",
60
+ "@hyperlane-xyz/starknet-core": "25.3.2",
61
+ "@hyperlane-xyz/utils": "25.3.2",
62
+ "@hyperlane-xyz/tron-sdk": "21.1.2",
63
+ "@hyperlane-xyz/provider-sdk": "1.3.6"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@ethersproject/providers": "*",
@@ -86,8 +86,8 @@
86
86
  "tsx": "^4.19.1",
87
87
  "typescript": "5.8.3",
88
88
  "yaml": "2.4.5",
89
- "@hyperlane-xyz/eslint-config": "^25.3.1",
90
- "@hyperlane-xyz/tsconfig": "^25.3.1"
89
+ "@hyperlane-xyz/eslint-config": "^25.3.2",
90
+ "@hyperlane-xyz/tsconfig": "^25.3.2"
91
91
  },
92
92
  "peerDependencies": {
93
93
  "@ethersproject/abi": "*"