|
1 | 1 | {
|
2 | 2 | "name": "@constl/orbit-db-kuiper",
|
3 |
| - "version": "0.0.2", |
| 3 | + "version": "0.1.0", |
4 | 4 | "description": "Further database types for orbit-db.",
|
5 | 5 | "author": "Julien Jean Malard-Adam",
|
6 | 6 | "keywords": [
|
|
23 | 23 | "updateVersion": "pnpm genversion --es6 --semi src/version.ts"
|
24 | 24 | },
|
25 | 25 | "dependencies": {
|
26 |
| - "@orbitdb/core": "^1.0.0", |
| 26 | + "@orbitdb/core": "^2.0.1", |
27 | 27 | "events": "^3.3.0",
|
28 |
| - "ipfs-core": "^0.18.1", |
29 |
| - "uuid": "^9.0.0" |
| 28 | + "helia": "^3.0.1", |
| 29 | + "uuid": "^9.0.1" |
30 | 30 | },
|
31 | 31 | "devDependencies": {
|
32 |
| - "@constl/orbit-db-types": "^1.2.4", |
33 |
| - "@types/fs-extra": "^11.0.2", |
34 |
| - "@types/mocha": "^10.0.1", |
35 |
| - "@types/uuid": "^9.0.2", |
36 |
| - "@typescript-eslint/eslint-plugin": "^6.4.1", |
37 |
| - "@typescript-eslint/parser": "^6.4.1", |
38 |
| - "aegir": "^42.0.0", |
| 32 | + "@chainsafe/libp2p-gossipsub": "^11.1.0", |
| 33 | + "@chainsafe/libp2p-noise": "^15.0.0", |
| 34 | + "@chainsafe/libp2p-yamux": "^6.0.1", |
| 35 | + "@constl/orbit-db-types": "^1.2.9", |
| 36 | + "@helia/block-brokers": "^1.0.0", |
| 37 | + "@libp2p/circuit-relay-v2": "^1.0.12", |
| 38 | + "@libp2p/identify": "^1.0.11", |
| 39 | + "@libp2p/webrtc": "^4.0.16", |
| 40 | + "@libp2p/websockets": "^8.0.12", |
| 41 | + "@types/fs-extra": "^11.0.4", |
| 42 | + "@types/mocha": "^10.0.6", |
| 43 | + "@types/uuid": "^9.0.7", |
| 44 | + "@typescript-eslint/eslint-plugin": "^6.19.0", |
| 45 | + "@typescript-eslint/parser": "^6.19.0", |
| 46 | + "aegir": "^42.2.2", |
| 47 | + "blockstore-core": "^4.3.10", |
| 48 | + "blockstore-level": "^1.1.7", |
39 | 49 | "browserify-fs": "^1.0.0",
|
40 | 50 | "buffer": "^6.0.3",
|
41 | 51 | "crypto-browserify": "^3.12.0",
|
42 |
| - "eslint": "^8.47.0", |
43 |
| - "eslint-config-prettier": "^9.0.0", |
44 |
| - "fs-extra": "^11.1.1", |
45 |
| - "genversion": "^3.1.1", |
| 52 | + "eslint": "^8.56.0", |
| 53 | + "eslint-config-prettier": "^9.1.0", |
| 54 | + "fs-extra": "^11.2.0", |
| 55 | + "genversion": "^3.2.0", |
| 56 | + "libp2p": "^1.2.0", |
46 | 57 | "mocha": "^10.2.0",
|
47 | 58 | "os-browserify": "^0.3.0",
|
48 |
| - "prettier": "^3.0.2", |
| 59 | + "prettier": "^3.2.4", |
49 | 60 | "process": "^0.11.10",
|
50 |
| - "rimraf": "^5.0.1", |
51 |
| - "ts-patch": "^3.0.2", |
52 |
| - "typescript": "^5.1.6", |
| 61 | + "rimraf": "^5.0.5", |
| 62 | + "ts-patch": "^3.1.2", |
| 63 | + "typescript": "^5.3.3", |
53 | 64 | "typescript-transform-paths": "^3.4.6"
|
54 | 65 | },
|
55 | 66 | "resolutions": {
|
|
0 commit comments