core-js-compat 3.25.3 → 3.25.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/README.md +1 -1
- package/data.json +10 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -123,6 +123,6 @@ require('core-js-compat/get-modules-list-for-target-version')('3.25'); // => Arr
|
|
|
123
123
|
require('core-js-compat').getModulesListForTargetVersion('3.25'); // => Array<ModuleName>
|
|
124
124
|
```
|
|
125
125
|
|
|
126
|
-
If you wanna help to improve this data, you could take a look at the related section of [`CONTRIBUTING.md`](https://github.com/zloirock/core-js/blob/master/CONTRIBUTING.md#how-to-update-core-js-compat-data). The visualization of compatibility data and the browser tests runner is available [here](http://
|
|
126
|
+
If you wanna help to improve this data, you could take a look at the related section of [`CONTRIBUTING.md`](https://github.com/zloirock/core-js/blob/master/CONTRIBUTING.md#how-to-update-core-js-compat-data). The visualization of compatibility data and the browser tests runner is available [here](http://zloirock.github.io/core-js/compat/), the example:
|
|
127
127
|
|
|
128
128
|

|
package/data.json
CHANGED
|
@@ -4126,12 +4126,20 @@
|
|
|
4126
4126
|
"samsung": "18.0"
|
|
4127
4127
|
},
|
|
4128
4128
|
"esnext.array.group": {
|
|
4129
|
-
"
|
|
4129
|
+
"android": "108",
|
|
4130
|
+
"bun": "0.1.9",
|
|
4131
|
+
"chrome": "108",
|
|
4132
|
+
"edge": "108",
|
|
4133
|
+
"opera": "94"
|
|
4130
4134
|
},
|
|
4131
4135
|
"esnext.array.group-by": {},
|
|
4132
4136
|
"esnext.array.group-by-to-map": {},
|
|
4133
4137
|
"esnext.array.group-to-map": {
|
|
4134
|
-
"
|
|
4138
|
+
"android": "108",
|
|
4139
|
+
"bun": "0.1.9",
|
|
4140
|
+
"chrome": "108",
|
|
4141
|
+
"edge": "108",
|
|
4142
|
+
"opera": "94"
|
|
4135
4143
|
},
|
|
4136
4144
|
"esnext.array.is-template-object": {},
|
|
4137
4145
|
"esnext.array.last-index": {},
|