Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Upgrade to orbitdb-2
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Jan 19, 2024
1 parent d07e5b6 commit 229827b
Show file tree
Hide file tree
Showing 10 changed files with 5,189 additions and 4,748 deletions.
49 changes: 30 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@constl/orbit-db-kuiper",
"version": "0.0.2",
"version": "0.1.0",
"description": "Further database types for orbit-db.",
"author": "Julien Jean Malard-Adam",
"keywords": [
Expand All @@ -23,33 +23,44 @@
"updateVersion": "pnpm genversion --es6 --semi src/version.ts"
},
"dependencies": {
"@orbitdb/core": "^1.0.0",
"@orbitdb/core": "^2.0.1",
"events": "^3.3.0",
"ipfs-core": "^0.18.1",
"uuid": "^9.0.0"
"helia": "^3.0.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@constl/orbit-db-types": "^1.2.4",
"@types/fs-extra": "^11.0.2",
"@types/mocha": "^10.0.1",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"aegir": "^42.0.0",
"@chainsafe/libp2p-gossipsub": "^11.1.0",
"@chainsafe/libp2p-noise": "^15.0.0",
"@chainsafe/libp2p-yamux": "^6.0.1",
"@constl/orbit-db-types": "^1.2.9",
"@helia/block-brokers": "^1.0.0",
"@libp2p/circuit-relay-v2": "^1.0.12",
"@libp2p/identify": "^1.0.11",
"@libp2p/webrtc": "^4.0.16",
"@libp2p/websockets": "^8.0.12",
"@types/fs-extra": "^11.0.4",
"@types/mocha": "^10.0.6",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"aegir": "^42.2.2",
"blockstore-core": "^4.3.10",
"blockstore-level": "^1.1.7",
"browserify-fs": "^1.0.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"fs-extra": "^11.1.1",
"genversion": "^3.1.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"fs-extra": "^11.2.0",
"genversion": "^3.2.0",
"libp2p": "^1.2.0",
"mocha": "^10.2.0",
"os-browserify": "^0.3.0",
"prettier": "^3.0.2",
"prettier": "^3.2.4",
"process": "^0.11.10",
"rimraf": "^5.0.1",
"ts-patch": "^3.0.2",
"typescript": "^5.1.6",
"rimraf": "^5.0.5",
"ts-patch": "^3.1.2",
"typescript": "^5.3.3",
"typescript-transform-paths": "^3.4.6"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 229827b

Please sign in to comment.