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",