@formatjs/intl-locale 4.0.0 → 4.0.2

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.
@@ -2,6 +2,7 @@
2
2
  // Type-only circular import
3
3
  // eslint-disable-next-line import/no-cycle
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.default = getInternalSlots;
5
6
  var internalSlotMap = new WeakMap();
6
7
  function getInternalSlots(x, internalSlotsList) {
7
8
  if (internalSlotsList === void 0) { internalSlotsList = []; }
@@ -19,4 +20,3 @@ function getInternalSlots(x, internalSlotsList) {
19
20
  }
20
21
  return internalSlots;
21
22
  }
22
- exports.default = getInternalSlots;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formatjs/intl-locale",
3
- "version": "4.0.0",
3
+ "version": "4.0.2",
4
4
  "description": "Intl.Locale polyfill",
5
5
  "keywords": [
6
6
  "intl",
@@ -24,9 +24,9 @@
24
24
  "url": "https://github.com/formatjs/formatjs/issues"
25
25
  },
26
26
  "dependencies": {
27
- "tslib": "^2.4.0",
28
- "@formatjs/ecma402-abstract": "2.0.0",
29
- "@formatjs/intl-enumerator": "1.4.7",
30
- "@formatjs/intl-getcanonicallocales": "2.3.0"
27
+ "tslib": "^2.7.0",
28
+ "@formatjs/ecma402-abstract": "2.2.0",
29
+ "@formatjs/intl-enumerator": "1.6.0",
30
+ "@formatjs/intl-getcanonicallocales": "2.3.1"
31
31
  }
32
32
  }