Skip to content

Commit

Permalink
Merge pull request #63 from supermean-org/release/v1.3.16
Browse files Browse the repository at this point in the history
Bump version to v1.3.16 and updated Credix client dependency
  • Loading branch information
MexicanSparker authored Jun 21, 2023
2 parents 637bce0 + fce0ba5 commit 8d8a73e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 27 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mean-dao/mean-multisig-apps",
"version": "1.3.15",
"version": "1.3.16",
"description": "Mean Multisig applications repository",
"main": "lib/index.js",
"repository": "https://github.com/supermean-org/supersafe-apps.git",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@coral-xyz/anchor-cli": "^0.26.0",
"@solana/spl-token": "0.1.8",
"@solana/web3.js": "1.36.0",
"@credix/credix-client": "2.7.0",
"@credix/credix-client": "3.0.0",
"cross-fetch": "^3.1.5"
},
"devDependencies": {
Expand Down
44 changes: 19 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -543,17 +543,16 @@
resolved "https://registry.yarnpkg.com/@cosmjs/utils/-/utils-0.30.1.tgz#6d92582341be3c2ec8d82090253cfa4b7f959edb"
integrity sha512-KvvX58MGMWh7xA+N+deCfunkA/ZNDvFLw4YbOmX3f/XBIkqrVY7qlotfy2aNb1kgp6h4B6Yc8YawJPDTfvWX7g==

"@credix/credix-client@2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@credix/credix-client/-/credix-client-2.7.0.tgz#d0e856ad7edfe82cb38a3f3ba40745a7caf4e03c"
integrity sha512-4qVAP+Uk9p1qAUwjr8wpMh8kl+xvxjCI9bV2EKm44B8pqNjwM22lY/2pxFJ5nGp7DN6cbkcCU15n7cmvm7ztHg==
"@credix/credix-client@3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@credix/credix-client/-/credix-client-3.0.0.tgz#8811362b38cfd0dca554943d7a52628a687d2711"
integrity sha512-gjDzdXBeOuYXY6IvMMw1i987bSqP+fErVEfAO6iEWtdUKjLLb4LVarithWJGc47vSOS2+ux9J6bJs9RWVBByKw==
dependencies:
"@certusone/wormhole-sdk" "^0.9.9"
"@metaplex-foundation/mpl-token-metadata" "^2.5.2"
"@project-serum/anchor" "^0.26.0"
"@project-serum/anchor" "0.26.0"
"@saberhq/anchor-contrib" "^1.14.11"
"@solana/spl-token" "^0.3.7"
big.js "^6.2.1"
bn.js "^5.2.1"
ethers "^5.7.2"
node-irr "^2.0.3"
Expand Down Expand Up @@ -1486,18 +1485,18 @@
resolved "https://registry.yarnpkg.com/@noble/secp256k1/-/secp256k1-1.7.1.tgz#b251c70f824ce3ca7f8dc3df08d58f005cc0507c"
integrity sha512-hOUk6AyBFmqVrv7k5WAw/LpszxVbj9gGN4JRkIX52fdFAj1UA61KXmZDvqVEm+pOyec3+fIeZB02LYa/pWOArw==

"@project-serum/anchor@^0.25.0":
version "0.25.0"
resolved "https://registry.yarnpkg.com/@project-serum/anchor/-/anchor-0.25.0.tgz#88ee4843336005cf5a64c80636ce626f0996f503"
integrity sha512-E6A5Y/ijqpfMJ5psJvbw0kVTzLZFUcOFgs6eSM2M2iWE1lVRF18T6hWZVNl6zqZsoz98jgnNHtVGJMs+ds9A7A==
"@project-serum/anchor@0.26.0":
version "0.26.0"
resolved "https://registry.yarnpkg.com/@project-serum/anchor/-/anchor-0.26.0.tgz#99e15a3923a5d10514f8185b2d3909e5699d60d5"
integrity sha512-Nq+COIjE1135T7qfnOHEn7E0q39bQTgXLFk837/rgFe6Hkew9WML7eHsS+lSYD2p3OJaTiUOHTAq1lHy36oIqQ==
dependencies:
"@project-serum/borsh" "^0.2.5"
"@solana/web3.js" "^1.36.0"
"@coral-xyz/borsh" "^0.26.0"
"@solana/web3.js" "^1.68.0"
base64-js "^1.5.1"
bn.js "^5.1.2"
bs58 "^4.0.1"
buffer-layout "^1.2.2"
camelcase "^5.3.1"
camelcase "^6.3.0"
cross-fetch "^3.1.5"
crypto-hash "^1.3.0"
eventemitter3 "^4.0.7"
Expand All @@ -1507,18 +1506,18 @@
superstruct "^0.15.4"
toml "^3.0.0"

"@project-serum/anchor@^0.26.0":
version "0.26.0"
resolved "https://registry.yarnpkg.com/@project-serum/anchor/-/anchor-0.26.0.tgz#99e15a3923a5d10514f8185b2d3909e5699d60d5"
integrity sha512-Nq+COIjE1135T7qfnOHEn7E0q39bQTgXLFk837/rgFe6Hkew9WML7eHsS+lSYD2p3OJaTiUOHTAq1lHy36oIqQ==
"@project-serum/anchor@^0.25.0":
version "0.25.0"
resolved "https://registry.yarnpkg.com/@project-serum/anchor/-/anchor-0.25.0.tgz#88ee4843336005cf5a64c80636ce626f0996f503"
integrity sha512-E6A5Y/ijqpfMJ5psJvbw0kVTzLZFUcOFgs6eSM2M2iWE1lVRF18T6hWZVNl6zqZsoz98jgnNHtVGJMs+ds9A7A==
dependencies:
"@coral-xyz/borsh" "^0.26.0"
"@solana/web3.js" "^1.68.0"
"@project-serum/borsh" "^0.2.5"
"@solana/web3.js" "^1.36.0"
base64-js "^1.5.1"
bn.js "^5.1.2"
bs58 "^4.0.1"
buffer-layout "^1.2.2"
camelcase "^6.3.0"
camelcase "^5.3.1"
cross-fetch "^3.1.5"
crypto-hash "^1.3.0"
eventemitter3 "^4.0.7"
Expand Down Expand Up @@ -2381,11 +2380,6 @@ [email protected]:
resolved "https://registry.yarnpkg.com/big-integer/-/big-integer-1.6.36.tgz#78631076265d4ae3555c04f85e7d9d2f3a071a36"
integrity sha512-t70bfa7HYEA1D9idDbmuv7YbsbVkQ+Hp+8KFSul4aE5e/i1bjCNIRYJZlA8Q8p0r9T8cF/RVvwUgRA//FydEyg==

big.js@^6.2.1:
version "6.2.1"
resolved "https://registry.yarnpkg.com/big.js/-/big.js-6.2.1.tgz#7205ce763efb17c2e41f26f121c420c6a7c2744f"
integrity sha512-bCtHMwL9LeDIozFn+oNhhFoq+yQ3BNdnsLSASUxLciOb1vgvpHsIO1dsENiGMgbb4SkP5TrzWzRiLddn8ahVOQ==

bigint-buffer@^1.1.5:
version "1.1.5"
resolved "https://registry.yarnpkg.com/bigint-buffer/-/bigint-buffer-1.1.5.tgz#d038f31c8e4534c1f8d0015209bf34b4fa6dd442"
Expand Down

0 comments on commit 8d8a73e

Please sign in to comment.