Skip to content

Commit

Permalink
Add registry lib
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy committed Apr 30, 2024
1 parent 46d7058 commit 85a5562
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion typescript/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.10.0",
"description": "A command-line utility for common Hyperlane operations",
"dependencies": {
"@hyperlane-xyz/registry": "^1.0.6",
"@hyperlane-xyz/registry": "^1.0.7",
"@hyperlane-xyz/sdk": "3.10.0",
"@hyperlane-xyz/utils": "3.10.0",
"@inquirer/prompts": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion typescript/helloworld/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "3.10.0",
"dependencies": {
"@hyperlane-xyz/core": "3.10.0",
"@hyperlane-xyz/registry": "^1.0.6",
"@hyperlane-xyz/registry": "^1.0.7",
"@hyperlane-xyz/sdk": "3.10.0",
"@openzeppelin/contracts-upgradeable": "^4.9.3",
"ethers": "^5.7.2"
Expand Down
2 changes: 1 addition & 1 deletion typescript/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@ethersproject/hardware-wallets": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@hyperlane-xyz/helloworld": "3.10.0",
"@hyperlane-xyz/registry": "^1.0.6",
"@hyperlane-xyz/registry": "^1.0.7",
"@hyperlane-xyz/sdk": "3.10.0",
"@hyperlane-xyz/utils": "3.10.0",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4954,7 +4954,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@hyperlane-xyz/cli@workspace:typescript/cli"
dependencies:
"@hyperlane-xyz/registry": "npm:^1.0.6"
"@hyperlane-xyz/registry": "npm:^1.0.7"
"@hyperlane-xyz/sdk": "npm:3.10.0"
"@hyperlane-xyz/utils": "npm:3.10.0"
"@inquirer/prompts": "npm:^3.0.0"
Expand Down Expand Up @@ -5039,7 +5039,7 @@ __metadata:
resolution: "@hyperlane-xyz/helloworld@workspace:typescript/helloworld"
dependencies:
"@hyperlane-xyz/core": "npm:3.10.0"
"@hyperlane-xyz/registry": "npm:^1.0.6"
"@hyperlane-xyz/registry": "npm:^1.0.7"
"@hyperlane-xyz/sdk": "npm:3.10.0"
"@nomiclabs/hardhat-ethers": "npm:^2.2.3"
"@nomiclabs/hardhat-waffle": "npm:^2.0.6"
Expand Down Expand Up @@ -5086,7 +5086,7 @@ __metadata:
"@ethersproject/hardware-wallets": "npm:^5.7.0"
"@ethersproject/providers": "npm:^5.7.2"
"@hyperlane-xyz/helloworld": "npm:3.10.0"
"@hyperlane-xyz/registry": "npm:^1.0.6"
"@hyperlane-xyz/registry": "npm:^1.0.7"
"@hyperlane-xyz/sdk": "npm:3.10.0"
"@hyperlane-xyz/utils": "npm:3.10.0"
"@nomiclabs/hardhat-ethers": "npm:^2.2.3"
Expand Down Expand Up @@ -5140,13 +5140,13 @@ __metadata:
languageName: unknown
linkType: soft

"@hyperlane-xyz/registry@npm:^1.0.6":
version: 1.0.6
resolution: "@hyperlane-xyz/registry@npm:1.0.6"
"@hyperlane-xyz/registry@npm:^1.0.7":
version: 1.0.7
resolution: "@hyperlane-xyz/registry@npm:1.0.7"
dependencies:
yaml: "npm:^2"
zod: "npm:^3.21.2"
checksum: 8985456004248fbbda971697e504a0594302a1a8cc3759fbbba299ad0ec2d386e92ee6eb74887b00366431b0ea71839c37223f1f02c28a96cd6254325e6b538f
checksum: fb112e2a1fdec539c6ef457ab44b9b5a835b719f2d4cc5cb0efb4413e2647402ed826d597f4c63b552f86fcf91bf69d4d1e5934aee8498f83dac61007a9d5650
languageName: node
linkType: hard

Expand Down

0 comments on commit 85a5562

Please sign in to comment.