core-js-compat 3.22.7 → 3.22.8

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/data.json +11 -11
  2. package/entries.json +3 -3
  3. package/package.json +1 -1
package/data.json CHANGED
@@ -2971,18 +2971,18 @@
2971
2971
  "samsung": "5.0"
2972
2972
  },
2973
2973
  "es.typed-array.fill": {
2974
- "android": "45",
2975
- "chrome": "45",
2974
+ "android": "58",
2975
+ "chrome": "58",
2976
2976
  "deno": "1.0",
2977
- "edge": "13",
2978
- "electron": "0.31",
2979
- "firefox": "37",
2980
- "ios": "10.0",
2981
- "node": "4.0",
2982
- "opera": "32",
2983
- "opera_mobile": "32",
2984
- "safari": "10.0",
2985
- "samsung": "5.0"
2977
+ "edge": "74",
2978
+ "electron": "1.7",
2979
+ "firefox": "55",
2980
+ "ios": "14.5",
2981
+ "node": "8.0",
2982
+ "opera": "45",
2983
+ "opera_mobile": "43",
2984
+ "safari": "14.1",
2985
+ "samsung": "7.0"
2986
2986
  },
2987
2987
  "es.typed-array.filter": {
2988
2988
  "android": "45",
package/entries.json CHANGED
@@ -2195,7 +2195,7 @@
2195
2195
  "esnext.typed-array.with"
2196
2196
  ],
2197
2197
  "core-js/actual/typed-array/at": [
2198
- "es.typed-array.every"
2198
+ "es.typed-array.at"
2199
2199
  ],
2200
2200
  "core-js/actual/typed-array/copy-within": [
2201
2201
  "es.typed-array.copy-within"
@@ -7360,7 +7360,7 @@
7360
7360
  "esnext.typed-array.with"
7361
7361
  ],
7362
7362
  "core-js/features/typed-array/at": [
7363
- "es.typed-array.every",
7363
+ "es.typed-array.at",
7364
7364
  "esnext.typed-array.at"
7365
7365
  ],
7366
7366
  "core-js/features/typed-array/copy-within": [
@@ -10678,7 +10678,7 @@
10678
10678
  "esnext.typed-array.with"
10679
10679
  ],
10680
10680
  "core-js/full/typed-array/at": [
10681
- "es.typed-array.every",
10681
+ "es.typed-array.at",
10682
10682
  "esnext.typed-array.at"
10683
10683
  ],
10684
10684
  "core-js/full/typed-array/copy-within": [
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.22.7",
4
+ "version": "3.22.8",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/zloirock/core-js.git",