@mcurros2/microm 1.1.361-0 → 1.1.362-0

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
@@ -2802,7 +2802,7 @@ function $b0e88ae38b6db8e6$export$48bc9efe0fd9cb51(obj) {
2802
2802
  function $b0e88ae38b6db8e6$export$2f94c190036e1eba(source, mergeAndOverride) {
2803
2803
  const mergedValues = {};
2804
2804
  Object.entries(source ?? {}).forEach(([name, value])=>{
2805
- if ($b0e88ae38b6db8e6$export$96bdbc84526f3739(value)) mergedValues[name] = value;
2805
+ mergedValues[name] = value;
2806
2806
  });
2807
2807
  Object.entries(mergeAndOverride ?? {}).forEach(([name, value])=>{
2808
2808
  if ($b0e88ae38b6db8e6$export$96bdbc84526f3739(value) || !Object.hasOwnProperty.call(mergedValues, name)) mergedValues[name] = value;