aq-fe-framework 0.1.223 → 0.1.224

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-VRVXW633.mjs";
4
+ } from "./chunk-YP4HI3R3.mjs";
5
5
  import {
6
6
  createGenericStore
7
7
  } from "./chunk-Y3YGC5IH.mjs";
@@ -81,7 +81,7 @@ function useMyReactQuery({
81
81
  // src/api/config/baseAxios.ts
82
82
  import axios from "axios";
83
83
  var baseAxios = axios.create({
84
- baseURL: ""
84
+ baseURL: process.env.NEXT_PUBLIC_API
85
85
  // server
86
86
  // baseURL: process.env.NEXT_PUBLIC_API_LOCAL, // local debug
87
87
  });
@@ -65,8 +65,8 @@ import {
65
65
  useS_BasicAppShell,
66
66
  useS_ButtonImport,
67
67
  utils_layout_getItemsWithoutLinks
68
- } from "../chunk-NVGVG54H.mjs";
69
- import "../chunk-VRVXW633.mjs";
68
+ } from "../chunk-WXBH6C7J.mjs";
69
+ import "../chunk-YP4HI3R3.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-VRVXW633.mjs";
7
+ } from "../chunk-YP4HI3R3.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-NVGVG54H.mjs";
28
+ } from "../chunk-WXBH6C7J.mjs";
29
29
  import {
30
30
  baseAxios_default,
31
31
  useQ_AQ_GetAQModule,
32
32
  useQ_SkillCenter_GetAll
33
- } from "../chunk-VRVXW633.mjs";
33
+ } from "../chunk-YP4HI3R3.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.223",
25
+ "version": "0.1.224",
26
26
  "private": false,
27
27
  "files": [
28
28
  "dist"