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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/data.json +10 -2
  3. 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://es6.zloirock.ru/compat/), the example:
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
  ![compat-table](https://user-images.githubusercontent.com/2213682/173199354-1f3aeb83-7231-46b2-8a14-a9d47ce3ae45.png)
package/data.json CHANGED
@@ -4126,12 +4126,20 @@
4126
4126
  "samsung": "18.0"
4127
4127
  },
4128
4128
  "esnext.array.group": {
4129
- "bun": "0.1.9"
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
- "bun": "0.1.9"
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": {},
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.25.3",
4
+ "version": "3.25.5",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/zloirock/core-js.git",