chore: Iterate version. Upgrade Helia.

This commit is contained in:
Hayden Young 2024-02-17 14:45:11 +00:00
parent e5351fe087
commit 734f50ed7e
4 changed files with 959 additions and 1099 deletions

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>OrbitDB API - v2.0</title>
<title>OrbitDB API - v2.1</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>

View File

@ -1,4 +1,4 @@
## OrbitDB API - v2.0
## OrbitDB API - v2.1
OrbitDB is a serverless, distributed, peer-to-peer database. OrbitDB uses IPFS
as its data storage and Libp2p Pubsub to automatically sync databases with peers. It's an eventually consistent database that uses Merkle-CRDTs for conflict-free database writes and merges making OrbitDB an excellent choice for p2p and decentralized apps, blockchain applications and local first web applications.

2049
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "@orbitdb/core",
"version": "2.0.1",
"version": "2.1.0",
"description": "Distributed p2p database on IPFS",
"author": "Haad",
"license": "MIT",
@ -29,6 +29,7 @@
"uint8arrays": "^5.0.0"
},
"devDependencies": {
"@chainsafe/libp2p-gossipsub": "^12.0.0",
"@chainsafe/libp2p-yamux": "^6.0.1",
"@helia/block-brokers": "^1.0.0",
"@libp2p/circuit-relay-v2": "^1.0.10",
@ -36,7 +37,7 @@
"c8": "^8.0.1",
"cross-env": "^7.0.3",
"fs-extra": "^11.2.0",
"helia": "^3.0.1",
"helia": "^4.0.1",
"it-all": "^3.0.4",
"jsdoc": "^4.0.2",
"mocha": "^10.2.0",