|
9 | 9 | "fs": false
|
10 | 10 | },
|
11 | 11 | "scripts": {
|
12 |
| - "prepare": "aegir build --no-bundle", |
| 12 | + "prepare": "aegir build --no-bundle && cp -R types dist", |
| 13 | + "pretest": "aegir build --esm-tests", |
13 | 14 | "test": "aegir test",
|
14 |
| - "build": "aegir build --esm-tests", |
| 15 | + "build": "aegir build && cp -R types dist", |
15 | 16 | "preleaseOnly": "npx json -I -f dist/package.json -e this.types='\"src/index.d.ts\"'",
|
16 | 17 | "clean": "rimraf ./dist",
|
17 | 18 | "lint": "aegir ts -p check && aegir lint",
|
|
50 | 51 | "it-buffer-stream": "^2.0.0",
|
51 | 52 | "it-first": "^1.0.6",
|
52 | 53 | "merge-options": "^3.0.4",
|
53 |
| - "murmurhash3js-revisited": "^3.0.0", |
54 | 54 | "native-abort-controller": "^1.0.3",
|
55 | 55 | "nyc": "^15.0.0",
|
56 | 56 | "readable-stream": "^3.6.0",
|
|
61 | 61 | "dependencies": {
|
62 | 62 | "@ipld/dag-cbor": "^6.0.4",
|
63 | 63 | "@ipld/dag-pb": "^2.0.2",
|
| 64 | + "@multiformats/murmur3": "^1.0.3", |
64 | 65 | "err-code": "^3.0.1",
|
65 | 66 | "hamt-sharding": "^2.0.0",
|
66 | 67 | "interface-blockstore": "^1.0.0",
|
67 | 68 | "ipfs-unixfs": "^6.0.2",
|
68 | 69 | "it-last": "^1.0.5",
|
69 | 70 | "multiformats": "^9.4.2",
|
70 |
| - "murmurhash3js-revisited": "^3.0.0", |
71 | 71 | "uint8arrays": "^3.0.0"
|
72 | 72 | },
|
73 |
| - "types": "dist/src/index.d.ts", |
| 73 | + "types": "types/src/index.d.ts", |
74 | 74 | "eslintConfig": {
|
75 | 75 | "extends": "ipfs",
|
76 | 76 | "parserOptions": {
|
|
0 commit comments