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/HISTORY.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # History
2
2
 
3
3
 
4
+ # 2019-05-18, version 5.10.3
5
+
6
+ - Fixed dependency `del` being a dependency instead of devDependency.
7
+
8
+
4
9
  # 2019-05-18, version 5.10.2
5
10
 
6
11
  - Fix #1515, #1516, #1517: broken package due to a naming conflict in
package/dist/math.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
@@ -43750,7 +43750,7 @@ exports.math = true; // request access to the math namespace
43750
43750
  /* 201 */
43751
43751
  /***/ (function(module, exports) {
43752
43752
 
43753
- module.exports = '5.10.2'; // Note: This file is automatically generated when building math.js.
43753
+ module.exports = '5.10.3'; // Note: This file is automatically generated when building math.js.
43754
43754
  // Changes made in this file will be overwritten.
43755
43755
 
43756
43756
  /***/ }),