crypto-database 4.3.0 → 5.0.0

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,6 +1,17 @@
1
1
  <h1 align="center">crypto-database</h1>
2
2
  <p align="center"><b>The database that can prove it never lied.</b></p>
3
3
 
4
+ <p align="center">
5
+ <a href="https://pypi.org/project/cryptodb/"><img alt="PyPI" src="https://img.shields.io/pypi/v/cryptodb?label=PyPI%20%C2%B7%20cryptodb&color=6366f1"></a>
6
+ <a href="https://www.npmjs.com/package/crypto-database"><img alt="npm" src="https://img.shields.io/npm/v/crypto-database?label=npm&color=00d4ff"></a>
7
+ <a href="https://crates.io/crates/crypto-database"><img alt="crates.io" src="https://img.shields.io/crates/v/crypto-database?label=crates.io&color=f97316"></a>
8
+ <a href="https://pypi.org/project/cryptodb/"><img alt="Python" src="https://img.shields.io/pypi/pyversions/cryptodb?label=python&color=3776ab"></a>
9
+ <a href="LICENSE"><img alt="licence" src="https://img.shields.io/badge/license-BUSL--1.1-f59e0b"></a>
10
+ <a href="LICENSE"><img alt="free under $1M" src="https://img.shields.io/badge/free%20under%20%241M%20revenue-22c55e"></a>
11
+ </p>
12
+
13
+ <p align="center"><i>One version across npm · PyPI · crates.io — every release ships aligned.</i></p>
14
+
4
15
  ---
5
16
 
6
17
  crypto-database is a **content-addressed, hash-chained, time-traveling** datastore. Every version of every record is an immutable, **BLAKE2b-verified** object in a Merkle DAG — nothing is ever overwritten, and the store can prove its own integrity on demand.
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crypto-database",
3
- "version": "4.3.0",
3
+ "version": "5.0.0",
4
4
  "description": "NEDB — hash-chained, time-traveling, bi-temporal embedded database with Rust native core. SQL, Redis, MongoDB adapters. Causal Write Provenance. RESP2 wire protocol.",
5
5
  "main": "nedb-distro.js",
6
6
  "types": "index.d.ts",