|
20 | 20 | },
|
21 | 21 | "type": "module",
|
22 | 22 | "types": "./dist/src/index.d.ts",
|
23 |
| - "typesVersions": { |
24 |
| - "*": { |
25 |
| - "*": [ |
26 |
| - "*", |
27 |
| - "dist/*", |
28 |
| - "dist/src/*", |
29 |
| - "dist/src/*/index" |
30 |
| - ], |
31 |
| - "src/*": [ |
32 |
| - "*", |
33 |
| - "dist/*", |
34 |
| - "dist/src/*", |
35 |
| - "dist/src/*/index" |
36 |
| - ] |
37 |
| - } |
38 |
| - }, |
39 | 23 | "files": [
|
40 | 24 | "src",
|
41 | 25 | "dist",
|
|
46 | 30 | ".": {
|
47 | 31 | "types": "./dist/src/index.d.ts",
|
48 | 32 | "import": "./dist/src/index.js"
|
49 |
| - }, |
50 |
| - "./routing": { |
51 |
| - "types": "./dist/src/routing/index.d.ts", |
52 |
| - "import": "./dist/src/routing/index.js" |
53 | 33 | }
|
54 | 34 | },
|
55 | 35 | "eslintConfig": {
|
|
63 | 43 | "lint": "aegir lint",
|
64 | 44 | "dep-check": "aegir dep-check",
|
65 | 45 | "build": "aegir build",
|
66 |
| - "docs": "aegir docs", |
67 | 46 | "test": "aegir test",
|
68 | 47 | "test:chrome": "aegir test -t browser --cov",
|
69 | 48 | "test:chrome-webworker": "aegir test -t webworker",
|
|
79 | 58 | "@helia/interface": "next",
|
80 | 59 | "@helia/ipns": "^1.0.0",
|
81 | 60 | "@libp2p/interface-peer-id": "^2.0.1",
|
82 |
| - "@libp2p/kad-dht": "^7.0.0", |
| 61 | + "@libp2p/kad-dht": "^8.0.0", |
83 | 62 | "@libp2p/peer-id": "^2.0.1",
|
84 | 63 | "@libp2p/peer-id-factory": "^2.0.1",
|
85 | 64 | "@libp2p/tcp": "^6.1.2",
|
86 | 65 | "@libp2p/websockets": "^5.0.3",
|
87 | 66 | "aegir": "^38.1.0",
|
88 |
| - "blockstore-core": "^3.0.0", |
89 |
| - "datastore-core": "^8.0.4", |
| 67 | + "blockstore-core": "^4.0.1", |
| 68 | + "datastore-core": "^9.0.3", |
90 | 69 | "go-ipfs": "^0.18.1",
|
91 | 70 | "helia": "next",
|
92 | 71 | "ipfsd-ctl": "^13.0.0",
|
|
95 | 74 | "it-last": "^2.0.0",
|
96 | 75 | "it-map": "^2.0.0",
|
97 | 76 | "kubo-rpc-client": "^3.0.0",
|
98 |
| - "libp2p": "^0.42.2", |
| 77 | + "libp2p": "next", |
99 | 78 | "merge-options": "^3.0.4",
|
100 | 79 | "multiformats": "^11.0.1",
|
101 | 80 | "uint8arrays": "^4.0.3",
|
|
0 commit comments