We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents edf88a3 + 92485d7 commit 4af670bCopy full SHA for 4af670b
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
## vNext
4
5
+### Dependency updates
6
+
7
+- Bump @truffle/codec from ^0.11.24 to ^0.13.2
8
+ ([#72](https://github.com/gnidan/abi-to-sol/pull/72) by
9
+ [@cds-amal](https://github.com/cds-amal))
10
11
12
## v0.6.1
13
14
See [release notes](https://github.com/gnidan/abi-to-sol/releases/tag/v0.6.1).
packages/abi-to-sol/package.json
@@ -47,7 +47,7 @@
47
},
48
"dependencies": {
49
"@truffle/abi-utils": "^0.2.2",
50
- "@truffle/codec": "^0.11.24",
+ "@truffle/codec": "^0.13.2",
51
"@truffle/contract-schema": "^3.3.1",
52
"ajv": "^6.12.5",
53
"better-ajv-errors": "^0.8.2",
0 commit comments