@hyperlane-xyz/cli 5.0.0-beta.2 → 5.0.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.
@@ -31,7 +31,7 @@ export const apply = {
31
31
  config: outputFileCommandOption('./configs/core-config.yaml', true, 'The path to output a Core Config JSON or YAML file.'),
32
32
  },
33
33
  handler: async ({ context, chain, config: configFilePath }) => {
34
- logGray(`Hyperlane Warp Apply`);
34
+ logGray(`Hyperlane Core Apply`);
35
35
  logGray('--------------------');
36
36
  const addresses = (await context.registry.getChainAddresses(chain));
37
37
  DeployedCoreAddressesSchema.parse(addresses);
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "5.0.0-beta.2";
1
+ export declare const VERSION = "5.0.0";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,iBAAiB,CAAC"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,UAAU,CAAC"}
@@ -1,2 +1,2 @@
1
- export const VERSION = '5.0.0-beta.2';
1
+ export const VERSION = '5.0.0';
2
2
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG,cAAc,CAAC"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC"}
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@hyperlane-xyz/cli",
3
- "version": "5.0.0-beta.2",
3
+ "version": "5.0.0",
4
4
  "description": "A command-line utility for common Hyperlane operations",
5
5
  "dependencies": {
6
6
  "@aws-sdk/client-kms": "^3.577.0",
7
7
  "@aws-sdk/client-s3": "^3.577.0",
8
8
  "@hyperlane-xyz/registry": "2.4.0",
9
- "@hyperlane-xyz/sdk": "5.0.0-beta.2",
10
- "@hyperlane-xyz/utils": "5.0.0-beta.2",
9
+ "@hyperlane-xyz/sdk": "5.0.0",
10
+ "@hyperlane-xyz/utils": "5.0.0",
11
11
  "@inquirer/prompts": "^3.0.0",
12
12
  "asn1.js": "^5.4.1",
13
13
  "bignumber.js": "^9.1.1",