@multiversx/sdk-dapp 2.22.1 → 2.22.2-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- /// <reference types="redux-persist/types/persistReducer" />
1
+ /// <reference types="redux-persist/types/persistreducer" />
2
2
  export declare const sessionStorageReducers: {
3
3
  toasts: import("redux").Reducer<import("reduxStore/slices").ToastsSliceState & import("redux-persist/es/persistReducer").PersistPartial, import("redux").AnyAction>;
4
4
  transactions: import("redux").Reducer<import("reduxStore/slices").TransactionsSliceStateType & import("redux-persist/es/persistReducer").PersistPartial, import("redux").AnyAction>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@multiversx/sdk-dapp",
3
- "version": "2.22.1",
3
+ "version": "2.22.2-alpha.0",
4
4
  "description": "A library to hold the main logic for a dapp on the MultiversX blockchain",
5
5
  "author": "MultiversX",
6
6
  "license": "GPL-3.0-or-later",
@@ -151,7 +151,7 @@
151
151
  "@multiversx/sdk-network-providers": "1.5.0",
152
152
  "@multiversx/sdk-opera-provider": "1.0.0-alpha.1",
153
153
  "@multiversx/sdk-wallet": "4.2.0",
154
- "@multiversx/sdk-wallet-connect-provider": "4.0.3",
154
+ "@multiversx/sdk-wallet-connect-provider": "4.0.4-alpha.0",
155
155
  "@multiversx/sdk-web-wallet-provider": "3.1.0",
156
156
  "@reduxjs/toolkit": "1.8.2",
157
157
  "axios": "0.24.0",
@@ -1,4 +1,4 @@
1
- /// <reference types="redux-persist/types/persistReducer" />
1
+ /// <reference types="redux-persist/types/persistreducer" />
2
2
  export declare const sessionStorageReducers: {
3
3
  toasts: import("redux").Reducer<import("reduxStore/slices").ToastsSliceState & import("redux-persist/es/persistReducer").PersistPartial, import("redux").AnyAction>;
4
4
  transactions: import("redux").Reducer<import("reduxStore/slices").TransactionsSliceStateType & import("redux-persist/es/persistReducer").PersistPartial, import("redux").AnyAction>;