@fctc/interface-logic 3.1.5 → 3.1.6
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/dist/configs.js +1 -1
- package/dist/configs.mjs +1 -1
- package/dist/environment.js +1 -1
- package/dist/environment.mjs +1 -1
- package/dist/provider.js +1 -1
- package/dist/provider.mjs +1 -1
- package/package.json +1 -1
package/dist/configs.js
CHANGED
|
@@ -2251,7 +2251,7 @@ var sessionStorageUtils = /* @__PURE__ */ (() => {
|
|
|
2251
2251
|
var axiosClient = {
|
|
2252
2252
|
init(config) {
|
|
2253
2253
|
const localStorage2 = config?.localStorageUtils ?? localStorageUtils();
|
|
2254
|
-
const sessionStorage2 =
|
|
2254
|
+
const sessionStorage2 = sessionStorageUtils;
|
|
2255
2255
|
const db = config?.db;
|
|
2256
2256
|
const database = config?.config?.database;
|
|
2257
2257
|
let isRefreshing = false;
|
package/dist/configs.mjs
CHANGED
|
@@ -2215,7 +2215,7 @@ var sessionStorageUtils = /* @__PURE__ */ (() => {
|
|
|
2215
2215
|
var axiosClient = {
|
|
2216
2216
|
init(config) {
|
|
2217
2217
|
const localStorage2 = config?.localStorageUtils ?? localStorageUtils();
|
|
2218
|
-
const sessionStorage2 =
|
|
2218
|
+
const sessionStorage2 = sessionStorageUtils;
|
|
2219
2219
|
const db = config?.db;
|
|
2220
2220
|
const database = config?.config?.database;
|
|
2221
2221
|
let isRefreshing = false;
|
package/dist/environment.js
CHANGED
|
@@ -2253,7 +2253,7 @@ var sessionStorageUtils = /* @__PURE__ */ (() => {
|
|
|
2253
2253
|
var axiosClient = {
|
|
2254
2254
|
init(config) {
|
|
2255
2255
|
const localStorage2 = config?.localStorageUtils ?? localStorageUtils();
|
|
2256
|
-
const sessionStorage2 =
|
|
2256
|
+
const sessionStorage2 = sessionStorageUtils;
|
|
2257
2257
|
const db = config?.db;
|
|
2258
2258
|
const database = config?.config?.database;
|
|
2259
2259
|
let isRefreshing = false;
|
package/dist/environment.mjs
CHANGED
|
@@ -2215,7 +2215,7 @@ var sessionStorageUtils = /* @__PURE__ */ (() => {
|
|
|
2215
2215
|
var axiosClient = {
|
|
2216
2216
|
init(config) {
|
|
2217
2217
|
const localStorage2 = config?.localStorageUtils ?? localStorageUtils();
|
|
2218
|
-
const sessionStorage2 =
|
|
2218
|
+
const sessionStorage2 = sessionStorageUtils;
|
|
2219
2219
|
const db = config?.db;
|
|
2220
2220
|
const database = config?.config?.database;
|
|
2221
2221
|
let isRefreshing = false;
|
package/dist/provider.js
CHANGED
|
@@ -5379,7 +5379,7 @@ var import_axios = __toESM(require("axios"));
|
|
|
5379
5379
|
var axiosClient = {
|
|
5380
5380
|
init(config) {
|
|
5381
5381
|
const localStorage2 = config?.localStorageUtils ?? localStorageUtils();
|
|
5382
|
-
const sessionStorage2 =
|
|
5382
|
+
const sessionStorage2 = sessionStorageUtils;
|
|
5383
5383
|
const db = config?.db;
|
|
5384
5384
|
const database = config?.config?.database;
|
|
5385
5385
|
let isRefreshing = false;
|
package/dist/provider.mjs
CHANGED
|
@@ -5336,7 +5336,7 @@ import axios from "axios";
|
|
|
5336
5336
|
var axiosClient = {
|
|
5337
5337
|
init(config) {
|
|
5338
5338
|
const localStorage2 = config?.localStorageUtils ?? localStorageUtils();
|
|
5339
|
-
const sessionStorage2 =
|
|
5339
|
+
const sessionStorage2 = sessionStorageUtils;
|
|
5340
5340
|
const db = config?.db;
|
|
5341
5341
|
const database = config?.config?.database;
|
|
5342
5342
|
let isRefreshing = false;
|