use-mask-input 3.3.6 → 3.3.7

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
@@ -3644,8 +3644,8 @@ const isServer = !(typeof window !== "undefined" && window.document && window.do
3644
3644
 
3645
3645
  const getMaskOptions = (mask, _options) => {
3646
3646
  const options = {
3647
- ..._options,
3648
- jitMasking: false
3647
+ jitMasking: false,
3648
+ ..._options
3649
3649
  };
3650
3650
  if (!mask)
3651
3651
  return options;