Skip to content

Commit

Permalink
[lib] bump @2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ochaloup committed May 29, 2024
1 parent c4d2565 commit f0aa5e6
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"publish:jest-utils": "pnpm build && pnpm publish build/packages/lib/jest-utils",
"publish:spl-gov-utils": "pnpm build && pnpm publish build/packages/lib/spl-gov-utils",
"publish:marinade-ts-cli": "pnpm build && pnpm publish build/packages/marinade-ts-cli",
"publish:libs": "pnpm lint && pnpm install && pnpm publish:ts-common && pnpm publish:web3js-common && pnpm publish:umi-utils && pnpm publish:bankrun-utils && pnpm publish:cli-common && pnpm publish:anchor-common && pnpm publish:jest-utils && pnpm publish:spl-gov-utils",
"publish:libs": "pnpm publish:ts-common && pnpm publish:web3js-common && pnpm publish:umi-utils && pnpm publish:bankrun-utils && pnpm publish:cli-common && pnpm publish:anchor-common && pnpm publish:jest-utils && pnpm publish:spl-gov-utils",
"publish:all": "pnpm publish:libs && pnpm publish:marinade-ts-cli"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 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.4.3",
"version": "2.4.4",
"description": "Solana Anchor JS utilities",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,14 +29,14 @@
"@solana/web3.js": "^1.91.1",
"bn.js": "^5.2.1",
"@coral-xyz/anchor": "^0.29.0",
"@marinade.finance/ts-common": "2.4.3",
"@marinade.finance/web3js-common": "2.4.3"
"@marinade.finance/ts-common": "2.4.4",
"@marinade.finance/web3js-common": "2.4.4"
},
"peerDependencies": {
"@solana/web3.js": "^1.91.1",
"bn.js": "^5.2.1",
"@coral-xyz/anchor": "^0.29.0",
"@marinade.finance/ts-common": "2.4.3",
"@marinade.finance/web3js-common": "2.4.3"
"@marinade.finance/ts-common": "2.4.4",
"@marinade.finance/web3js-common": "2.4.4"
}
}
6 changes: 3 additions & 3 deletions packages/lib/bankrun-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marinade.finance/bankrun-utils",
"version": "2.4.3",
"version": "2.4.4",
"description": "Bankrun library utilities",
"repository": {
"type": "git",
Expand All @@ -26,14 +26,14 @@
],
"devDependencies": {
"@solana/web3.js": "^1.91.1",
"@marinade.finance/web3js-common": "2.4.3",
"@marinade.finance/web3js-common": "2.4.4",
"solana-bankrun": "^0.2.0",
"anchor-bankrun": "^0.3.0",
"class-transformer": "^0.5.1"
},
"peerDependencies": {
"@solana/web3.js": "^1.91.1",
"@marinade.finance/web3js-common": "2.4.3",
"@marinade.finance/web3js-common": "2.4.4",
"solana-bankrun": "^0.2.0",
"anchor-bankrun": "^0.3.0",
"class-transformer": "^0.5.1"
Expand Down
10 changes: 5 additions & 5 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.4.3",
"version": "2.4.4",
"description": "CLI tooling",
"repository": {
"type": "git",
Expand All @@ -26,8 +26,8 @@
],
"devDependencies": {
"@solana/web3.js": "^1.91.1",
"@marinade.finance/web3js-common": "2.4.3",
"@marinade.finance/ts-common": "2.4.3",
"@marinade.finance/web3js-common": "2.4.4",
"@marinade.finance/ts-common": "2.4.4",
"@marinade.finance/ledger-utils": "^3.0.1",
"bn.js": "^5.2.1",
"borsh": "^0.7.0",
Expand All @@ -37,8 +37,8 @@
},
"peerDependencies": {
"@solana/web3.js": "^1.91.1",
"@marinade.finance/web3js-common": "2.4.3",
"@marinade.finance/ts-common": "2.4.3",
"@marinade.finance/web3js-common": "2.4.4",
"@marinade.finance/ts-common": "2.4.4",
"@marinade.finance/ledger-utils": "^3.0.1",
"bn.js": "^5.2.1",
"borsh": "^0.7.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.4.3",
"version": "2.4.4",
"description": "Utility functions for setting up Jest",
"repository": {
"type": "git",
Expand Down
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.4.3",
"version": "2.4.4",
"description": "SPL Governance Marinade constants",
"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.4.3",
"version": "2.4.4",
"description": "TS common utilities",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/lib/umi-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marinade.finance/umi-utils",
"version": "2.4.3",
"version": "2.4.4",
"description": "Umi library utilities",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,13 +28,13 @@
"@solana/web3.js": "^1.91.1",
"@metaplex-foundation/umi-bundle-defaults": "0.9.1",
"@metaplex-foundation/umi": "0.9.1",
"@marinade.finance/web3js-common": "2.4.3"
"@marinade.finance/web3js-common": "2.4.4"
},
"peerDependencies": {
"@solana/web3.js": "^1.91.1",
"@metaplex-foundation/umi-bundle-defaults": "0.9.1",
"@metaplex-foundation/umi": "0.9.1",
"@marinade.finance/web3js-common": "2.4.3"
"@marinade.finance/web3js-common": "2.4.4"
},
"engines": {
"node": ">=16.0.0"
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.4.3",
"version": "2.4.4",
"description": "Web3 JS reusable utilities",
"repository": {
"type": "git",
Expand All @@ -24,15 +24,15 @@
"src"
],
"devDependencies": {
"@marinade.finance/ts-common": "2.4.3",
"@marinade.finance/ts-common": "2.4.4",
"@solana/web3.js": "^1.91.1",
"@solana/buffer-layout": "^4.0.1",
"bn.js": "^5.2.1",
"borsh": "^0.7.0",
"bs58": "^5.0.0"
},
"peerDependencies": {
"@marinade.finance/ts-common": "2.4.3",
"@marinade.finance/ts-common": "2.4.4",
"@solana/web3.js": "^1.91.1",
"@solana/buffer-layout": "^4.0.1",
"bn.js": "^5.2.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/marinade-ts-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
"pino": "^8.15.1",
"pino-pretty": "^10.2.0",
"@marinade.finance/ledger-utils": "^3.0.1",
"@marinade.finance/cli-common": "^2.4.3",
"@marinade.finance/web3js-common": "^2.4.3",
"@marinade.finance/cli-common": "2.4.4",
"@marinade.finance/web3js-common": "2.4.4",
"@marinade.finance/marinade-ts-sdk": "5.0.7"
},
"devDependencies": {
"@marinade.finance/jest-utils": "^2.4.3",
"@marinade.finance/jest-utils": "2.4.4",
"@types/bn.js": "^5.1.5",
"@solana/spl-token-3.x": "npm:@solana/spl-token@^0.3.8"
},
Expand Down

0 comments on commit f0aa5e6

Please sign in to comment.