@jsuites/utils 6.0.0 → 6.0.1

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -275,7 +275,7 @@
275
275
  return component;
276
276
  })();
277
277
 
278
- function Mask() {
278
+ const Mask = (function() {
279
279
  // Currency
280
280
  const tokens = {
281
281
  // Escape
@@ -4006,7 +4006,7 @@
4006
4006
  Component.adjustPrecision = adjustPrecision;
4007
4007
 
4008
4008
  return Component;
4009
- }
4009
+ })();
4010
4010
 
4011
4011
  return { Mask: Mask, Helpers: Helpers };
4012
4012
  })));
package/package.json CHANGED
@@ -19,7 +19,7 @@
19
19
  "javascript utilities"
20
20
  ],
21
21
  "main": "dist/index.js",
22
- "version": "6.0.0",
22
+ "version": "6.0.1",
23
23
  "bugs": "https://github.com/jsuites/jsuites/issues",
24
24
  "homepage": "https://github.com/jsuites/jsuites",
25
25
  "docs": "https://jsuites.net/",