@hyperlane-xyz/deploy-sdk 1.2.1 → 1.3.1

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.
@@ -25,7 +25,7 @@ export class AltVMFileSubmitter {
25
25
  allTxs.unshift(...maybeExistingTxs);
26
26
  }
27
27
  catch (e) {
28
- this.logger.error(`Invalid transactions read from ${filepath}`, e);
28
+ this.logger.debug(`Invalid transactions read from ${filepath}`, e);
29
29
  }
30
30
  writeYamlOrJson(filepath, allTxs);
31
31
  this.logger.debug(`Transactions written to ${filepath}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyperlane-xyz/deploy-sdk",
3
- "version": "1.2.1",
3
+ "version": "1.3.1",
4
4
  "description": "Deployer SDK for the Hyperlane Protocol",
5
5
  "repository": "https://github.com/hyperlane-xyz/hyperlane-monorepo",
6
6
  "license": "Apache-2.0",
@@ -15,11 +15,11 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "zod": "^3.21.2",
18
- "@hyperlane-xyz/aleo-sdk": "23.0.0",
19
- "@hyperlane-xyz/cosmos-sdk": "23.0.0",
20
- "@hyperlane-xyz/provider-sdk": "1.2.1",
21
- "@hyperlane-xyz/radix-sdk": "23.0.0",
22
- "@hyperlane-xyz/utils": "23.0.0"
18
+ "@hyperlane-xyz/aleo-sdk": "25.0.0",
19
+ "@hyperlane-xyz/cosmos-sdk": "25.0.0",
20
+ "@hyperlane-xyz/provider-sdk": "1.3.1",
21
+ "@hyperlane-xyz/radix-sdk": "25.0.0",
22
+ "@hyperlane-xyz/utils": "25.0.0"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/chai-as-promised": "^8",
@@ -34,8 +34,8 @@
34
34
  "sinon": "^13.0.2",
35
35
  "tsx": "^4.19.1",
36
36
  "typescript": "5.8.3",
37
- "@hyperlane-xyz/eslint-config": "^23.0.0",
38
- "@hyperlane-xyz/tsconfig": "^23.0.0"
37
+ "@hyperlane-xyz/eslint-config": "^25.0.0",
38
+ "@hyperlane-xyz/tsconfig": "^25.0.0"
39
39
  },
40
40
  "scripts": {
41
41
  "build": "tsc",