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

Commit

Permalink
Release 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpiotr-dev committed Feb 16, 2018
1 parent fe76389 commit 94a407d
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
54 changes: 27 additions & 27 deletions dist/formula-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
exports["formulaParser"] = factory();
else
root["formulaParser"] = factory();
})(this, function() {
})(typeof self !== 'undefined' ? self : this, function() {
return /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
Expand Down Expand Up @@ -4469,7 +4469,7 @@ function serial(date) {

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

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

/*global define:false */
if (true) {
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = function() {
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function() {
return numbro;
}.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
}).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
}
}
Expand Down Expand Up @@ -16383,28 +16383,28 @@ if (typeof module !== 'undefined' && __webpack_require__.c[__webpack_require__.s
/* 42 */
/***/ (function(module, exports) {

module.exports = function(module) {
if(!module.webpackPolyfill) {
module.deprecate = function() {};
module.paths = [];
// module.parent = undefined by default
if(!module.children) module.children = [];
Object.defineProperty(module, "loaded", {
enumerable: true,
get: function() {
return module.l;
}
});
Object.defineProperty(module, "id", {
enumerable: true,
get: function() {
return module.i;
}
});
module.webpackPolyfill = 1;
}
return module;
};
module.exports = function(module) {
if(!module.webpackPolyfill) {
module.deprecate = function() {};
module.paths = [];
// module.parent = undefined by default
if(!module.children) module.children = [];
Object.defineProperty(module, "loaded", {
enumerable: true,
get: function() {
return module.l;
}
});
Object.defineProperty(module, "id", {
enumerable: true,
get: function() {
return module.i;
}
});
module.webpackPolyfill = 1;
}
return module;
};


/***/ }),
Expand Down
6 changes: 3 additions & 3 deletions dist/formula-parser.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hot-formula-parser",
"version": "2.3.1",
"version": "2.3.2",
"description": "Formula parser",
"browser": "dist/formula-parser.js",
"main": "lib/index.js",
Expand Down

0 comments on commit 94a407d

Please sign in to comment.