|
9 | 9 | "fs": false,
|
10 | 10 | "stream": "readable-stream",
|
11 | 11 | "http": "stream-http",
|
12 |
| - "./src/utils/request.js": "./src/utils/request-browser.js", |
13 |
| - "./src/utils/url.js": "./src/utils/url-browser.js" |
| 12 | + "./src/utils/request.js": "./src/utils/request-browser.js" |
14 | 13 | },
|
15 | 14 | "scripts": {
|
16 | 15 | "test": "aegir test",
|
|
21 | 20 | "build": "aegir build",
|
22 | 21 | "release": "aegir release ",
|
23 | 22 | "release-minor": "aegir release --type minor ",
|
24 |
| - "release-major": "aegir release --type major ", |
25 |
| - "coverage": "aegir coverage --timeout 100000", |
26 |
| - "coverage-publish": "aegir coverage --provider coveralls --timeout 100000", |
27 |
| - "dep-check": "npx dependency-check package.json './test/**/*.js' './src/**/*.js'", |
28 |
| - "size": "bundlesize -f dist/index.min.js -s 329kB" |
| 23 | + "release-major": "aegir release --type major " |
29 | 24 | },
|
30 | 25 | "dependencies": {
|
31 | 26 | "async": "^2.6.1",
|
|
41 | 36 | "flatmap": "0.0.3",
|
42 | 37 | "glob": "^7.1.3",
|
43 | 38 | "ipfs-block": "~0.8.0",
|
44 |
| - "ipld-dag-cbor": "hugomrdias/js-ipld-dag-cbor#feat/reduce-bundle-size", |
| 39 | + "ipld-dag-cbor": "~0.13.1", |
45 | 40 | "ipld-dag-pb": "~0.15.0",
|
46 |
| - "is-ipfs": "~0.4.7", |
| 41 | + "is-ipfs": "~0.5.1", |
47 | 42 | "is-pull-stream": "0.0.0",
|
48 | 43 | "is-stream": "^1.1.0",
|
49 |
| - "iso-url": "~0.1.2", |
| 44 | + "iso-url": "~0.4.6", |
50 | 45 | "just-kebab-case": "^1.1.0",
|
51 | 46 | "just-map-keys": "^1.1.0",
|
52 |
| - "lru-cache": "^4.1.3", |
53 |
| - "multiaddr": "multiformats/js-multiaddr#feat/bundle-size", |
| 47 | + "lru-cache": "^5.1.1", |
| 48 | + "multiaddr": "^6.0.5", |
54 | 49 | "multibase": "~0.6.0",
|
55 | 50 | "multihashes": "~0.4.14",
|
56 |
| - "ndjson": "^1.5.0", |
| 51 | + "ndjson": "hugomrdias/ndjson#feat/readable-stream3", |
57 | 52 | "once": "^1.4.0",
|
58 |
| - "peer-id": "libp2p/js-peer-id#feat/bundle-size", |
59 |
| - "peer-info": "libp2p/js-peer-info#feat/bundle-size", |
| 53 | + "peer-id": "~0.12.2", |
| 54 | + "peer-info": "~0.15.1", |
60 | 55 | "promisify-es6": "^1.0.3",
|
61 | 56 | "pull-defer": "~0.2.3",
|
62 |
| - "pull-stream-to-stream": "^1.3.4", |
| 57 | + "pull-stream": "^3.6.9", |
| 58 | + "pull-to-stream": "^0.1.0", |
63 | 59 | "pump": "^3.0.0",
|
64 | 60 | "qs": "^6.5.2",
|
65 |
| - "readable-stream": "^2.3.6", |
| 61 | + "readable-stream": "^3.1.1", |
66 | 62 | "stream-http": "hugomrdias/stream-http#develop",
|
67 | 63 | "stream-to-pull-stream": "^1.7.2",
|
68 |
| - "streamifier": "~0.1.1", |
69 |
| - "pull-stream": "^3.6.9", |
70 |
| - "tar-stream": "hugomrdias/tar-stream#chore/update-bl", |
| 64 | + "tar-stream": "^2.0.0", |
71 | 65 | "through2": "^3.0.0"
|
72 | 66 | },
|
73 | 67 | "engines": {
|
|
81 | 75 | "devDependencies": {
|
82 | 76 | "aegir": "^18.0.2",
|
83 | 77 | "browser-process-platform": "~0.1.1",
|
84 |
| - "bundlesize": "~0.17.0", |
85 | 78 | "chai": "^4.2.0",
|
86 | 79 | "cross-env": "^5.2.0",
|
87 | 80 | "dirty-chai": "^2.0.1",
|
88 | 81 | "go-ipfs-dep": "~0.4.18",
|
89 |
| - "interface-ipfs-core": "~0.96.0", |
90 |
| - "ipfsd-ctl": "github:ipfs/js-ipfsd-ctl", |
| 82 | + "interface-ipfs-core": "~0.98.0", |
| 83 | + "ipfsd-ctl": "^0.42.0", |
91 | 84 | "nock": "^10.0.2",
|
92 |
| - "pull-stream": "^3.6.9", |
93 | 85 | "stream-equal": "^1.1.1"
|
94 | 86 | },
|
95 | 87 | "keywords": [
|
|
0 commit comments