mathjs 14.2.0 → 14.2.1

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/cjs/header.js CHANGED
@@ -6,8 +6,8 @@
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 14.2.0
10
- * @date 2025-01-30
9
+ * @version 14.2.1
10
+ * @date 2025-02-05
11
11
  *
12
12
  * @license
13
13
  * Copyright (C) 2013-2025 Jos de Jong <wjosdejong@gmail.com>
@@ -4,6 +4,6 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.version = void 0;
7
- const version = exports.version = '14.2.0';
7
+ const version = exports.version = '14.2.1';
8
8
  // Note: This file is automatically generated when building math.js.
9
9
  // Changes made in this file will be overwritten.
@@ -1,3 +1,3 @@
1
- export var version = '14.2.0';
1
+ export var version = '14.2.1';
2
2
  // Note: This file is automatically generated when building math.js.
3
3
  // Changes made in this file will be overwritten.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mathjs",
3
- "version": "14.2.0",
3
+ "version": "14.2.1",
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
  "homepage": "https://mathjs.org",
@@ -26,7 +26,6 @@
26
26
  ],
27
27
  "dependencies": {
28
28
  "@babel/runtime": "^7.25.7",
29
- "@lambdatest/node-tunnel": "^4.0.8",
30
29
  "complex.js": "^2.2.5",
31
30
  "decimal.js": "^10.4.3",
32
31
  "escape-latex": "^1.2.0",
@@ -37,16 +36,16 @@
37
36
  "typed-function": "^4.2.1"
38
37
  },
39
38
  "devDependencies": {
40
- "@babel/core": "7.26.0",
39
+ "@babel/core": "7.26.7",
41
40
  "@babel/plugin-transform-object-assign": "7.25.9",
42
41
  "@babel/plugin-transform-optional-catch-binding": "7.25.9",
43
42
  "@babel/plugin-transform-runtime": "7.25.9",
44
- "@babel/preset-env": "7.26.0",
43
+ "@babel/preset-env": "7.26.7",
45
44
  "@babel/register": "7.25.9",
46
45
  "@types/assert": "1.5.11",
47
46
  "@types/mocha": "10.0.10",
48
- "@typescript-eslint/eslint-plugin": "8.21.0",
49
- "@typescript-eslint/parser": "8.21.0",
47
+ "@typescript-eslint/eslint-plugin": "8.23.0",
48
+ "@typescript-eslint/parser": "8.23.0",
50
49
  "assert": "2.1.0",
51
50
  "babel-loader": "9.2.1",
52
51
  "c8": "10.1.3",
@@ -91,7 +90,7 @@
91
90
  "process": "0.11.10",
92
91
  "sinon": "19.0.2",
93
92
  "sylvester": "0.0.21",
94
- "tinybench": "3.1.0",
93
+ "tinybench": "3.1.1",
95
94
  "ts-node": "10.9.2",
96
95
  "typescript": "5.7.3",
97
96
  "webpack": "5.97.1",