aq-fe-framework 0.1.228 → 0.1.229

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,7 +1,7 @@
1
1
  import {
2
2
  baseAxios_default,
3
3
  useQ_AQ_GetAQModule
4
- } from "./chunk-NTUWJLXG.mjs";
4
+ } from "./chunk-P5TKOHP7.mjs";
5
5
  import {
6
6
  createGenericStore
7
7
  } from "./chunk-Y3YGC5IH.mjs";
@@ -6898,7 +6898,7 @@ import { useRouter as useRouter3 } from "next/navigation";
6898
6898
 
6899
6899
  // src/modules-features/authenticate/useS_authenticate.ts
6900
6900
  var useStore3 = createGenericStore({
6901
- initialState: { token: "", saveLogin: false },
6901
+ initialState: { token: "", saveLogin: false, username: "", password: "" },
6902
6902
  storageKey: "useS_authenticate"
6903
6903
  });
6904
6904
  function useS_authenticate() {
@@ -57,6 +57,7 @@ var useLoadAxiosConfig = ({ axiosInstance = baseAxios_default }) => {
57
57
  const config = await res.json();
58
58
  if (config.baseURL) {
59
59
  axiosInstance.defaults.baseURL = config.baseURL;
60
+ baseAxios_default.defaults.baseURL = config.baseURL;
60
61
  console.log("\u2705 baseURL set to", config.baseURL);
61
62
  }
62
63
  } catch (err) {
@@ -65,8 +65,8 @@ import {
65
65
  useS_BasicAppShell,
66
66
  useS_ButtonImport,
67
67
  utils_layout_getItemsWithoutLinks
68
- } from "../chunk-7KRHJHRV.mjs";
69
- import "../chunk-NTUWJLXG.mjs";
68
+ } from "../chunk-MXGYYDEO.mjs";
69
+ import "../chunk-P5TKOHP7.mjs";
70
70
  import "../chunk-Y3YGC5IH.mjs";
71
71
  import "../chunk-5U2JSHSJ.mjs";
72
72
  import "../chunk-7ZCOFATU.mjs";
@@ -4,7 +4,7 @@ import {
4
4
  useMyReactMutation,
5
5
  useMyReactQuery,
6
6
  useQ_AQ_GetAQModule
7
- } from "../chunk-NTUWJLXG.mjs";
7
+ } from "../chunk-P5TKOHP7.mjs";
8
8
  import "../chunk-7ZCOFATU.mjs";
9
9
  import "../chunk-FWCSY2DS.mjs";
10
10
  export {
@@ -25,12 +25,12 @@ import {
25
25
  useS_BasicAppShell,
26
26
  useS_authenticate,
27
27
  utils_layout_getItemsWithoutLinks
28
- } from "../chunk-7KRHJHRV.mjs";
28
+ } from "../chunk-MXGYYDEO.mjs";
29
29
  import {
30
30
  baseAxios_default,
31
31
  useQ_AQ_GetAQModule,
32
32
  useQ_SkillCenter_GetAll
33
- } from "../chunk-NTUWJLXG.mjs";
33
+ } from "../chunk-P5TKOHP7.mjs";
34
34
  import {
35
35
  createGenericStore
36
36
  } from "../chunk-Y3YGC5IH.mjs";
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "types": "./dist/hooks/index.d.mts"
23
23
  }
24
24
  },
25
- "version": "0.1.228",
25
+ "version": "0.1.229",
26
26
  "private": false,
27
27
  "files": [
28
28
  "dist"