core-js-bundle 3.30.2 → 3.31.0
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/index.js +1244 -993
- package/minified.js +9 -9
- package/minified.js.map +1 -1
- package/package.json +1 -1
- package/postinstall.js +1 -1
package/package.json
CHANGED
package/postinstall.js
CHANGED
|
@@ -20,7 +20,7 @@ var CI = [
|
|
|
20
20
|
].some(function (it) { return is(env[it]); });
|
|
21
21
|
|
|
22
22
|
var BANNER = '\u001B[96mThank you for using core-js (\u001B[94m https://github.com/zloirock/core-js \u001B[96m) for polyfilling JavaScript standard library!\u001B[0m\n\n' +
|
|
23
|
-
'\u001B[96mThe project needs your help! Please consider supporting
|
|
23
|
+
'\u001B[96mThe project needs your help! Please consider supporting core-js:\u001B[0m\n' +
|
|
24
24
|
'\u001B[96m>\u001B[94m https://opencollective.com/core-js \u001B[0m\n' +
|
|
25
25
|
'\u001B[96m>\u001B[94m https://patreon.com/zloirock \u001B[0m\n' +
|
|
26
26
|
'\u001B[96m>\u001B[94m https://boosty.to/zloirock \u001B[0m\n' +
|