core-js-compat 3.16.3 → 3.16.4

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/entries.json +3 -0
  2. package/package.json +2 -2
package/entries.json CHANGED
@@ -3085,9 +3085,11 @@
3085
3085
  "esnext.async-iterator.to-array"
3086
3086
  ],
3087
3087
  "core-js/features/bigint": [
3088
+ "es.object.to-string",
3088
3089
  "esnext.bigint.range"
3089
3090
  ],
3090
3091
  "core-js/features/bigint/range": [
3092
+ "es.object.to-string",
3091
3093
  "esnext.bigint.range"
3092
3094
  ],
3093
3095
  "core-js/features/clear-immediate": [
@@ -3701,6 +3703,7 @@
3701
3703
  "es.number.parse-int",
3702
3704
  "es.number.to-fixed",
3703
3705
  "es.number.to-precision",
3706
+ "es.object.to-string",
3704
3707
  "esnext.number.from-string",
3705
3708
  "esnext.number.range"
3706
3709
  ],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "core-js-compat",
3
3
  "description": "core-js compat",
4
- "version": "3.16.3",
4
+ "version": "3.16.4",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/zloirock/core-js.git",
@@ -17,5 +17,5 @@
17
17
  "url": "https://opencollective.com/core-js"
18
18
  },
19
19
  "license": "MIT",
20
- "gitHead": "390238278109a4517e438c339a22bcbadd87362d"
20
+ "gitHead": "eaf15afc85003c336f71c113b886aaf6ecb2a807"
21
21
  }