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 +5 -0
- package/dist/math.js +2 -2
- package/dist/math.min.js +2 -2
- package/lib/header.js +1 -1
- package/lib/version.js +1 -1
- package/package.json +2 -2
- package/src/version.js +1 -1
package/lib/header.js
CHANGED
package/lib/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mathjs",
|
|
3
|
-
"version": "5.10.
|
|
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