Skip to content

Commit 6cb76b7

Browse files
committed
Improve types
1 parent 6c86a80 commit 6cb76b7

File tree

3 files changed

+3521
-3966
lines changed

3 files changed

+3521
-3966
lines changed

package.json

Lines changed: 27 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orbitdb/nested-db",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Nested key-value database type for orbit-db.",
55
"author": "Julien Jean Malard-Adam",
66
"keywords": [
@@ -26,37 +26,38 @@
2626
"updateVersion": "pnpm genversion --es6 --semi src/version.ts"
2727
},
2828
"dependencies": {
29-
"@orbitdb/core": "^2.4.3",
30-
"helia": "^5.2.1"
29+
"@orbitdb/core": "^2.5.0",
30+
"helia": "^5.4.2"
3131
},
3232
"devDependencies": {
33-
"@chainsafe/libp2p-gossipsub": "^14.1.0",
34-
"@chainsafe/libp2p-noise": "^16.0.3",
35-
"@chainsafe/libp2p-yamux": "^7.0.1",
36-
"@eslint/js": "^9.20.0",
37-
"@helia/block-brokers": "^4.0.4",
38-
"@libp2p/circuit-relay-v2": "^3.2.0",
39-
"@libp2p/identify": "^3.0.20",
40-
"@libp2p/webrtc": "^5.2.0",
41-
"@libp2p/websockets": "^9.2.0",
42-
"@orbitdb/core-types": "^1.0.14",
33+
"@chainsafe/libp2p-gossipsub": "^14.1.1",
34+
"@chainsafe/libp2p-noise": "^16.1.3",
35+
"@chainsafe/libp2p-yamux": "^7.0.2",
36+
"@eslint/js": "^9.29.0",
37+
"@helia/block-brokers": "^4.2.2",
38+
"@libp2p/circuit-relay-v2": "^3.2.19",
39+
"@libp2p/identify": "^3.0.36",
40+
"@libp2p/interface": "^2.10.4",
41+
"@libp2p/webrtc": "^5.2.19",
42+
"@libp2p/websockets": "^9.2.16",
43+
"@orbitdb/core-types": "^1.0.15",
4344
"@types/mocha": "^10.0.10",
44-
"@typescript-eslint/eslint-plugin": "^8.24.1",
45-
"@typescript-eslint/parser": "^8.24.1",
46-
"aegir": "^45.0.9",
47-
"blockstore-core": "^5.0.2",
48-
"blockstore-level": "^2.0.1",
49-
"eslint": "^9.20.1",
50-
"eslint-config-prettier": "^10.0.1",
45+
"@typescript-eslint/eslint-plugin": "^8.34.1",
46+
"@typescript-eslint/parser": "^8.34.1",
47+
"aegir": "^45.2.1",
48+
"blockstore-core": "^5.0.4",
49+
"blockstore-level": "^2.0.3",
50+
"eslint": "^9.29.0",
51+
"eslint-config-prettier": "^10.1.5",
5152
"genversion": "^3.2.0",
52-
"libp2p": "^2.7.0",
53-
"mocha": "^11.1.0",
54-
"prettier": "^3.5.1",
53+
"libp2p": "^2.8.11",
54+
"mocha": "^11.7.0",
55+
"prettier": "^3.5.3",
5556
"rimraf": "^6.0.1",
5657
"ts-patch": "^3.3.0",
57-
"typescript": "^5.7.3",
58-
"typescript-eslint": "^8.24.1",
59-
"typescript-transform-paths": "^3.5.3",
58+
"typescript": "^5.8.3",
59+
"typescript-eslint": "^8.34.1",
60+
"typescript-transform-paths": "^3.5.5",
6061
"wherearewe": "^2.0.1"
6162
},
6263
"jest": {

0 commit comments

Comments
 (0)