@fctc/interface-logic 1.9.7 → 1.9.8

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/hooks.js CHANGED
@@ -4221,7 +4221,7 @@ var useIsValidToken = () => {
4221
4221
  };
4222
4222
  var use_isvalid_token_default = useIsValidToken;
4223
4223
 
4224
- // src/hooks/auth/use-login-credential.ts
4224
+ // src/hooks/auth/use-login-credential.tsx
4225
4225
  var import_react_query7 = require("@tanstack/react-query");
4226
4226
 
4227
4227
  // src/services/auth-service/backup.ts
@@ -5101,7 +5101,7 @@ function useAuthService() {
5101
5101
  };
5102
5102
  }
5103
5103
 
5104
- // src/hooks/auth/use-login-credential.ts
5104
+ // src/hooks/auth/use-login-credential.tsx
5105
5105
  var useLoginCredential = () => {
5106
5106
  const { login } = useAuthService();
5107
5107
  return (0, import_react_query7.useMutation)({
package/dist/hooks.mjs CHANGED
@@ -4117,7 +4117,7 @@ var useIsValidToken = () => {
4117
4117
  };
4118
4118
  var use_isvalid_token_default = useIsValidToken;
4119
4119
 
4120
- // src/hooks/auth/use-login-credential.ts
4120
+ // src/hooks/auth/use-login-credential.tsx
4121
4121
  import { useMutation as useMutation5 } from "@tanstack/react-query";
4122
4122
 
4123
4123
  // src/services/auth-service/backup.ts
@@ -4997,7 +4997,7 @@ function useAuthService() {
4997
4997
  };
4998
4998
  }
4999
4999
 
5000
- // src/hooks/auth/use-login-credential.ts
5000
+ // src/hooks/auth/use-login-credential.tsx
5001
5001
  var useLoginCredential = () => {
5002
5002
  const { login } = useAuthService();
5003
5003
  return useMutation5({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/interface-logic",
3
- "version": "1.9.7",
3
+ "version": "1.9.8",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",