core-js-compat 3.20.0 → 3.20.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.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ![logo](https://user-images.githubusercontent.com/2213682/140570622-ea744c11-632e-4d9a-ba0a-70c390a1fdff.png)
1
+ ![logo](https://user-images.githubusercontent.com/2213682/146607186-8e13ddef-26a4-4ebf-befd-5aac9d77c090.png)
2
2
 
3
3
  [`core-js-compat` package](https://github.com/zloirock/core-js/tree/master/packages/core-js-compat) contains data about the necessity of [`core-js`](https://github.com/zloirock/core-js) modules and API for getting a list of required core-js modules by browserslist query.
4
4
 
package/entries.json CHANGED
@@ -771,6 +771,7 @@
771
771
  ],
772
772
  "core-js/actual/array/group-by-to-map": [
773
773
  "es.map",
774
+ "es.object.to-string",
774
775
  "esnext.array.group-by-to-map"
775
776
  ],
776
777
  "core-js/actual/array/includes": [
@@ -912,6 +913,7 @@
912
913
  ],
913
914
  "core-js/actual/array/virtual/group-by-to-map": [
914
915
  "es.map",
916
+ "es.object.to-string",
915
917
  "esnext.array.group-by-to-map"
916
918
  ],
917
919
  "core-js/actual/array/virtual/includes": [
@@ -1144,6 +1146,7 @@
1144
1146
  ],
1145
1147
  "core-js/actual/instance/group-by-to-map": [
1146
1148
  "es.map",
1149
+ "es.object.to-string",
1147
1150
  "esnext.array.group-by-to-map"
1148
1151
  ],
1149
1152
  "core-js/actual/instance/includes": [
@@ -5126,6 +5129,7 @@
5126
5129
  ],
5127
5130
  "core-js/features/array/group-by-to-map": [
5128
5131
  "es.map",
5132
+ "es.object.to-string",
5129
5133
  "esnext.array.group-by-to-map"
5130
5134
  ],
5131
5135
  "core-js/features/array/includes": [
@@ -5305,6 +5309,7 @@
5305
5309
  ],
5306
5310
  "core-js/features/array/virtual/group-by-to-map": [
5307
5311
  "es.map",
5312
+ "es.object.to-string",
5308
5313
  "esnext.array.group-by-to-map"
5309
5314
  ],
5310
5315
  "core-js/features/array/virtual/includes": [
@@ -5703,6 +5708,7 @@
5703
5708
  ],
5704
5709
  "core-js/features/instance/group-by-to-map": [
5705
5710
  "es.map",
5711
+ "es.object.to-string",
5706
5712
  "esnext.array.group-by-to-map"
5707
5713
  ],
5708
5714
  "core-js/features/instance/includes": [
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.20.0",
4
+ "version": "3.20.1",
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": "29590d0f9f1ef51856b8498da76c316712ac7fae"
20
+ "gitHead": "8f22e986132c93458b778e656fb501dd6c86764e"
21
21
  }