mathjs 5.10.2 → 5.10.3

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/lib/header.js CHANGED
@@ -6,7 +6,7 @@
6
6
  * It features real and complex numbers, units, matrices, a large set of
7
7
  * mathematical functions, and a flexible expression parser.
8
8
  *
9
- * @version 5.10.2
9
+ * @version 5.10.3
10
10
  * @date 2019-05-18
11
11
  *
12
12
  * @license
package/lib/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
 
3
- module.exports = '5.10.2'; // Note: This file is automatically generated when building math.js.
3
+ module.exports = '5.10.3'; // Note: This file is automatically generated when building math.js.
4
4
  // Changes made in this file will be overwritten.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mathjs",
3
- "version": "5.10.2",
3
+ "version": "5.10.3",
4
4
  "description": "Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser with support for symbolic computation, comes with a large set of built-in functions and constants, and offers an integrated solution to work with different data types like numbers, big numbers, complex numbers, fractions, units, and matrices.",
5
5
  "author": "Jos de Jong <wjosdejong@gmail.com> (https://github.com/josdejong)",
6
6
  "contributors": [
@@ -114,7 +114,6 @@
114
114
  "dependencies": {
115
115
  "complex.js": "2.0.11",
116
116
  "decimal.js": "10.2.0",
117
- "del": "4.1.1",
118
117
  "escape-latex": "1.2.0",
119
118
  "fraction.js": "4.0.12",
120
119
  "javascript-natural-sort": "0.7.1",
@@ -130,6 +129,7 @@
130
129
  "babel-loader": "8.0.6",
131
130
  "benchmark": "2.1.4",
132
131
  "codecov": "3.5.0",
132
+ "del": "4.1.1",
133
133
  "expr-eval": "1.2.2",
134
134
  "glob": "7.1.4",
135
135
  "gulp": "4.0.2",
package/src/version.js CHANGED
@@ -1,3 +1,3 @@
1
- module.exports = '5.10.2'
1
+ module.exports = '5.10.3'
2
2
  // Note: This file is automatically generated when building math.js.
3
3
  // Changes made in this file will be overwritten.