@formatjs/intl-listformat 5.0.0 → 5.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.
@@ -1,4 +1,4 @@
1
- import ListFormat from '.';
1
+ import ListFormat from './';
2
2
  Object.defineProperty(Intl, 'ListFormat', {
3
3
  value: ListFormat,
4
4
  writable: true,
package/lib/polyfill.js CHANGED
@@ -1,4 +1,4 @@
1
- import ListFormat from '.';
1
+ import ListFormat from './';
2
2
  import { shouldPolyfill } from './should-polyfill';
3
3
  if (shouldPolyfill()) {
4
4
  Object.defineProperty(Intl, 'ListFormat', {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formatjs/intl-listformat",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "Formats JS list in a i18n-safe way",
5
5
  "keywords": [
6
6
  "intl",
package/polyfill-force.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  var tslib_1 = require("tslib");
4
- var _1 = tslib_1.__importDefault(require("."));
4
+ var _1 = tslib_1.__importDefault(require("./"));
5
5
  Object.defineProperty(Intl, 'ListFormat', {
6
6
  value: _1.default,
7
7
  writable: true,
package/polyfill.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  var tslib_1 = require("tslib");
4
- var _1 = tslib_1.__importDefault(require("."));
4
+ var _1 = tslib_1.__importDefault(require("./"));
5
5
  var should_polyfill_1 = require("./should-polyfill");
6
6
  if (should_polyfill_1.shouldPolyfill()) {
7
7
  Object.defineProperty(Intl, 'ListFormat', {