core-js-compat 3.17.1 → 3.17.2
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/entries.json +5 -1
- package/package.json +2 -2
package/entries.json
CHANGED
|
@@ -9345,13 +9345,17 @@
|
|
|
9345
9345
|
"esnext.typed-array.find-last-index"
|
|
9346
9346
|
],
|
|
9347
9347
|
"core-js/stage/4": [
|
|
9348
|
+
"es.string.at-alternative",
|
|
9348
9349
|
"esnext.aggregate-error",
|
|
9350
|
+
"esnext.array.at",
|
|
9349
9351
|
"esnext.global-this",
|
|
9352
|
+
"esnext.object.has-own",
|
|
9350
9353
|
"esnext.promise.all-settled",
|
|
9351
9354
|
"esnext.promise.any",
|
|
9352
9355
|
"esnext.string.match-all",
|
|
9353
9356
|
"esnext.string.replace-all",
|
|
9354
|
-
"esnext.symbol.replace-all"
|
|
9357
|
+
"esnext.symbol.replace-all",
|
|
9358
|
+
"esnext.typed-array.at"
|
|
9355
9359
|
],
|
|
9356
9360
|
"core-js/stage/pre": [
|
|
9357
9361
|
"es.map",
|
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.17.
|
|
4
|
+
"version": "3.17.2",
|
|
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": "
|
|
20
|
+
"gitHead": "4f68180d6e5227f144ba0a9a024f62ffe541be12"
|
|
21
21
|
}
|