@pie-lib/math-evaluator 3.1.1-next.1 → 3.2.0-next.2

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/CHANGELOG.md CHANGED
@@ -3,51 +3,38 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [3.1.0-next.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-evaluator@3.1.0-next.1...@pie-lib/math-evaluator@3.1.0-next.3) (2026-01-27)
7
-
8
- **Note:** Version bump only for package @pie-lib/math-evaluator
6
+ # [3.2.0-next.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-evaluator@3.2.0-next.1...@pie-lib/math-evaluator@3.2.0-next.2) (2026-02-25)
9
7
 
8
+ ### Bug Fixes
10
9
 
10
+ - **deps:** update [@pie-lib](https://github.com/pie-lib) dependencies to published versions ([134fbdc](https://github.com/pie-framework/pie-lib/commit/134fbdc90c6a15f89a736340578d70fb80a983b3))
11
11
 
12
+ # [3.1.0-next.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-evaluator@3.1.0-next.1...@pie-lib/math-evaluator@3.1.0-next.3) (2026-01-27)
12
13
 
14
+ **Note:** Version bump only for package @pie-lib/math-evaluator
13
15
 
14
16
  # [3.1.0-next.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-evaluator@2.21.1...@pie-lib/math-evaluator@3.1.0-next.1) (2026-01-26)
15
17
 
16
-
17
18
  ### Bug Fixes
18
19
 
19
- * remove carets from [@pie-lib](https://github.com/pie-lib) dependencies and configure lerna to use exact versions ([c9cd800](https://github.com/pie-framework/pie-lib/commit/c9cd800844abca09e7acf1fd35b2ddf51a6d86df))
20
- * remove carret, point to specific libs version ([09939a5](https://github.com/pie-framework/pie-lib/commit/09939a5aca19d7dda03d62c93d4d524f98dd69da))
21
- * remove exports and publish ([#2068](https://github.com/pie-framework/pie-lib/issues/2068)) ([60a96cd](https://github.com/pie-framework/pie-lib/commit/60a96cde0ec65f6b1cac0ae329aa33a0abc50d05))
22
- * use fixed lib deps ([de7c64d](https://github.com/pie-framework/pie-lib/commit/de7c64d14f13259fe44d47405e4421baef21e24e))
23
-
20
+ - remove carets from [@pie-lib](https://github.com/pie-lib) dependencies and configure lerna to use exact versions ([c9cd800](https://github.com/pie-framework/pie-lib/commit/c9cd800844abca09e7acf1fd35b2ddf51a6d86df))
21
+ - remove carret, point to specific libs version ([09939a5](https://github.com/pie-framework/pie-lib/commit/09939a5aca19d7dda03d62c93d4d524f98dd69da))
22
+ - remove exports and publish ([#2068](https://github.com/pie-framework/pie-lib/issues/2068)) ([60a96cd](https://github.com/pie-framework/pie-lib/commit/60a96cde0ec65f6b1cac0ae329aa33a0abc50d05))
23
+ - use fixed lib deps ([de7c64d](https://github.com/pie-framework/pie-lib/commit/de7c64d14f13259fe44d47405e4421baef21e24e))
24
24
 
25
25
  ### Features
26
26
 
27
- * sync latest changes from dev ([c936e9c](https://github.com/pie-framework/pie-lib/commit/c936e9c7f9e095e7d9b9805ac2bf72bd271e05f1))
28
-
29
-
30
-
31
-
27
+ - sync latest changes from dev ([c936e9c](https://github.com/pie-framework/pie-lib/commit/c936e9c7f9e095e7d9b9805ac2bf72bd271e05f1))
32
28
 
33
29
  # [3.0.0-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-evaluator@2.21.2-next.0...@pie-lib/math-evaluator@3.0.0-next.0) (2026-01-19)
34
30
 
35
31
  **Note:** Version bump only for package @pie-lib/math-evaluator
36
32
 
37
-
38
-
39
-
40
-
41
33
  ## [2.21.2-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-evaluator@2.35.0-mui-update.0...@pie-lib/math-evaluator@2.21.2-next.0) (2026-01-19)
42
34
 
43
-
44
35
  ### Bug Fixes
45
36
 
46
- * bump config-ui PD-5265 ([77d0c78](https://github.com/pie-framework/pie-lib/commit/77d0c78cacfa57e93ed17e7a7f1257f4a9cf6ab3))
47
-
48
-
49
-
50
-
37
+ - bump config-ui PD-5265 ([77d0c78](https://github.com/pie-framework/pie-lib/commit/77d0c78cacfa57e93ed17e7a7f1257f4a9cf6ab3))
51
38
 
52
39
  ## [2.21.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-evaluator@2.17.1...@pie-lib/math-evaluator@2.21.1) (2025-10-22)
53
40
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "3.1.1-next.1",
6
+ "version": "3.2.0-next.2",
7
7
  "description": "Math evaluator tool for comparing expressions for equality",
8
8
  "keywords": [
9
9
  "math",
@@ -11,11 +11,11 @@
11
11
  "equations",
12
12
  "expressions"
13
13
  ],
14
- "repository": "pie-framework/pie-lib",
15
14
  "main": "lib/index.js",
16
15
  "module": "src/index.js",
17
16
  "author": "",
18
17
  "license": "ISC",
18
+ "repository": "pie-framework/pie-lib",
19
19
  "dependencies": {
20
20
  "@pie-framework/math-expressions": "^3.0.0",
21
21
  "jsesc": "^2.5.2",
@@ -23,8 +23,8 @@
23
23
  "mathjs": "^7.0.1"
24
24
  },
25
25
  "devDependencies": {
26
- "@pie-lib/test-utils": "^1.1.1-next.1"
26
+ "@pie-lib/test-utils": "^1.2.0-next.1"
27
27
  },
28
28
  "scripts": {},
29
- "gitHead": "87d7d9ee63abeb5eff95f888cc2b80683c81ea13"
29
+ "gitHead": "01fa85c5f94bfdef2cd95f49bd465ec0b702fe6d"
30
30
  }
@@ -1 +0,0 @@
1
- []