@gustavo-valsechi/client 1.4.330 → 1.4.331

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.
@@ -99,6 +99,7 @@ function Form(props) {
99
99
  delete defaultValues[key];
100
100
  return;
101
101
  }
102
+ console.log("input", input);
102
103
  console.log("values[key]", values[key]);
103
104
  console.log("defaultValues[key]", defaultValues[key]);
104
105
  if (!!values[key] && values[key] !== defaultValues[key]) {
@@ -65,6 +65,7 @@ function Form(props) {
65
65
  delete defaultValues[key];
66
66
  return;
67
67
  }
68
+ console.log("input", input);
68
69
  console.log("values[key]", values[key]);
69
70
  console.log("defaultValues[key]", defaultValues[key]);
70
71
  if (!!values[key] && values[key] !== defaultValues[key]) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gustavo-valsechi/client",
3
- "version": "1.4.330",
3
+ "version": "1.4.331",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",