Skip to content

Commit

Permalink
Upgrade acc-contracts-lib-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKim20 committed Oct 2, 2024
1 parent 5c49d27 commit 478e074
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/client-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@types/mocha": "^10.0.0",
"@types/node": "^12.20.43",
"@types/urijs": "^1.19.12",
"acc-sdk-client-v2": "~2.9.0",
"acc-sdk-client-v2": "~2.11.0",
"assert": "^2.0.0",
"axios": "^1.6.7",
"beautify": "^0.0.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "acc-sdk-client-v2",
"version": "2.10.0",
"version": "2.11.0",
"author": "BOSagora Foundation",
"license": "AGPL-3.0-or-later",
"main": "dist/index.js",
Expand Down Expand Up @@ -81,7 +81,7 @@
"@ethersproject/providers": "^5.7.0",
"@ethersproject/random": "^5.7.0",
"@ethersproject/wallet": "^5.7.0",
"acc-contracts-lib-v2": "~2.6.1",
"acc-contracts-lib-v2": "~2.7.0",
"acc-sdk-common-v2": "~2.0.0",
"google-libphonenumber": "^3.2.35",
"unfetch": "~4.2.0"
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1968,10 +1968,10 @@ abbrev@^2.0.0:
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-2.0.0.tgz#cf59829b8b4f03f89dda2771cb7f3653828c89bf"
integrity sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==

acc-contracts-lib-v2@~2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/acc-contracts-lib-v2/-/acc-contracts-lib-v2-2.6.1.tgz#6d045967974f642a91663e48356ad81ff550bda4"
integrity sha512-qVoqOFIpVL6GbQN5YnDWGCOOxK2t6FfcL2HiPcdaDJTo/1aK0akeF9mCaYWJCp4Du9wTCv2OlZSgOZTMrp0Gxw==
acc-contracts-lib-v2@~2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/acc-contracts-lib-v2/-/acc-contracts-lib-v2-2.7.0.tgz#e0782dec79b78d5c24fcbd1d52ffa7d1f9af3ceb"
integrity sha512-2VvtRiRdldesdccnqlv9qCvswcucNVAoWklLM4bYvVClmZv1CQoHHL8vwqFfg6uRSyypro0+Or3v2IcKRaAn9A==
dependencies:
ethers "5.7.0"

Expand Down Expand Up @@ -8297,7 +8297,7 @@ [email protected]:
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==

"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
Expand All @@ -8323,6 +8323,15 @@ wrap-ansi@^6.2.0:
string-width "^4.1.0"
strip-ansi "^6.0.0"

wrap-ansi@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
dependencies:
ansi-styles "^4.0.0"
string-width "^4.1.0"
strip-ansi "^6.0.0"

wrap-ansi@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
Expand Down

0 comments on commit 478e074

Please sign in to comment.