@fctc/interface-logic 1.3.5 → 1.3.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/environment.js +1 -0
- package/dist/environment.mjs +1 -0
- package/dist/hooks.js +1 -0
- package/dist/hooks.mjs +1 -0
- package/dist/provider.js +1 -0
- package/dist/provider.mjs +1 -0
- package/dist/services.js +1 -0
- package/dist/services.mjs +1 -0
- package/package.json +1 -1
package/dist/environment.js
CHANGED
|
@@ -3040,6 +3040,7 @@ var EnvStore = class {
|
|
|
3040
3040
|
const requests = axiosClient.init(env2);
|
|
3041
3041
|
console.log("requestsrequestsrequests", requests);
|
|
3042
3042
|
console.log("envenv", env2);
|
|
3043
|
+
console.log("aaaaaaa", dispatch(setEnv({ ...env2, requests })));
|
|
3043
3044
|
dispatch(setEnv({ ...env2, requests }));
|
|
3044
3045
|
this.setup();
|
|
3045
3046
|
}
|
package/dist/environment.mjs
CHANGED
|
@@ -3001,6 +3001,7 @@ var EnvStore = class {
|
|
|
3001
3001
|
const requests = axiosClient.init(env2);
|
|
3002
3002
|
console.log("requestsrequestsrequests", requests);
|
|
3003
3003
|
console.log("envenv", env2);
|
|
3004
|
+
console.log("aaaaaaa", dispatch(setEnv({ ...env2, requests })));
|
|
3004
3005
|
dispatch(setEnv({ ...env2, requests }));
|
|
3005
3006
|
this.setup();
|
|
3006
3007
|
}
|
package/dist/hooks.js
CHANGED
|
@@ -3164,6 +3164,7 @@ var EnvStore = class {
|
|
|
3164
3164
|
const requests = axiosClient.init(env2);
|
|
3165
3165
|
console.log("requestsrequestsrequests", requests);
|
|
3166
3166
|
console.log("envenv", env2);
|
|
3167
|
+
console.log("aaaaaaa", dispatch(setEnv({ ...env2, requests })));
|
|
3167
3168
|
dispatch(setEnv({ ...env2, requests }));
|
|
3168
3169
|
this.setup();
|
|
3169
3170
|
}
|
package/dist/hooks.mjs
CHANGED
|
@@ -3061,6 +3061,7 @@ var EnvStore = class {
|
|
|
3061
3061
|
const requests = axiosClient.init(env2);
|
|
3062
3062
|
console.log("requestsrequestsrequests", requests);
|
|
3063
3063
|
console.log("envenv", env2);
|
|
3064
|
+
console.log("aaaaaaa", dispatch(setEnv({ ...env2, requests })));
|
|
3064
3065
|
dispatch(setEnv({ ...env2, requests }));
|
|
3065
3066
|
this.setup();
|
|
3066
3067
|
}
|
package/dist/provider.js
CHANGED
|
@@ -3076,6 +3076,7 @@ var EnvStore = class {
|
|
|
3076
3076
|
const requests = axiosClient.init(env2);
|
|
3077
3077
|
console.log("requestsrequestsrequests", requests);
|
|
3078
3078
|
console.log("envenv", env2);
|
|
3079
|
+
console.log("aaaaaaa", dispatch(setEnv({ ...env2, requests })));
|
|
3079
3080
|
dispatch(setEnv({ ...env2, requests }));
|
|
3080
3081
|
this.setup();
|
|
3081
3082
|
}
|
package/dist/provider.mjs
CHANGED
|
@@ -3038,6 +3038,7 @@ var EnvStore = class {
|
|
|
3038
3038
|
const requests = axiosClient.init(env2);
|
|
3039
3039
|
console.log("requestsrequestsrequests", requests);
|
|
3040
3040
|
console.log("envenv", env2);
|
|
3041
|
+
console.log("aaaaaaa", dispatch(setEnv({ ...env2, requests })));
|
|
3041
3042
|
dispatch(setEnv({ ...env2, requests }));
|
|
3042
3043
|
this.setup();
|
|
3043
3044
|
}
|
package/dist/services.js
CHANGED
|
@@ -3080,6 +3080,7 @@ var EnvStore = class {
|
|
|
3080
3080
|
const requests = axiosClient.init(env2);
|
|
3081
3081
|
console.log("requestsrequestsrequests", requests);
|
|
3082
3082
|
console.log("envenv", env2);
|
|
3083
|
+
console.log("aaaaaaa", dispatch(setEnv({ ...env2, requests })));
|
|
3083
3084
|
dispatch(setEnv({ ...env2, requests }));
|
|
3084
3085
|
this.setup();
|
|
3085
3086
|
}
|
package/dist/services.mjs
CHANGED
|
@@ -3036,6 +3036,7 @@ var EnvStore = class {
|
|
|
3036
3036
|
const requests = axiosClient.init(env2);
|
|
3037
3037
|
console.log("requestsrequestsrequests", requests);
|
|
3038
3038
|
console.log("envenv", env2);
|
|
3039
|
+
console.log("aaaaaaa", dispatch(setEnv({ ...env2, requests })));
|
|
3039
3040
|
dispatch(setEnv({ ...env2, requests }));
|
|
3040
3041
|
this.setup();
|
|
3041
3042
|
}
|