From 896c9f4fc120b68faf8d9c1fc8baf2297b0923f9 Mon Sep 17 00:00:00 2001 From: bao Date: Wed, 5 Jun 2024 11:57:51 +0700 Subject: [PATCH] Prepare for release 1.4.11 --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 3c8912b..7d3c585 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aesirx-sso", - "version": "1.4.10", + "version": "1.4.11", "license": "GPL-3.0-only", "author": "AesirX", "repository": "https://github.com/aesirxio/sso", @@ -18,7 +18,7 @@ "@wagmi/core": "^1.3.8", "@web3modal/ethereum": "^2.7.0", "@web3modal/react": "^2.7.0", - "aesirx-lib": "^2.0.8", + "aesirx-lib": "^2.0.9", "axios": "^1.6.0", "bootstrap": "^5.3.0", "cross-env": "^7.0.3", diff --git a/yarn.lock b/yarn.lock index 79ce6c1..f1f05b7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2860,10 +2860,10 @@ aes-js@^3.1.2: resolved "https://registry.npmjs.org/aes-js/-/aes-js-3.1.2.tgz#db9aabde85d5caabbfc0d4f2a4446960f627146a" integrity sha512-e5pEa2kBnBOgR4Y/p20pskXI74UEz7de8ZGVo58asOtvSVG5YAbJeELPZxOmt+Bnz3rX753YKhfIn4X4l1PPRQ== -aesirx-lib@^2.0.8: - version "2.0.8" - resolved "https://registry.yarnpkg.com/aesirx-lib/-/aesirx-lib-2.0.8.tgz#1b3d4dc540bec8c9277eeaf11e296c7817aeafb7" - integrity sha512-SYYPhc20T3blpXOylzy7F2CprR0LrVQULb7ozupZIHfzqd0dQGikraK77MDFiQPAIk4iwPoN7+rHBw6rqSBwhQ== +aesirx-lib@^2.0.9: + version "2.0.9" + resolved "https://registry.yarnpkg.com/aesirx-lib/-/aesirx-lib-2.0.9.tgz#0c081076c36454be296659675788bbed0935c1b7" + integrity sha512-tXz2K5xDIXsjOmGl1ZrDsNMMsmdf5h7vbYFSqtr7m3Shqm9zWcsUAkn9oJjTi7cLvqqiMB2kmpx9AN72PFoIbA== dependencies: axios "^1.6.0" axios-auth-refresh "^3.3.6"