deriva 0.0.11 → 0.0.12

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
@@ -1,10 +1,11 @@
1
1
  # Deriva
2
2
 
3
3
  <p align="left">
4
- <img src="docs/assets/deriva-logo.png" alt="Deriva logo" width="68">
4
+ <img src="docs/assets/deriva-logo.png" alt="Deriva logo" width="50">
5
5
  </p>
6
6
 
7
7
  [![npm version](https://img.shields.io/npm/v/deriva.svg)](https://www.npmjs.com/package/deriva)
8
+ [![DOI](https://zenodo.org/badge/1305066220.svg)](https://zenodo.org/badge/latestdoi/1305066220)
8
9
 
9
10
  Deriva is a small reasoning language for turning facts and rules into answers and proofs.
10
11
 
Binary file
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.0.11",
6
+ "version": "0.0.12",
7
7
  "description": "Deriva turns facts and rules into answers and proofs.",
8
8
  "type": "module",
9
9
  "main": "./index.js",
Binary file