core-js-compat 3.19.1 → 3.19.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/data.json +8 -0
- package/package.json +3 -3
package/data.json
CHANGED
|
@@ -3294,14 +3294,18 @@
|
|
|
3294
3294
|
"esnext.array.find-last": {
|
|
3295
3295
|
"android": "97",
|
|
3296
3296
|
"chrome": "97",
|
|
3297
|
+
"deno": "1.16",
|
|
3297
3298
|
"edge": "97",
|
|
3299
|
+
"electron": "17.0",
|
|
3298
3300
|
"opera": "83",
|
|
3299
3301
|
"safari": "15.4"
|
|
3300
3302
|
},
|
|
3301
3303
|
"esnext.array.find-last-index": {
|
|
3302
3304
|
"android": "97",
|
|
3303
3305
|
"chrome": "97",
|
|
3306
|
+
"deno": "1.16",
|
|
3304
3307
|
"edge": "97",
|
|
3308
|
+
"electron": "17.0",
|
|
3305
3309
|
"opera": "83",
|
|
3306
3310
|
"safari": "15.4"
|
|
3307
3311
|
},
|
|
@@ -3517,14 +3521,18 @@
|
|
|
3517
3521
|
"esnext.typed-array.find-last": {
|
|
3518
3522
|
"android": "97",
|
|
3519
3523
|
"chrome": "97",
|
|
3524
|
+
"deno": "1.16",
|
|
3520
3525
|
"edge": "97",
|
|
3526
|
+
"electron": "17.0",
|
|
3521
3527
|
"opera": "83",
|
|
3522
3528
|
"safari": "15.4"
|
|
3523
3529
|
},
|
|
3524
3530
|
"esnext.typed-array.find-last-index": {
|
|
3525
3531
|
"android": "97",
|
|
3526
3532
|
"chrome": "97",
|
|
3533
|
+
"deno": "1.16",
|
|
3527
3534
|
"edge": "97",
|
|
3535
|
+
"electron": "17.0",
|
|
3528
3536
|
"opera": "83",
|
|
3529
3537
|
"safari": "15.4"
|
|
3530
3538
|
},
|
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.19.
|
|
4
|
+
"version": "3.19.2",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/zloirock/core-js.git",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
"main": "index.js",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"browserslist": "^4.
|
|
12
|
+
"browserslist": "^4.18.1",
|
|
13
13
|
"semver": "7.0.0"
|
|
14
14
|
},
|
|
15
15
|
"funding": {
|
|
@@ -17,5 +17,5 @@
|
|
|
17
17
|
"url": "https://opencollective.com/core-js"
|
|
18
18
|
},
|
|
19
19
|
"license": "MIT",
|
|
20
|
-
"gitHead": "
|
|
20
|
+
"gitHead": "e49b7f34f7b3a10cc88e1210431508c7a58e069b"
|
|
21
21
|
}
|