From 664bc0e1cb4a24b877672e87ba6a63d5f96b1d8f Mon Sep 17 00:00:00 2001 From: apporc Date: Fri, 2 Feb 2024 21:12:54 +0800 Subject: [PATCH] Update antelope core version --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 4f2653c..e5fa267 100644 --- a/package.json +++ b/package.json @@ -19,14 +19,14 @@ "prepare": "make" }, "dependencies": { - "@wharfkit/antelope": "^1.0.8", + "@wharfkit/antelope": "^1.0.8-rc1", "@wharfkit/common": "^1.2.0", "@wharfkit/contract": "^1.1.1", "@wharfkit/signing-request": "^3.0.0", "tslib": "^2.0.3" }, "resolutions": { - "@wharfkit/antelope": "^1.0.8" + "@wharfkit/antelope": "^1.0.8-rc1" }, "devDependencies": { "@rollup/plugin-alias": "^4.0.2", diff --git a/yarn.lock b/yarn.lock index c5da943..882e709 100644 --- a/yarn.lock +++ b/yarn.lock @@ -586,10 +586,10 @@ pako "^2.0.4" tslib "^2.1.0" -"@wharfkit/antelope@^0.7.3", "@wharfkit/antelope@^1.0.0", "@wharfkit/antelope@^1.0.7": - version "1.0.7" - resolved "https://registry.yarnpkg.com/@wharfkit/antelope/-/antelope-1.0.7.tgz#5ca010db963e061b2e8c47c14e55f86817718c2e" - integrity sha512-C4DRC4U+qC2XQKUgwznKX6i8xdKo+ZqxkZURrPTtY3v53IvKwj+3amTQQSpuECechS5x6ItcT+/fOFBNlQ2Juw== +"@wharfkit/antelope@^0.7.3", "@wharfkit/antelope@^1.0.0", "@wharfkit/antelope@^1.0.8-rc1": + version "1.0.8-rc1" + resolved "https://registry.yarnpkg.com/@wharfkit/antelope/-/antelope-1.0.8-rc1.tgz#cdd8e8ad1c27994af2c1fac1074539c05e977850" + integrity sha512-5occCjkj6Xr57q1qvBvKuRLGLofCSq4TMDO12o1ohM9OpZ0WYpxI46bfzuyFrk/lFm+JiUOZnFrV1Zy3Y9bxcQ== dependencies: bn.js "^4.11.9" brorand "^1.1.0"