@fctc/interface-logic 1.9.3 → 1.9.4

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
@@ -2783,7 +2783,7 @@ var action_service_default = ActionService;
2783
2783
  // src/services/auth-service/index.ts
2784
2784
  var AuthService = {
2785
2785
  async login(body) {
2786
- const env2 = getEnv().state;
2786
+ const env2 = getEnv();
2787
2787
  const payload = Object.fromEntries(
2788
2788
  Object.entries({
2789
2789
  username: body.email,
package/dist/hooks.mjs CHANGED
@@ -2679,7 +2679,7 @@ var action_service_default = ActionService;
2679
2679
  // src/services/auth-service/index.ts
2680
2680
  var AuthService = {
2681
2681
  async login(body) {
2682
- const env2 = getEnv().state;
2682
+ const env2 = getEnv();
2683
2683
  const payload = Object.fromEntries(
2684
2684
  Object.entries({
2685
2685
  username: body.email,
package/dist/services.js CHANGED
@@ -2698,7 +2698,7 @@ var action_service_default = ActionService;
2698
2698
  // src/services/auth-service/index.ts
2699
2699
  var AuthService = {
2700
2700
  async login(body) {
2701
- const env2 = getEnv().state;
2701
+ const env2 = getEnv();
2702
2702
  const payload = Object.fromEntries(
2703
2703
  Object.entries({
2704
2704
  username: body.email,
package/dist/services.mjs CHANGED
@@ -2654,7 +2654,7 @@ var action_service_default = ActionService;
2654
2654
  // src/services/auth-service/index.ts
2655
2655
  var AuthService = {
2656
2656
  async login(body) {
2657
- const env2 = getEnv().state;
2657
+ const env2 = getEnv();
2658
2658
  const payload = Object.fromEntries(
2659
2659
  Object.entries({
2660
2660
  username: body.email,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/interface-logic",
3
- "version": "1.9.3",
3
+ "version": "1.9.4",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",