@polintpro/proposit-core 0.8.6 → 0.8.7

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/README.md CHANGED
@@ -4,6 +4,8 @@ Core engine for building, evaluating, and checking the logical validity of propo
4
4
 
5
5
  Also ships a **CLI** (`proposit-core`) for managing arguments, premises, variables, expressions, and analyses stored on disk.
6
6
 
7
+ Full documentation is available at <https://www.polintpro.com/proposit-core/>.
8
+
7
9
  ## Visual Overview
8
10
 
9
11
  ```mermaid
@@ -1,4 +1,4 @@
1
- // @generated by Peggy 5.0.6.
1
+ // @generated by Peggy 5.1.0.
2
2
  //
3
3
  // https://peggyjs.org/
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polintpro/proposit-core",
3
- "version": "0.8.6",
3
+ "version": "0.8.7",
4
4
  "description": "Core engine for building and manipulating propositional logic arguments.",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -47,22 +47,22 @@
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/js-yaml": "^4.0.9",
50
- "@types/node": "^25.2.3",
51
- "eslint": "^9.39.2",
50
+ "@types/node": "^25.5.2",
51
+ "eslint": "^10.1.0",
52
52
  "eslint-plugin-check-file": "^3.3.1",
53
53
  "eslint-plugin-n": "^17.24.0",
54
- "globals": "^16.5.0",
55
- "peggy": "^5.0.6",
54
+ "globals": "^17.4.0",
55
+ "peggy": "^5.1.0",
56
56
  "prettier": "^3.8.1",
57
57
  "typedoc": "^0.28.18",
58
- "typescript": "^5.9.3",
59
- "typescript-eslint": "^8.55.0",
60
- "vitest": "^4.0.18"
58
+ "typescript": "^6.0.2",
59
+ "typescript-eslint": "^8.58.0",
60
+ "vitest": "^4.1.2"
61
61
  },
62
62
  "dependencies": {
63
63
  "commander": "^14.0.3",
64
64
  "js-yaml": "^4.1.1",
65
- "typebox": "^1.1.0"
65
+ "typebox": "^1.1.14"
66
66
  },
67
67
  "scripts": {
68
68
  "generate:parser": "peggy --format es -o src/lib/core/parser/formula-gen.js src/lib/core/parser/formula.peggy",