summit-registration-lite 3.0.21 → 3.0.22

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
@@ -2152,8 +2152,8 @@ const formatCurrency = (value, _ref) => {
2152
2152
 
2153
2153
  const defaultOptions = {
2154
2154
  currency: 'USD',
2155
- minimumFractionDigits: 0,
2156
- maximumFractionDigits: 0
2155
+ minimumFractionDigits: 2,
2156
+ maximumFractionDigits: 2
2157
2157
  };
2158
2158
  const formatter = new Intl.NumberFormat(locale, formatCurrency_objectSpread(formatCurrency_objectSpread({
2159
2159
  style: 'currency'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "summit-registration-lite",
3
- "version": "3.0.21",
3
+ "version": "3.0.22",
4
4
  "description": "Summit Registration Lite",
5
5
  "main": "index.js",
6
6
  "scripts": {