@formatjs/intl-locale 4.2.3 → 4.2.5

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/polyfill.js CHANGED
@@ -10,4 +10,3 @@ if ((0, should_polyfill_1.shouldPolyfill)()) {
10
10
  configurable: true,
11
11
  });
12
12
  }
13
- //# sourceMappingURL=polyfill.js.map
@@ -50,4 +50,3 @@ function getWeekDataForRegion(region) {
50
50
  var _region = (region ? region.toUpperCase() : '');
51
51
  return week_data_generated_1.weekData[_region || '001'] || week_data_generated_1.weekData['001'];
52
52
  }
53
- //# sourceMappingURL=preference-data.js.map
@@ -15,4 +15,3 @@ function hasIntlGetCanonicalLocalesBug() {
15
15
  function shouldPolyfill() {
16
16
  return !('Locale' in Intl) || hasIntlGetCanonicalLocalesBug();
17
17
  }
18
- //# sourceMappingURL=should-polyfill.js.map
@@ -967,4 +967,3 @@ exports.timezones = {
967
967
  "Africa/Harare"
968
968
  ]
969
969
  };
970
- //# sourceMappingURL=timezones.generated.js.map
@@ -2074,4 +2074,3 @@ exports.weekData = {
2074
2074
  ]
2075
2075
  }
2076
2076
  };
2077
- //# sourceMappingURL=week-data.generated.js.map