diff --git a/solidity/package.json b/solidity/package.json index 8927f4b1a..8ee2ed7ec 100644 --- a/solidity/package.json +++ b/solidity/package.json @@ -1,9 +1,9 @@ { "name": "@hyperlane-xyz/core", "description": "Core solidity contracts for Hyperlane", - "version": "1.1.1", + "version": "1.1.2", "dependencies": { - "@hyperlane-xyz/utils": "1.1.1", + "@hyperlane-xyz/utils": "1.1.2", "@openzeppelin/contracts": "^4.8.0", "@openzeppelin/contracts-upgradeable": "^4.8.0" }, diff --git a/typescript/infra/package.json b/typescript/infra/package.json index 5f4af5339..bcce7f888 100644 --- a/typescript/infra/package.json +++ b/typescript/infra/package.json @@ -16,8 +16,8 @@ "@gnosis.pm/safe-service-client": "^1.2.0", "@hyperlane-xyz/celo-ethers-provider": "^0.1.1", "@hyperlane-xyz/helloworld": "1.1.0", - "@hyperlane-xyz/sdk": "1.1.1", - "@hyperlane-xyz/utils": "1.1.1", + "@hyperlane-xyz/sdk": "1.1.2", + "@hyperlane-xyz/utils": "1.1.2", "@nomiclabs/hardhat-etherscan": "^3.0.3", "@safe-global/safe-core-sdk": "3.2.0", "@safe-global/safe-ethers-lib": "^1.7.0", diff --git a/typescript/sdk/package.json b/typescript/sdk/package.json index 7a0c52ffc..21f76eadb 100644 --- a/typescript/sdk/package.json +++ b/typescript/sdk/package.json @@ -1,11 +1,11 @@ { "name": "@hyperlane-xyz/sdk", "description": "The official SDK for the Hyperlane Network", - "version": "1.1.1", + "version": "1.1.2", "dependencies": { "@hyperlane-xyz/celo-ethers-provider": "^0.1.1", - "@hyperlane-xyz/core": "1.1.1", - "@hyperlane-xyz/utils": "1.1.1", + "@hyperlane-xyz/core": "1.1.2", + "@hyperlane-xyz/utils": "1.1.2", "@wagmi/chains": "^0.1.3", "coingecko-api": "^1.0.10", "cross-fetch": "^3.1.5", diff --git a/typescript/utils/package.json b/typescript/utils/package.json index 628e106ec..ffe9af949 100644 --- a/typescript/utils/package.json +++ b/typescript/utils/package.json @@ -1,7 +1,7 @@ { "name": "@hyperlane-xyz/utils", "description": "General utilities for the Hyperlane network", - "version": "1.1.1", + "version": "1.1.2", "dependencies": { "ethers": "^5.7.2" }, diff --git a/yarn.lock b/yarn.lock index 8029b3d54..1cee51938 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3932,11 +3932,11 @@ __metadata: languageName: node linkType: hard -"@hyperlane-xyz/core@1.1.1, @hyperlane-xyz/core@workspace:solidity": +"@hyperlane-xyz/core@1.1.2, @hyperlane-xyz/core@workspace:solidity": version: 0.0.0-use.local resolution: "@hyperlane-xyz/core@workspace:solidity" dependencies: - "@hyperlane-xyz/utils": 1.1.1 + "@hyperlane-xyz/utils": 1.1.2 "@nomiclabs/hardhat-ethers": ^2.2.1 "@nomiclabs/hardhat-waffle": ^2.0.3 "@openzeppelin/contracts": ^4.8.0 @@ -3959,6 +3959,17 @@ __metadata: languageName: unknown linkType: soft +"@hyperlane-xyz/core@npm:1.1.1": + version: 1.1.1 + resolution: "@hyperlane-xyz/core@npm:1.1.1" + dependencies: + "@hyperlane-xyz/utils": 1.1.1 + "@openzeppelin/contracts": ^4.8.0 + "@openzeppelin/contracts-upgradeable": ^4.8.0 + checksum: e1649b4389cf8f2238c20c6461644b91527f5d9a5141893db4a434b8f7e50a7244093d74d1ba8ddf665eefb8b57bc18ec0a8a4a2dd0f0b62e1682925ba6082f5 + languageName: node + linkType: hard + "@hyperlane-xyz/helloworld@1.1.0, @hyperlane-xyz/helloworld@workspace:typescript/helloworld": version: 0.0.0-use.local resolution: "@hyperlane-xyz/helloworld@workspace:typescript/helloworld" @@ -4042,8 +4053,8 @@ __metadata: "@gnosis.pm/safe-service-client": ^1.2.0 "@hyperlane-xyz/celo-ethers-provider": ^0.1.1 "@hyperlane-xyz/helloworld": 1.1.0 - "@hyperlane-xyz/sdk": 1.1.1 - "@hyperlane-xyz/utils": 1.1.1 + "@hyperlane-xyz/sdk": 1.1.2 + "@hyperlane-xyz/utils": 1.1.2 "@nomiclabs/hardhat-ethers": ^2.2.1 "@nomiclabs/hardhat-etherscan": ^3.0.3 "@nomiclabs/hardhat-waffle": ^2.0.3 @@ -4086,13 +4097,13 @@ __metadata: languageName: unknown linkType: soft -"@hyperlane-xyz/sdk@1.1.1, @hyperlane-xyz/sdk@^1.1.0, @hyperlane-xyz/sdk@workspace:typescript/sdk": +"@hyperlane-xyz/sdk@1.1.2, @hyperlane-xyz/sdk@^1.1.0, @hyperlane-xyz/sdk@workspace:typescript/sdk": version: 0.0.0-use.local resolution: "@hyperlane-xyz/sdk@workspace:typescript/sdk" dependencies: "@hyperlane-xyz/celo-ethers-provider": ^0.1.1 - "@hyperlane-xyz/core": 1.1.1 - "@hyperlane-xyz/utils": 1.1.1 + "@hyperlane-xyz/core": 1.1.2 + "@hyperlane-xyz/utils": 1.1.2 "@nomiclabs/hardhat-ethers": ^2.2.1 "@nomiclabs/hardhat-waffle": ^2.0.3 "@types/coingecko-api": ^1.0.10 @@ -4116,7 +4127,23 @@ __metadata: languageName: unknown linkType: soft -"@hyperlane-xyz/utils@1.1.1, @hyperlane-xyz/utils@workspace:typescript/utils": +"@hyperlane-xyz/sdk@npm:1.1.1": + version: 1.1.1 + resolution: "@hyperlane-xyz/sdk@npm:1.1.1" + dependencies: + "@hyperlane-xyz/celo-ethers-provider": ^0.1.1 + "@hyperlane-xyz/core": 1.1.1 + "@hyperlane-xyz/utils": 1.1.1 + "@wagmi/chains": ^0.1.3 + coingecko-api: ^1.0.10 + cross-fetch: ^3.1.5 + debug: ^4.3.4 + ethers: ^5.7.2 + checksum: 7f2dd06c4f41ff2f112c38e287aa497f67c1568db9289bc03445195497b89b0c0dde5f6d5d81aca6b6b47a7b0a7f13acf634a41d6adbf074ecff01e36024ba2a + languageName: node + linkType: hard + +"@hyperlane-xyz/utils@1.1.2, @hyperlane-xyz/utils@workspace:typescript/utils": version: 0.0.0-use.local resolution: "@hyperlane-xyz/utils@workspace:typescript/utils" dependencies: @@ -4127,6 +4154,15 @@ __metadata: languageName: unknown linkType: soft +"@hyperlane-xyz/utils@npm:1.1.1": + version: 1.1.1 + resolution: "@hyperlane-xyz/utils@npm:1.1.1" + dependencies: + ethers: ^5.7.2 + checksum: 6f0088ae3cb7522655621512c0d8a3a0b0acf02be9bbe54db15ad97809117de99f4caf9a13a043233ca04c5d89f30fbdc158c02e9178dc4e6455af1c5b81d786 + languageName: node + linkType: hard + "@jridgewell/gen-mapping@npm:^0.3.0": version: 0.3.1 resolution: "@jridgewell/gen-mapping@npm:0.3.1"