m2m-components 6.1.6-alpha-1744311222664-4b3d5b2.0 → 6.1.6-alpha-1744325251975-4e94ddc.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,12 +1,12 @@
1
+ import {
2
+ requestGetToken
3
+ } from "./chunk-47C2N2UF.mjs";
1
4
  import {
2
5
  parseJwtPayload
3
6
  } from "./chunk-JG5QN6O7.mjs";
4
7
  import {
5
8
  persistenceDatabase
6
9
  } from "./chunk-GQCJ5QNH.mjs";
7
- import {
8
- requestGetToken
9
- } from "./chunk-47C2N2UF.mjs";
10
10
  import {
11
11
  m2mAuthTokenApi
12
12
  } from "./chunk-MERECGBH.mjs";
@@ -35,4 +35,4 @@ var refreshAuth = async () => {
35
35
  export {
36
36
  refreshAuth
37
37
  };
38
- //# sourceMappingURL=chunk-27D73AG2.mjs.map
38
+ //# sourceMappingURL=chunk-QIUTIKUS.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "m2m-components",
3
- "version": "6.1.6-alpha-1744311222664-4b3d5b2.0",
3
+ "version": "6.1.6-alpha-1744325251975-4e94ddc.0",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "typings": "index.d.ts",
@@ -42,8 +42,8 @@
42
42
  "@datadog/browser-logs": "6.6.3",
43
43
  "@emotion/react": "11.14.0",
44
44
  "@emotion/styled": "11.14.0",
45
- "@mui/icons-material": "7.0.1",
46
- "@mui/material": "7.0.1",
45
+ "@mui/icons-material": "7.0.2",
46
+ "@mui/material": "7.0.2",
47
47
  "endpoints-sdk-cli": "3.0.0",
48
48
  "fake-indexeddb": "6.0.0",
49
49
  "matsuri-hooks": "4.2.1",
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  refreshAuth
3
- } from "../chunk-27D73AG2.mjs";
3
+ } from "../chunk-QIUTIKUS.mjs";
4
+ import "../chunk-47C2N2UF.mjs";
4
5
  import "../chunk-JG5QN6O7.mjs";
5
6
  import "../chunk-GQCJ5QNH.mjs";
6
- import "../chunk-47C2N2UF.mjs";
7
7
  import "../chunk-E2ELQNMR.mjs";
8
8
  import "../chunk-MERECGBH.mjs";
9
9
  import "../chunk-R73ITKF5.mjs";
@@ -1,16 +1,16 @@
1
+ import {
2
+ requestLogin
3
+ } from "../chunk-77SFV5XL.mjs";
1
4
  import {
2
5
  refreshAuth
3
- } from "../chunk-27D73AG2.mjs";
6
+ } from "../chunk-QIUTIKUS.mjs";
7
+ import "../chunk-47C2N2UF.mjs";
4
8
  import {
5
9
  checkJwtExpiration
6
10
  } from "../chunk-JG5QN6O7.mjs";
7
11
  import {
8
12
  persistenceDatabase
9
13
  } from "../chunk-GQCJ5QNH.mjs";
10
- import "../chunk-47C2N2UF.mjs";
11
- import {
12
- requestLogin
13
- } from "../chunk-77SFV5XL.mjs";
14
14
  import "../chunk-E2ELQNMR.mjs";
15
15
  import {
16
16
  m2mAuthTokenApi