Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit 3e5b156

Browse files
committed
Merge branch 'release/2.3.2'
2 parents aeab0a3 + 94a407d commit 3e5b156

File tree

6 files changed

+2625
-2391
lines changed

6 files changed

+2625
-2391
lines changed

dist/formula-parser.js

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
exports["formulaParser"] = factory();
88
else
99
root["formulaParser"] = factory();
10-
})(this, function() {
10+
})(typeof self !== 'undefined' ? self : this, function() {
1111
return /******/ (function(modules) { // webpackBootstrap
1212
/******/ // The module cache
1313
/******/ var installedModules = {};
@@ -4469,7 +4469,7 @@ function serial(date) {
44694469

44704470
/* WEBPACK VAR INJECTION */(function(process) {var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
44714471
* numbro.js
4472-
* version : 1.11.0
4472+
* version : 1.11.1
44734473
* author : Företagsplatsen AB
44744474
* license : MIT
44754475
* http://www.foretagsplatsen.se
@@ -4483,7 +4483,7 @@ function serial(date) {
44834483
************************************/
44844484

44854485
var numbro,
4486-
VERSION = '1.11.0',
4486+
VERSION = '1.11.1',
44874487
binarySuffixes = ['B', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB', 'ZiB', 'YiB'],
44884488
decimalSuffixes = ['B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'],
44894489
bytes = {
@@ -5753,9 +5753,9 @@ function serial(date) {
57535753

57545754
/*global define:false */
57555755
if (true) {
5756-
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = function() {
5756+
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function() {
57575757
return numbro;
5758-
}.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
5758+
}).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
57595759
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
57605760
}
57615761
}
@@ -16383,28 +16383,28 @@ if (typeof module !== 'undefined' && __webpack_require__.c[__webpack_require__.s
1638316383
/* 42 */
1638416384
/***/ (function(module, exports) {
1638516385

16386-
module.exports = function(module) {
16387-
if(!module.webpackPolyfill) {
16388-
module.deprecate = function() {};
16389-
module.paths = [];
16390-
// module.parent = undefined by default
16391-
if(!module.children) module.children = [];
16392-
Object.defineProperty(module, "loaded", {
16393-
enumerable: true,
16394-
get: function() {
16395-
return module.l;
16396-
}
16397-
});
16398-
Object.defineProperty(module, "id", {
16399-
enumerable: true,
16400-
get: function() {
16401-
return module.i;
16402-
}
16403-
});
16404-
module.webpackPolyfill = 1;
16405-
}
16406-
return module;
16407-
};
16386+
module.exports = function(module) {
16387+
if(!module.webpackPolyfill) {
16388+
module.deprecate = function() {};
16389+
module.paths = [];
16390+
// module.parent = undefined by default
16391+
if(!module.children) module.children = [];
16392+
Object.defineProperty(module, "loaded", {
16393+
enumerable: true,
16394+
get: function() {
16395+
return module.l;
16396+
}
16397+
});
16398+
Object.defineProperty(module, "id", {
16399+
enumerable: true,
16400+
get: function() {
16401+
return module.i;
16402+
}
16403+
});
16404+
module.webpackPolyfill = 1;
16405+
}
16406+
return module;
16407+
};
1640816408

1640916409

1641016410
/***/ }),

dist/formula-parser.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)