aq-fe-framework 0.1.79 → 0.1.80

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.
@@ -10135,9 +10135,9 @@ function F_authenticate_Login({
10135
10135
  loadingState[1](false);
10136
10136
  return;
10137
10137
  }
10138
- authStore.setProperty("code", data.userName);
10139
- authStore.setProperty("fullName", data.userFullName);
10140
- authStore.setProperty("userId", data.userId);
10138
+ authStore.setProperty("code", data.data.userName);
10139
+ authStore.setProperty("fullName", data.data.userFullName);
10140
+ authStore.setProperty("userId", data.data.userId);
10141
10141
  authStore.setProperty("token", data.data.token);
10142
10142
  if (onSuccess) {
10143
10143
  onSuccess(data);
@@ -62,7 +62,7 @@ import {
62
62
  useHeaderMegaMenuStore,
63
63
  useS_ButtonImport,
64
64
  utils_layout_getItemsWithoutLinks
65
- } from "../chunk-WN7XS2D7.mjs";
65
+ } from "../chunk-DKHALPJQ.mjs";
66
66
  import "../chunk-AL73DX37.mjs";
67
67
  import "../chunk-42OQXQR5.mjs";
68
68
  import "../chunk-FWCSY2DS.mjs";
@@ -57,7 +57,7 @@ import {
57
57
  useS_authenticate,
58
58
  useS_core83092,
59
59
  utils_core83092_mergePage
60
- } from "../chunk-WN7XS2D7.mjs";
60
+ } from "../chunk-DKHALPJQ.mjs";
61
61
  import "../chunk-AL73DX37.mjs";
62
62
  import "../chunk-42OQXQR5.mjs";
63
63
  import "../chunk-FWCSY2DS.mjs";
package/package.json CHANGED
@@ -18,13 +18,13 @@
18
18
  "types": "./dist/modules-features/index.d.mts"
19
19
  }
20
20
  },
21
- "version": "0.1.79",
21
+ "version": "0.1.80",
22
22
  "private": false,
23
23
  "files": [
24
24
  "dist"
25
25
  ],
26
26
  "scripts": {
27
- "dev": "next dev --turbopack -p 3003",
27
+ "dev": "next dev --turbopack -p 3000",
28
28
  "gen": "barrelsby --config barrelsby.json",
29
29
  "build": "tsup --tsconfig tsconfig.lib.json",
30
30
  "start": "next start",