core-js-compat 3.4.0 → 3.4.1
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 +3 -1
- package/package.json +7 -3
package/data.json
CHANGED
|
@@ -2414,7 +2414,9 @@
|
|
|
2414
2414
|
"edge": "80",
|
|
2415
2415
|
"opera": "67"
|
|
2416
2416
|
},
|
|
2417
|
-
"esnext.string.replace-all": {
|
|
2417
|
+
"esnext.string.replace-all": {
|
|
2418
|
+
"firefox": "72"
|
|
2419
|
+
},
|
|
2418
2420
|
"esnext.symbol.async-dispose": {},
|
|
2419
2421
|
"esnext.symbol.dispose": {},
|
|
2420
2422
|
"esnext.symbol.observable": {},
|
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.4.
|
|
4
|
+
"version": "3.4.1",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/zloirock/core-js.git"
|
|
@@ -13,8 +13,12 @@
|
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"detective": "^5.2.0",
|
|
16
|
-
"electron-to-chromium": "^1.3.
|
|
17
|
-
"glob": "^7.1.
|
|
16
|
+
"electron-to-chromium": "^1.3.306",
|
|
17
|
+
"glob": "^7.1.6"
|
|
18
|
+
},
|
|
19
|
+
"funding": {
|
|
20
|
+
"type": "opencollective",
|
|
21
|
+
"url": "https://opencollective.com/core-js"
|
|
18
22
|
},
|
|
19
23
|
"license": "MIT"
|
|
20
24
|
}
|