eyeprolog 1.3.28 → 1.3.29

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -158,7 +158,7 @@ avoiding benchmark sizes that require multi-gigabyte collectors on some
158
158
  engines. Run EyeProlog's complete profile with:
159
159
 
160
160
  ```sh
161
- ./openrulebench/run-eyeprolog.sh
161
+ ./openrulebench/run-eyeprolog.mjs
162
162
  ```
163
163
 
164
164
  The benchmark README records the expected answer counts. Timing values are
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.28",
6
+ "version": "1.3.29",
7
7
  "description": "EyeProlog turns facts and rules into answers and proofs.",
8
8
  "type": "module",
9
9
  "main": "./index.js",