@hyperlane-xyz/cli 31.0.0 → 31.0.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.
Files changed (2) hide show
  1. package/bundle/index.js +3 -3
  2. package/package.json +15 -15
package/bundle/index.js CHANGED
@@ -628984,7 +628984,7 @@ __webpack_async_result__();
628984
628984
  /* harmony export */ __nccwpck_require__.d(__webpack_exports__, {
628985
628985
  /* harmony export */ x: () => (/* binding */ VERSION)
628986
628986
  /* harmony export */ });
628987
- const VERSION = '31.0.0';
628987
+ const VERSION = '31.0.1';
628988
628988
  //# sourceMappingURL=version.js.map
628989
628989
 
628990
628990
  /***/ }),
@@ -903430,7 +903430,7 @@ function parseMessage(message) {
903430
903430
  const RECIPIENT_OFFSET = 45;
903431
903431
  const BODY_OFFSET = 77;
903432
903432
  const buf = Buffer.from(ethers__WEBPACK_IMPORTED_MODULE_0__.utils.arrayify(message));
903433
- const version = buf.readUint8(VERSION_OFFSET);
903433
+ const version = buf.readUInt8(VERSION_OFFSET);
903434
903434
  const nonce = buf.readUInt32BE(NONCE_OFFSET);
903435
903435
  const origin = buf.readUInt32BE(ORIGIN_OFFSET);
903436
903436
  const sender = ethers__WEBPACK_IMPORTED_MODULE_0__.utils.hexlify(buf.subarray(SENDER_OFFSET, DESTINATION_OFFSET));
@@ -905887,7 +905887,7 @@ module.exports = /*#__PURE__*/JSON.parse('[{"type":"function","name":"proveL2Lea
905887
905887
  /***/ 99468:
905888
905888
  /***/ ((module) => {
905889
905889
 
905890
- module.exports = {"rE":"31.0.0"};
905890
+ module.exports = {"rE":"31.0.1"};
905891
905891
 
905892
905892
  /***/ })
905893
905893
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyperlane-xyz/cli",
3
- "version": "31.0.0",
3
+ "version": "31.0.1",
4
4
  "description": "A command-line utility for common Hyperlane operations",
5
5
  "keywords": [
6
6
  "CLI",
@@ -72,21 +72,21 @@
72
72
  "zod": "^3.21.2",
73
73
  "zod-validation-error": "^3.3.0",
74
74
  "zx": "^8.1.4",
75
- "@hyperlane-xyz/aleo-sdk": "31.0.0",
75
+ "@hyperlane-xyz/aleo-sdk": "31.0.1",
76
+ "@hyperlane-xyz/http-registry-server": "31.0.1",
77
+ "@hyperlane-xyz/cosmos-sdk": "31.0.1",
78
+ "@hyperlane-xyz/deploy-sdk": "4.3.1",
76
79
  "@hyperlane-xyz/core": "11.3.1",
77
- "@hyperlane-xyz/cosmos-sdk": "31.0.0",
78
- "@hyperlane-xyz/deploy-sdk": "4.3.0",
79
- "@hyperlane-xyz/http-registry-server": "31.0.0",
80
- "@hyperlane-xyz/provider-sdk": "4.3.0",
81
- "@hyperlane-xyz/radix-sdk": "31.0.0",
82
- "@hyperlane-xyz/rebalancer": "27.2.5",
83
- "@hyperlane-xyz/relayer": "1.1.18",
84
- "@hyperlane-xyz/sdk": "31.0.0",
85
- "@hyperlane-xyz/sealevel-sdk": "31.0.0",
86
- "@hyperlane-xyz/starknet-sdk": "27.2.6",
87
- "@hyperlane-xyz/tron-sdk": "22.1.10",
88
- "@hyperlane-xyz/tsconfig": "^31.0.0",
89
- "@hyperlane-xyz/utils": "31.0.0"
80
+ "@hyperlane-xyz/provider-sdk": "4.3.1",
81
+ "@hyperlane-xyz/radix-sdk": "31.0.1",
82
+ "@hyperlane-xyz/rebalancer": "27.2.6",
83
+ "@hyperlane-xyz/sdk": "31.0.1",
84
+ "@hyperlane-xyz/sealevel-sdk": "31.0.1",
85
+ "@hyperlane-xyz/relayer": "1.1.19",
86
+ "@hyperlane-xyz/starknet-sdk": "27.2.7",
87
+ "@hyperlane-xyz/tron-sdk": "22.1.11",
88
+ "@hyperlane-xyz/utils": "31.0.1",
89
+ "@hyperlane-xyz/tsconfig": "^31.0.1"
90
90
  },
91
91
  "engines": {
92
92
  "node": ">=16"