m2m-components 8.0.3-alpha-1769403991718-dabec1b.0 → 8.0.3-alpha-1769448810734-c14956b.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.
- package/{chunk-7AZEHVZT.mjs → chunk-YQAWOY7E.mjs} +4 -4
- package/{chunk-5UB7V6OQ.mjs → chunk-YW4OY2BI.mjs} +4 -4
- package/feedback/index.mjs +2 -2
- package/index.mjs +3 -3
- package/package.json +2 -2
- package/storage/refreshAuth.mjs +2 -2
- package/storage/useM2mAuth.mjs +6 -6
- /package/{chunk-7AZEHVZT.mjs.map → chunk-YQAWOY7E.mjs.map} +0 -0
- /package/{chunk-5UB7V6OQ.mjs.map → chunk-YW4OY2BI.mjs.map} +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
requestGetToken
|
|
3
|
-
} from "./chunk-YK5WXFFQ.mjs";
|
|
4
1
|
import {
|
|
5
2
|
parseJwtPayload
|
|
6
3
|
} from "./chunk-JG5QN6O7.mjs";
|
|
4
|
+
import {
|
|
5
|
+
requestGetToken
|
|
6
|
+
} from "./chunk-YK5WXFFQ.mjs";
|
|
7
7
|
import {
|
|
8
8
|
persistenceDatabase
|
|
9
9
|
} from "./chunk-IGOSAWM6.mjs";
|
|
@@ -35,4 +35,4 @@ var refreshAuth = async () => {
|
|
|
35
35
|
export {
|
|
36
36
|
refreshAuth
|
|
37
37
|
};
|
|
38
|
-
//# sourceMappingURL=chunk-
|
|
38
|
+
//# sourceMappingURL=chunk-YQAWOY7E.mjs.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
MultipleTextQuestion
|
|
3
|
-
} from "./chunk-3XHA2QSU.mjs";
|
|
4
1
|
import {
|
|
5
2
|
SelectQuestion
|
|
6
3
|
} from "./chunk-2WH7YI3Y.mjs";
|
|
7
4
|
import {
|
|
8
5
|
getRandomId
|
|
9
6
|
} from "./chunk-G2TI3KAY.mjs";
|
|
7
|
+
import {
|
|
8
|
+
MultipleTextQuestion
|
|
9
|
+
} from "./chunk-3XHA2QSU.mjs";
|
|
10
10
|
|
|
11
11
|
// src/feedback/index.tsx
|
|
12
12
|
import {
|
|
@@ -227,4 +227,4 @@ var FeedbackProvider = ({
|
|
|
227
227
|
export {
|
|
228
228
|
FeedbackProvider
|
|
229
229
|
};
|
|
230
|
-
//# sourceMappingURL=chunk-
|
|
230
|
+
//# sourceMappingURL=chunk-YW4OY2BI.mjs.map
|
package/feedback/index.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
FeedbackProvider
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-3XHA2QSU.mjs";
|
|
3
|
+
} from "../chunk-YW4OY2BI.mjs";
|
|
5
4
|
import "../chunk-2WH7YI3Y.mjs";
|
|
6
5
|
import "../chunk-G2TI3KAY.mjs";
|
|
6
|
+
import "../chunk-3XHA2QSU.mjs";
|
|
7
7
|
import "../chunk-ZOXT4E27.mjs";
|
|
8
8
|
export {
|
|
9
9
|
FeedbackProvider
|
package/index.mjs
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
+
import "./chunk-YW4OY2BI.mjs";
|
|
2
|
+
import "./chunk-2WH7YI3Y.mjs";
|
|
3
|
+
import "./chunk-G2TI3KAY.mjs";
|
|
1
4
|
import "./chunk-T3MVHAME.mjs";
|
|
2
5
|
import "./chunk-INOKCKLW.mjs";
|
|
3
6
|
import "./chunk-ID5SKMBD.mjs";
|
|
4
7
|
import "./chunk-AJ5ZCYYF.mjs";
|
|
5
8
|
import "./chunk-BFCTE2XZ.mjs";
|
|
6
9
|
import "./chunk-IGOSAWM6.mjs";
|
|
7
|
-
import "./chunk-5UB7V6OQ.mjs";
|
|
8
10
|
import "./chunk-3XHA2QSU.mjs";
|
|
9
|
-
import "./chunk-2WH7YI3Y.mjs";
|
|
10
|
-
import "./chunk-G2TI3KAY.mjs";
|
|
11
11
|
import "./chunk-5EK67DDX.mjs";
|
|
12
12
|
import "./chunk-UG5BQSSY.mjs";
|
|
13
13
|
import "./chunk-MHVPEHXH.mjs";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "m2m-components",
|
|
3
|
-
"version": "8.0.3-alpha-
|
|
3
|
+
"version": "8.0.3-alpha-1769448810734-c14956b.0",
|
|
4
4
|
"repository": "https://github.com/matsuri-tech/m2m-components.git",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "index.mjs",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@mui/material": "7.3.4",
|
|
46
46
|
"endpoints-sdk-cli": "3.1.2",
|
|
47
47
|
"fake-indexeddb": "6.2.5",
|
|
48
|
-
"matsuri-hooks": "4.2.
|
|
48
|
+
"matsuri-hooks": "4.2.14",
|
|
49
49
|
"matsuri-ui": "18.0.3",
|
|
50
50
|
"react": "19.2.0",
|
|
51
51
|
"react-dom": "19.2.0",
|
package/storage/refreshAuth.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
refreshAuth
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-YQAWOY7E.mjs";
|
|
4
|
+
import "../chunk-JG5QN6O7.mjs";
|
|
4
5
|
import "../chunk-YK5WXFFQ.mjs";
|
|
5
6
|
import "../chunk-E2ELQNMR.mjs";
|
|
6
|
-
import "../chunk-JG5QN6O7.mjs";
|
|
7
7
|
import "../chunk-IGOSAWM6.mjs";
|
|
8
8
|
import "../chunk-QWW2VCZM.mjs";
|
|
9
9
|
import "../chunk-R73ITKF5.mjs";
|
package/storage/useM2mAuth.mjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
requestLogin
|
|
3
|
-
} from "../chunk-77SFV5XL.mjs";
|
|
4
1
|
import {
|
|
5
2
|
refreshAuth
|
|
6
|
-
} from "../chunk-
|
|
7
|
-
import "../chunk-YK5WXFFQ.mjs";
|
|
8
|
-
import "../chunk-E2ELQNMR.mjs";
|
|
3
|
+
} from "../chunk-YQAWOY7E.mjs";
|
|
9
4
|
import {
|
|
10
5
|
checkJwtExpiration
|
|
11
6
|
} from "../chunk-JG5QN6O7.mjs";
|
|
7
|
+
import "../chunk-YK5WXFFQ.mjs";
|
|
8
|
+
import {
|
|
9
|
+
requestLogin
|
|
10
|
+
} from "../chunk-77SFV5XL.mjs";
|
|
11
|
+
import "../chunk-E2ELQNMR.mjs";
|
|
12
12
|
import {
|
|
13
13
|
clearAuth
|
|
14
14
|
} from "../chunk-BFCTE2XZ.mjs";
|
|
File without changes
|
|
File without changes
|