m2m-components 6.1.5-alpha-1744099540975-94a80f7.0 → 6.1.5-alpha-1744101418017-d469bd2.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,13 +1,13 @@
1
1
  'use client'
2
- import {
3
- requestGetToken
4
- } from "./chunk-DQ7HQOOU.mjs";
5
2
  import {
6
3
  parseJwtPayload
7
4
  } from "./chunk-OAYTELBV.mjs";
8
5
  import {
9
6
  persistenceDatabase
10
7
  } from "./chunk-JTG3PYLM.mjs";
8
+ import {
9
+ requestGetToken
10
+ } from "./chunk-DQ7HQOOU.mjs";
11
11
  import {
12
12
  m2mAuthTokenApi
13
13
  } from "./chunk-5DZIFMOT.mjs";
@@ -36,4 +36,4 @@ var refreshAuth = async () => {
36
36
  export {
37
37
  refreshAuth
38
38
  };
39
- //# sourceMappingURL=chunk-UIR5V5YH.mjs.map
39
+ //# sourceMappingURL=chunk-HM7B6OVG.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "m2m-components",
3
- "version": "6.1.5-alpha-1744099540975-94a80f7.0",
3
+ "version": "6.1.5-alpha-1744101418017-d469bd2.0",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "typings": "index.d.ts",
@@ -46,7 +46,7 @@
46
46
  "@mui/material": "7.0.1",
47
47
  "endpoints-sdk-cli": "3.0.0",
48
48
  "fake-indexeddb": "6.0.0",
49
- "matsuri-hooks": "4.1.0",
49
+ "matsuri-hooks": "4.2.1",
50
50
  "matsuri-ui": "17.0.0",
51
51
  "react": "19.1.0",
52
52
  "react-dom": "19.1.0",
@@ -1,10 +1,10 @@
1
1
  'use client'
2
2
  import {
3
3
  refreshAuth
4
- } from "../chunk-UIR5V5YH.mjs";
5
- import "../chunk-DQ7HQOOU.mjs";
4
+ } from "../chunk-HM7B6OVG.mjs";
6
5
  import "../chunk-OAYTELBV.mjs";
7
6
  import "../chunk-JTG3PYLM.mjs";
7
+ import "../chunk-DQ7HQOOU.mjs";
8
8
  import "../chunk-SS7VKGY7.mjs";
9
9
  import "../chunk-5DZIFMOT.mjs";
10
10
  import "../chunk-PB3E5UQP.mjs";
@@ -1,17 +1,17 @@
1
1
  'use client'
2
- import {
3
- requestLogin
4
- } from "../chunk-B7ZCWRQS.mjs";
5
2
  import {
6
3
  refreshAuth
7
- } from "../chunk-UIR5V5YH.mjs";
8
- import "../chunk-DQ7HQOOU.mjs";
4
+ } from "../chunk-HM7B6OVG.mjs";
9
5
  import {
10
6
  checkJwtExpiration
11
7
  } from "../chunk-OAYTELBV.mjs";
12
8
  import {
13
9
  persistenceDatabase
14
10
  } from "../chunk-JTG3PYLM.mjs";
11
+ import "../chunk-DQ7HQOOU.mjs";
12
+ import {
13
+ requestLogin
14
+ } from "../chunk-B7ZCWRQS.mjs";
15
15
  import "../chunk-SS7VKGY7.mjs";
16
16
  import {
17
17
  m2mAuthTokenApi