Skip to content

Commit

Permalink
[dependencies] update cli dependency from commons
Browse files Browse the repository at this point in the history
  • Loading branch information
ochaloup committed Feb 4, 2025
1 parent 5d6579f commit 11ad06a
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 49 deletions.
8 changes: 4 additions & 4 deletions packages/marinade-ts-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marinade.finance/marinade-ts-cli",
"version": "5.1.9",
"version": "5.1.10",
"description": "Marinade typescript-based CLI",
"license": "ISC",
"author": "Marinade.Finance",
Expand Down Expand Up @@ -41,13 +41,13 @@
"pino": "^9.6.0",
"pino-pretty": "^11.2.1",
"@marinade.finance/ledger-utils": "^3.0.1",
"@marinade.finance/cli-common": "2.4.12",
"@marinade.finance/web3js-common": "2.4.12",
"@marinade.finance/cli-common": "2.4.13",
"@marinade.finance/web3js-common": "2.4.13",
"@marinade.finance/marinade-ts-sdk": "5.0.7",
"@anza-xyz/solana-rpc-get-stake-activation": "1.0.1"
},
"devDependencies": {
"@marinade.finance/jest-utils": "2.4.12",
"@marinade.finance/jest-utils": "2.4.13",
"@types/bn.js": "^5.1.5",
"@solana/spl-token-3.x": "npm:@solana/spl-token@^0.3.11"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/marinade-ts-cli/src/commands/showEvent.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Command } from 'commander'
import { getMarinadeCliContext } from '../context'
import { Marinade, MarinadeConfig } from '@marinade.finance/marinade-ts-sdk'
import { print_data, reformat } from '@marinade.finance/cli-common'
import { printData, reformat } from '@marinade.finance/cli-common'

export function installShowEvent(program: Command) {
program
Expand Down Expand Up @@ -38,5 +38,5 @@ async function showEvent({ eventData }: { eventData: string }) {
}

const reformattedData = reformat(decodedData)
print_data(reformattedData, 'yaml')
printData(reformattedData, 'yaml')
}
86 changes: 43 additions & 43 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 11ad06a

Please sign in to comment.