Skip to content

Commit 4cfb0ec

Browse files
committedDec 8, 2019
2.6.11
1 parent 758181c commit 4cfb0ec

File tree

12 files changed

+80
-80
lines changed

12 files changed

+80
-80
lines changed
 

‎README.md

+62-62
Large diffs are not rendered by default.

‎bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "core.js",
33
"main": "client/core.js",
4-
"version": "2.6.10",
4+
"version": "2.6.11",
55
"description": "Standard Library",
66
"keywords": [
77
"ES3",

‎build/core-js-builder/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "core-js-builder",
33
"description": "core-js builder",
4-
"version": "2.6.10",
4+
"version": "2.6.11",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/zloirock/core-js.git"
88
},
99
"main": "index.js",
1010
"dependencies": {
11-
"core-js": "2.6.10",
11+
"core-js": "2.6.11",
1212
"temp": "^0.8.3",
1313
"webpack": "^3.11.0"
1414
},

‎client/core.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* core-js 2.6.10
2+
* core-js 2.6.11
33
* https://github.com/zloirock/core-js
44
* License: http://rock.mit-license.org
55
* © 2019 Denis Pushkarev
@@ -273,7 +273,7 @@ module.exports = function (it, key) {
273273
/* 13 */
274274
/***/ (function(module, exports) {
275275

276-
var core = module.exports = { version: '2.6.10' };
276+
var core = module.exports = { version: '2.6.11' };
277277
if (typeof __e == 'number') __e = core; // eslint-disable-line no-undef
278278

279279

‎client/core.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎client/library.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* core-js 2.6.10
2+
* core-js 2.6.11
33
* https://github.com/zloirock/core-js
44
* License: http://rock.mit-license.org
55
* © 2019 Denis Pushkarev
@@ -282,7 +282,7 @@ module.exports = function (it) {
282282
/* 12 */
283283
/***/ (function(module, exports) {
284284

285-
var core = module.exports = { version: '2.6.10' };
285+
var core = module.exports = { version: '2.6.11' };
286286
if (typeof __e == 'number') __e = core; // eslint-disable-line no-undef
287287

288288

‎client/library.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎client/shim.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* core-js 2.6.10
2+
* core-js 2.6.11
33
* https://github.com/zloirock/core-js
44
* License: http://rock.mit-license.org
55
* © 2019 Denis Pushkarev
@@ -550,7 +550,7 @@ module.exports = function (TYPE, $create) {
550550
/* 26 */
551551
/***/ (function(module, exports) {
552552

553-
var core = module.exports = { version: '2.6.10' };
553+
var core = module.exports = { version: '2.6.11' };
554554
if (typeof __e == 'number') __e = core; // eslint-disable-line no-undef
555555

556556

‎client/shim.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎library/modules/_core.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
var core = module.exports = { version: '2.6.10' };
1+
var core = module.exports = { version: '2.6.11' };
22
if (typeof __e == 'number') __e = core; // eslint-disable-line no-undef

‎modules/_core.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
var core = module.exports = { version: '2.6.10' };
1+
var core = module.exports = { version: '2.6.11' };
22
if (typeof __e == 'number') __e = core; // eslint-disable-line no-undef

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "core-js",
33
"description": "Standard library",
4-
"version": "2.6.10",
4+
"version": "2.6.11",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/zloirock/core-js.git"

0 commit comments

Comments
 (0)
Please sign in to comment.