@juantroconisf/lib 2.2.7 → 2.2.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/index.js CHANGED
@@ -57,7 +57,7 @@ function handleNestedChange({
57
57
  var allToValue = (obj, value) => Object.keys(obj).reduce(
58
58
  (acc, key) => ({
59
59
  ...acc,
60
- [key]: true
60
+ [key]: value
61
61
  }),
62
62
  {}
63
63
  );
package/dist/index.mjs CHANGED
@@ -39,7 +39,7 @@ function handleNestedChange({
39
39
  var allToValue = (obj, value) => Object.keys(obj).reduce(
40
40
  (acc, key) => ({
41
41
  ...acc,
42
- [key]: true
42
+ [key]: value
43
43
  }),
44
44
  {}
45
45
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juantroconisf/lib",
3
- "version": "2.2.7",
3
+ "version": "2.2.8",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",