-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
May 20, 2024
1 parent
9af2ebd
commit 10509aa
Showing
5 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@subsquid/evm-abi", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "EVM ABI encoding and decoding helpers", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -17,7 +17,7 @@ | |
"test": "vitest --run" | ||
}, | ||
"dependencies": { | ||
"@subsquid/evm-codec": "^0.2.0", | ||
"@subsquid/evm-codec": "^0.2.1", | ||
"keccak256": "^1.0.6" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@subsquid/evm-codec", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "EVM encoder/decoder tools", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@subsquid/evm-typegen", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "CLI for generating typescript types and decode implementations for evm logs", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -24,8 +24,8 @@ | |
"@subsquid/util-internal": "^3.2.0", | ||
"@subsquid/util-internal-code-printer": "^1.2.2", | ||
"@subsquid/util-internal-commander": "^1.4.0", | ||
"@subsquid/evm-codec": "^0.2.0", | ||
"@subsquid/evm-abi": "^0.2.1", | ||
"@subsquid/evm-codec": "^0.2.1", | ||
"@subsquid/evm-abi": "^0.2.2", | ||
"commander": "^11.1.0" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters