Skip to content

Commit

Permalink
Bump @codama/nodes-from-anchor from 1.1.1 to 1.1.2 (#717)
Browse files Browse the repository at this point in the history
Bumps [@codama/nodes-from-anchor](https://github.com/codama-idl/codama) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/codama-idl/codama/releases)
- [Commits](https://github.com/codama-idl/codama/compare/@codama/[email protected]...@codama/[email protected])

---
updated-dependencies:
- dependency-name: "@codama/nodes-from-anchor"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 4f626d7 commit 9f6f8ce
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 5 deletions.
2 changes: 1 addition & 1 deletion rust-sdk/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"clean": "cargo clean"
},
"devDependencies": {
"@codama/nodes-from-anchor": "^1.1.1",
"@codama/nodes-from-anchor": "^1.1.2",
"@codama/renderers-rust": "^1.0.10",
"@orca-so/whirlpools-program": "*",
"@orca-so/whirlpools-rust-core": "*",
Expand Down
2 changes: 1 addition & 1 deletion ts-sdk/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@solana/web3.js": "^2.0.0"
},
"devDependencies": {
"@codama/nodes-from-anchor": "^1.1.1",
"@codama/nodes-from-anchor": "^1.1.2",
"@codama/renderers-js": "^1.2.0",
"@orca-so/whirlpools-program": "*",
"@solana/web3.js": "^2.0.0",
Expand Down
30 changes: 27 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1752,7 +1752,7 @@ __metadata:
languageName: node
linkType: hard

"@codama/nodes-from-anchor@npm:1.1.1, @codama/nodes-from-anchor@npm:^1.1.1":
"@codama/nodes-from-anchor@npm:1.1.1":
version: 1.1.1
resolution: "@codama/nodes-from-anchor@npm:1.1.1"
dependencies:
Expand All @@ -1765,6 +1765,19 @@ __metadata:
languageName: node
linkType: hard

"@codama/nodes-from-anchor@npm:^1.1.2":
version: 1.1.2
resolution: "@codama/nodes-from-anchor@npm:1.1.2"
dependencies:
"@codama/errors": "npm:1.2.2"
"@codama/nodes": "npm:1.2.2"
"@codama/visitors": "npm:1.2.2"
"@noble/hashes": "npm:^1.7.1"
"@solana/codecs": "npm:2.0.0"
checksum: 10c0/5cd70f7c35a8096bf4d03a1c517f6d35f0e8d11e53b9fede5796aa5c419ed655534c99e0c52f3eeb8c00a20bcc2b3ae2f208fbb4ea9cbcf63dada6649d33ec25
languageName: node
linkType: hard

"@codama/nodes@npm:1.2.1":
version: 1.2.1
resolution: "@codama/nodes@npm:1.2.1"
Expand Down Expand Up @@ -1881,6 +1894,17 @@ __metadata:
languageName: node
linkType: hard

"@codama/visitors@npm:1.2.2":
version: 1.2.2
resolution: "@codama/visitors@npm:1.2.2"
dependencies:
"@codama/errors": "npm:1.2.2"
"@codama/nodes": "npm:1.2.2"
"@codama/visitors-core": "npm:1.2.2"
checksum: 10c0/3f473c14e3e35f5ad9eb4233a5ecc1e0da0addaea8ff2033e64609c89d2baa7f08a4fa09b98fe5eea6694f017a8baa3a46abc96ca7b181a87e7a31d7033804b7
languageName: node
linkType: hard

"@colors/colors@npm:1.5.0":
version: 1.5.0
resolution: "@colors/colors@npm:1.5.0"
Expand Down Expand Up @@ -4320,7 +4344,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@orca-so/whirlpools-client@workspace:ts-sdk/client"
dependencies:
"@codama/nodes-from-anchor": "npm:^1.1.1"
"@codama/nodes-from-anchor": "npm:^1.1.2"
"@codama/renderers-js": "npm:^1.2.0"
"@orca-so/whirlpools-program": "npm:*"
"@solana/web3.js": "npm:^2.0.0"
Expand Down Expand Up @@ -4475,7 +4499,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@orca-so/whirlpools-rust-client@workspace:rust-sdk/client"
dependencies:
"@codama/nodes-from-anchor": "npm:^1.1.1"
"@codama/nodes-from-anchor": "npm:^1.1.2"
"@codama/renderers-rust": "npm:^1.0.10"
"@orca-so/whirlpools-program": "npm:*"
"@orca-so/whirlpools-rust-core": "npm:*"
Expand Down

0 comments on commit 9f6f8ce

Please sign in to comment.