@fctc/interface-logic 3.4.6 → 3.4.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
@@ -3875,7 +3875,6 @@ function useFormService() {
3875
3875
  formData,
3876
3876
  {
3877
3877
  headers: {
3878
- "Content-Type": "application/json",
3879
3878
  ...xNode ? { "X-Node": xNode } : {}
3880
3879
  }
3881
3880
  },
@@ -3895,7 +3894,6 @@ function useFormService() {
3895
3894
  formData,
3896
3895
  {
3897
3896
  headers: {
3898
- "Content-Type": "application/json",
3899
3897
  ...xNode ? { "X-Node": xNode } : {}
3900
3898
  }
3901
3899
  },
package/dist/hooks.mjs CHANGED
@@ -3740,7 +3740,6 @@ function useFormService() {
3740
3740
  formData,
3741
3741
  {
3742
3742
  headers: {
3743
- "Content-Type": "application/json",
3744
3743
  ...xNode ? { "X-Node": xNode } : {}
3745
3744
  }
3746
3745
  },
@@ -3760,7 +3759,6 @@ function useFormService() {
3760
3759
  formData,
3761
3760
  {
3762
3761
  headers: {
3763
- "Content-Type": "application/json",
3764
3762
  ...xNode ? { "X-Node": xNode } : {}
3765
3763
  }
3766
3764
  },
package/dist/provider.js CHANGED
@@ -3869,7 +3869,6 @@ function useFormService() {
3869
3869
  formData,
3870
3870
  {
3871
3871
  headers: {
3872
- "Content-Type": "application/json",
3873
3872
  ...xNode ? { "X-Node": xNode } : {}
3874
3873
  }
3875
3874
  },
@@ -3889,7 +3888,6 @@ function useFormService() {
3889
3888
  formData,
3890
3889
  {
3891
3890
  headers: {
3892
- "Content-Type": "application/json",
3893
3891
  ...xNode ? { "X-Node": xNode } : {}
3894
3892
  }
3895
3893
  },
package/dist/provider.mjs CHANGED
@@ -3826,7 +3826,6 @@ function useFormService() {
3826
3826
  formData,
3827
3827
  {
3828
3828
  headers: {
3829
- "Content-Type": "application/json",
3830
3829
  ...xNode ? { "X-Node": xNode } : {}
3831
3830
  }
3832
3831
  },
@@ -3846,7 +3845,6 @@ function useFormService() {
3846
3845
  formData,
3847
3846
  {
3848
3847
  headers: {
3849
- "Content-Type": "application/json",
3850
3848
  ...xNode ? { "X-Node": xNode } : {}
3851
3849
  }
3852
3850
  },
package/dist/services.js CHANGED
@@ -4055,7 +4055,6 @@ function useFormService() {
4055
4055
  formData,
4056
4056
  {
4057
4057
  headers: {
4058
- "Content-Type": "application/json",
4059
4058
  ...xNode ? { "X-Node": xNode } : {}
4060
4059
  }
4061
4060
  },
@@ -4075,7 +4074,6 @@ function useFormService() {
4075
4074
  formData,
4076
4075
  {
4077
4076
  headers: {
4078
- "Content-Type": "application/json",
4079
4077
  ...xNode ? { "X-Node": xNode } : {}
4080
4078
  }
4081
4079
  },
package/dist/services.mjs CHANGED
@@ -4011,7 +4011,6 @@ function useFormService() {
4011
4011
  formData,
4012
4012
  {
4013
4013
  headers: {
4014
- "Content-Type": "application/json",
4015
4014
  ...xNode ? { "X-Node": xNode } : {}
4016
4015
  }
4017
4016
  },
@@ -4031,7 +4030,6 @@ function useFormService() {
4031
4030
  formData,
4032
4031
  {
4033
4032
  headers: {
4034
- "Content-Type": "application/json",
4035
4033
  ...xNode ? { "X-Node": xNode } : {}
4036
4034
  }
4037
4035
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/interface-logic",
3
- "version": "3.4.6",
3
+ "version": "3.4.8",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",