core-js-compat 3.8.1 → 3.8.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/LICENSE +1 -1
- package/entries.json +18 -6
- package/package.json +3 -3
package/LICENSE
CHANGED
package/entries.json
CHANGED
|
@@ -1266,12 +1266,16 @@
|
|
|
1266
1266
|
],
|
|
1267
1267
|
"core-js/es/promise/all-settled": [
|
|
1268
1268
|
"es.promise",
|
|
1269
|
-
"es.promise.all-settled"
|
|
1269
|
+
"es.promise.all-settled",
|
|
1270
|
+
"es.string.iterator",
|
|
1271
|
+
"web.dom-collections.iterator"
|
|
1270
1272
|
],
|
|
1271
1273
|
"core-js/es/promise/any": [
|
|
1272
1274
|
"es.aggregate-error",
|
|
1273
1275
|
"es.promise",
|
|
1274
|
-
"es.promise.any"
|
|
1276
|
+
"es.promise.any",
|
|
1277
|
+
"es.string.iterator",
|
|
1278
|
+
"web.dom-collections.iterator"
|
|
1275
1279
|
],
|
|
1276
1280
|
"core-js/es/promise/finally": [
|
|
1277
1281
|
"es.promise",
|
|
@@ -3713,14 +3717,18 @@
|
|
|
3713
3717
|
"core-js/features/promise/all-settled": [
|
|
3714
3718
|
"es.promise",
|
|
3715
3719
|
"es.promise.all-settled",
|
|
3716
|
-
"
|
|
3720
|
+
"es.string.iterator",
|
|
3721
|
+
"esnext.promise.all-settled",
|
|
3722
|
+
"web.dom-collections.iterator"
|
|
3717
3723
|
],
|
|
3718
3724
|
"core-js/features/promise/any": [
|
|
3719
3725
|
"es.aggregate-error",
|
|
3720
3726
|
"es.promise",
|
|
3721
3727
|
"es.promise.any",
|
|
3728
|
+
"es.string.iterator",
|
|
3722
3729
|
"esnext.aggregate-error",
|
|
3723
|
-
"esnext.promise.any"
|
|
3730
|
+
"esnext.promise.any",
|
|
3731
|
+
"web.dom-collections.iterator"
|
|
3724
3732
|
],
|
|
3725
3733
|
"core-js/features/promise/finally": [
|
|
3726
3734
|
"es.promise",
|
|
@@ -7153,12 +7161,16 @@
|
|
|
7153
7161
|
],
|
|
7154
7162
|
"core-js/stable/promise/all-settled": [
|
|
7155
7163
|
"es.promise",
|
|
7156
|
-
"es.promise.all-settled"
|
|
7164
|
+
"es.promise.all-settled",
|
|
7165
|
+
"es.string.iterator",
|
|
7166
|
+
"web.dom-collections.iterator"
|
|
7157
7167
|
],
|
|
7158
7168
|
"core-js/stable/promise/any": [
|
|
7159
7169
|
"es.aggregate-error",
|
|
7160
7170
|
"es.promise",
|
|
7161
|
-
"es.promise.any"
|
|
7171
|
+
"es.promise.any",
|
|
7172
|
+
"es.string.iterator",
|
|
7173
|
+
"web.dom-collections.iterator"
|
|
7162
7174
|
],
|
|
7163
7175
|
"core-js/stable/promise/finally": [
|
|
7164
7176
|
"es.promise",
|
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "core-js-compat",
|
|
3
3
|
"description": "core-js compat",
|
|
4
|
-
"version": "3.8.
|
|
4
|
+
"version": "3.8.2",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/zloirock/core-js.git"
|
|
8
8
|
},
|
|
9
9
|
"main": "index.js",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"browserslist": "^4.
|
|
11
|
+
"browserslist": "^4.16.0",
|
|
12
12
|
"semver": "7.0.0"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"detective": "^5.2.0",
|
|
16
|
-
"electron-to-chromium": "^1.3.
|
|
16
|
+
"electron-to-chromium": "^1.3.633",
|
|
17
17
|
"glob": "^7.1.6"
|
|
18
18
|
},
|
|
19
19
|
"funding": {
|