@esvndev/es-react-config-setting 1.0.88 → 1.0.89

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
@@ -17024,7 +17024,7 @@ const GetSettingConfigClient = async (filter, callback) => {
17024
17024
  StateId: '',
17025
17025
  Option: JSON.stringify({
17026
17026
  version: localStorage.getItem("app_config_setting_version"),
17027
- ...(filter ?? {})
17027
+ filter: { ...(filter ?? {}) }
17028
17028
  })
17029
17029
  };
17030
17030
  const options = {