m2m-components 8.0.1 → 8.0.2-alpha-1765867403592-350a21a.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,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-7AZEHVZT.mjs.map
38
+ //# sourceMappingURL=chunk-YQAWOY7E.mjs.map
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "m2m-components",
3
- "version": "8.0.1",
3
+ "version": "8.0.2-alpha-1765867403592-350a21a.0",
4
+ "repository": "https://github.com/matsuri-tech/m2m-components.git",
4
5
  "main": "index.js",
5
6
  "module": "index.mjs",
6
7
  "typings": "index.d.ts",
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  refreshAuth
3
- } from "../chunk-7AZEHVZT.mjs";
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";
@@ -1,14 +1,14 @@
1
- import {
2
- requestLogin
3
- } from "../chunk-77SFV5XL.mjs";
4
1
  import {
5
2
  refreshAuth
6
- } from "../chunk-7AZEHVZT.mjs";
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";