Skip to content

Commit

Permalink
[lib] bump @2.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
ochaloup committed Jan 4, 2024
1 parent 0ccf1fb commit a94dd08
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 27 deletions.
6 changes: 3 additions & 3 deletions packages/lib/anchor-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marinade.finance/anchor-common",
"version": "2.0.21",
"version": "2.0.22",
"description": "Solana Anchor JS utilities",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,12 +29,12 @@
"@solana/web3.js": "^1.78.5",
"bn.js": "^5.2.1",
"@coral-xyz/anchor": "^0.28.0",
"@marinade.finance/ts-common": "^2.0.21"
"@marinade.finance/ts-common": "^2.0.22"
},
"peerDependencies": {
"@solana/web3.js": "^1.78.5",
"bn.js": "^5.2.1",
"@coral-xyz/anchor": "^0.28.0",
"@marinade.finance/ts-common": "^2.0.21"
"@marinade.finance/ts-common": "^2.0.22"
}
}
6 changes: 3 additions & 3 deletions packages/lib/cli-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marinade.finance/cli-common",
"version": "2.0.21",
"version": "2.0.22",
"description": "CLI tooling",
"repository": {
"type": "git",
Expand All @@ -26,7 +26,7 @@
],
"devDependencies": {
"@solana/web3.js": "^1.78.5",
"@marinade.finance/web3js-common": "^2.0.21",
"@marinade.finance/web3js-common": "^2.0.22",
"@types/expand-tilde": "^2.0.0",
"bn.js": "^5.2.1",
"borsh": "^0.7.0",
Expand All @@ -37,7 +37,7 @@
},
"peerDependencies": {
"@solana/web3.js": "^1.78.5",
"@marinade.finance/web3js-common": "^2.0.21",
"@marinade.finance/web3js-common": "^2.0.22",
"bn.js": "^5.2.1",
"borsh": "^0.7.0",
"bs58": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/jest-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marinade.finance/jest-utils",
"version": "2.0.21",
"version": "2.0.22",
"description": "Utility functions for setting up Jest",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/lib/ledger-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marinade.finance/ledger-utils",
"version": "2.0.21",
"version": "2.0.22",
"description": "Utility functions for interacting with the Ledger from CLI",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,13 +30,13 @@
"@ledgerhq/hw-app-solana": "^7.0.12",
"@ledgerhq/hw-transport-node-hid-noevents": "^6.27.18",
"@solana/web3.js": "^1.78.4",
"@marinade.finance/ts-common": "^2.0.21"
"@marinade.finance/ts-common": "^2.0.22"
},
"peerDependencies": {
"@ledgerhq/errors": "^6.14.0",
"@ledgerhq/hw-app-solana": "^7.0.13",
"@ledgerhq/hw-transport-node-hid-noevents": "^6.27.19",
"@solana/web3.js": "^1.78.4",
"@marinade.finance/ts-common": "^2.0.21"
"@marinade.finance/ts-common": "^2.0.22"
}
}
2 changes: 1 addition & 1 deletion packages/lib/spl-gov-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marinade.finance/spl-gov-utils",
"version": "2.0.21",
"version": "2.0.22",
"description": "SPL Governance Utilities",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/ts-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marinade.finance/ts-common",
"version": "2.0.21",
"version": "2.0.22",
"description": "TS common utilities",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/lib/web3js-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marinade.finance/web3js-common",
"version": "2.0.21",
"version": "2.0.22",
"description": "Web3 JS reusable utilities",
"repository": {
"type": "git",
Expand All @@ -25,14 +25,14 @@
],
"devDependencies": {
"@solana/web3.js": "^1.78.5",
"@marinade.finance/ts-common": "2.0.21",
"@marinade.finance/ts-common": "2.0.22",
"bn.js": "^5.2.1",
"borsh": "^0.7.0",
"bs58": "^5.0.0"
},
"peerDependencies": {
"@solana/web3.js": "^1.78.5",
"@marinade.finance/ts-common": "2.0.21",
"@marinade.finance/ts-common": "2.0.22",
"bn.js": "^5.2.1",
"borsh": "^0.7.0",
"bs58": "^5.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/marinade-ts-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
"expand-tilde": "^2.0.2",
"pino": "^8.15.1",
"pino-pretty": "^10.2.0",
"@marinade.finance/cli-common": "^2.0.21",
"@marinade.finance/web3js-common": "^2.0.21",
"@marinade.finance/ledger-utils": "^2.0.21"
"@marinade.finance/cli-common": "^2.0.22",
"@marinade.finance/web3js-common": "^2.0.22",
"@marinade.finance/ledger-utils": "^2.0.22"
},
"devDependencies": {
"@marinade.finance/jest-utils": "^2.0.21",
"@marinade.finance/jest-utils": "^2.0.22",
"@types/bn.js": "^5.1.1",
"@solana/spl-token-3.x": "npm:@solana/spl-token@^0.3.8"
},
Expand Down
16 changes: 8 additions & 8 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 a94dd08

Please sign in to comment.