deriva 0.0.9 → 0.0.10

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 +4 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Deriva
2
2
 
3
- <p align="center">
3
+ <p align="left">
4
4
  <img src="docs/assets/deriva-logo.png" alt="Deriva logo" width="180">
5
5
  </p>
6
6
 
@@ -8,6 +8,9 @@
8
8
 
9
9
  Deriva is a small reasoning language for turning facts and rules into answers and proofs.
10
10
 
11
+ The name *Deriva* evokes movement, wandering, and change—something derived from,
12
+ or set in motion by, another source.
13
+
11
14
  Prolog-like syntax. Small core. Inspectable results.
12
15
 
13
16
  Its default execution is automatically hybrid: ordinary goals use indexed
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.0.9",
6
+ "version": "0.0.10",
7
7
  "description": "Deriva turns facts and rules into answers and proofs.",
8
8
  "type": "module",
9
9
  "main": "./index.js",