Skip to content

Commit fa00b06

Browse files
committed
version
1 parent c5333eb commit fa00b06

File tree

3 files changed

+3395
-3115
lines changed

3 files changed

+3395
-3115
lines changed

package.json

Lines changed: 29 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orbitdb/ordered-keyvalue-db",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Ordered keyvalue database type for orbit-db.",
55
"author": "Julien Jean Malard-Adam",
66
"keywords": [
@@ -26,35 +26,35 @@
2626
"updateVersion": "pnpm genversion --es6 --semi src/version.ts"
2727
},
2828
"dependencies": {
29-
"@orbitdb/core": "^2.3.0",
30-
"helia": "^5.1.0"
29+
"@orbitdb/core": "^2.4.3",
30+
"helia": "^5.2.1"
3131
},
3232
"devDependencies": {
3333
"@chainsafe/libp2p-gossipsub": "^14.1.0",
34-
"@chainsafe/libp2p-noise": "^16.0.0",
34+
"@chainsafe/libp2p-noise": "^16.0.3",
3535
"@chainsafe/libp2p-yamux": "^7.0.1",
36-
"@eslint/js": "^9.13.0",
37-
"@helia/block-brokers": "^4.0.1",
38-
"@libp2p/circuit-relay-v2": "^3.0.0",
39-
"@libp2p/identify": "^3.0.9",
40-
"@libp2p/webrtc": "^5.0.14",
41-
"@libp2p/websockets": "^9.0.9",
42-
"@orbitdb/core-types": "^1.0.10",
43-
"@types/mocha": "^10.0.9",
44-
"aegir": "^44.1.4",
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",
43+
"@types/mocha": "^10.0.10",
44+
"aegir": "^45.0.9",
4545
"blockstore-core": "^5.0.2",
4646
"blockstore-level": "^2.0.1",
47-
"eslint": "^9.13.0",
48-
"eslint-config-prettier": "^9.1.0",
47+
"eslint": "^9.20.1",
48+
"eslint-config-prettier": "^10.0.1",
4949
"genversion": "^3.2.0",
50-
"libp2p": "^2.1.10",
51-
"mocha": "^10.7.3",
52-
"prettier": "^3.3.3",
50+
"libp2p": "^2.7.0",
51+
"mocha": "^11.1.0",
52+
"prettier": "^3.5.1",
5353
"rimraf": "^6.0.1",
54-
"ts-patch": "^3.2.1",
55-
"typescript": "^5.5.4",
56-
"typescript-eslint": "^8.11.0",
57-
"typescript-transform-paths": "^3.5.1",
54+
"ts-patch": "^3.3.0",
55+
"typescript": "^5.7.3",
56+
"typescript-eslint": "^8.24.1",
57+
"typescript-transform-paths": "^3.5.3",
5858
"wherearewe": "^2.0.1"
5959
},
6060
"jest": {
@@ -75,5 +75,12 @@
7575
"**/*.test.ts"
7676
],
7777
"testEnvironment": "node"
78+
},
79+
"pnpm": {
80+
"onlyBuiltDependencies": [
81+
"@ipshipyard/node-datachannel",
82+
"classic-level",
83+
"esbuild"
84+
]
7885
}
7986
}

0 commit comments

Comments
 (0)