From 559bf54c828b4669ca396974fed1d844ce6c604e Mon Sep 17 00:00:00 2001 From: Andrei Date: Tue, 11 Jun 2024 18:07:00 +0300 Subject: [PATCH] upgrade cross-window --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a92ca1a..375dd36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiversx/sdk-dapp-core", - "version": "0.0.0-alpha.5", + "version": "0.0.0-alpha.6", "main": "out/index.js", "module": "out/index.js", "types": "out/index.d.ts", @@ -31,7 +31,7 @@ }, "dependencies": { "@multiversx/sdk-native-auth-client": "^1.0.8", - "@multiversx/sdk-web-wallet-cross-window-provider": "0.1.3", + "@multiversx/sdk-web-wallet-cross-window-provider": "0.2.0", "@types/lodash": "^4.17.4", "isomorphic-fetch": "^3.0.0", "lodash": "^4.17.21",