@matchain/matchid-sdk-react 0.1.48 → 0.1.49

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.
package/dist/index.mjs CHANGED
@@ -1,24 +1,26 @@
1
- import {
2
- chains_exports
3
- } from "./chunk-HYQ3T6WW.mjs";
4
- import {
5
- types_exports
6
- } from "./chunk-HBOS3RBL.mjs";
7
1
  import {
8
2
  api_exports
9
- } from "./chunk-4I5WVXIN.mjs";
3
+ } from "./chunk-IKSPEZ4F.mjs";
10
4
  import {
11
5
  MatchProvider,
6
+ ModalProvider,
7
+ ToastProvider,
12
8
  components_exports,
13
9
  hooks_exports,
14
10
  useMatch
15
- } from "./chunk-YSASIFLY.mjs";
11
+ } from "./chunk-MXDPJRRH.mjs";
12
+ import {
13
+ types_exports
14
+ } from "./chunk-HBOS3RBL.mjs";
16
15
  import "./chunk-UA6XHZHX.mjs";
17
16
  import {
18
17
  ui_exports
19
18
  } from "./chunk-FB5MHLWX.mjs";
20
19
  import "./chunk-5JHHHLG4.mjs";
21
20
  import "./chunk-LHNKZISB.mjs";
21
+ import {
22
+ chains_exports
23
+ } from "./chunk-HYQ3T6WW.mjs";
22
24
  import "./chunk-J5LGTIGS.mjs";
23
25
  export {
24
26
  api_exports as Api,
@@ -26,6 +28,8 @@ export {
26
28
  components_exports as Components,
27
29
  hooks_exports as Hooks,
28
30
  MatchProvider,
31
+ ModalProvider,
32
+ ToastProvider,
29
33
  types_exports as Types,
30
34
  ui_exports as UI,
31
35
  useMatch
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchain/matchid-sdk-react",
3
- "version": "0.1.48",
3
+ "version": "0.1.49",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {