|
3 | 3 | "version": "3.0.1",
|
4 | 4 | "description": "A Delegated Routing V1 HTTP API client",
|
5 | 5 | "license": "Apache-2.0 OR MIT",
|
6 |
| - "homepage": "https://github.com/ipfs/helia-delegated-routing-v1-http-api/tree/master/packages/client#readme", |
| 6 | + "homepage": "https://github.com/ipfs/helia-delegated-routing-v1-http-api/tree/main/packages/client#readme", |
7 | 7 | "repository": {
|
8 | 8 | "type": "git",
|
9 | 9 | "url": "git+https://github.com/ipfs/helia-delegated-routing-v1-http-api.git"
|
10 | 10 | },
|
11 | 11 | "bugs": {
|
12 | 12 | "url": "https://github.com/ipfs/helia-delegated-routing-v1-http-api/issues"
|
13 | 13 | },
|
| 14 | + "publishConfig": { |
| 15 | + "access": "public", |
| 16 | + "provenance": true |
| 17 | + }, |
14 | 18 | "keywords": [
|
15 | 19 | "IPFS"
|
16 | 20 | ],
|
|
35 | 39 | "sourceType": "module"
|
36 | 40 | }
|
37 | 41 | },
|
| 42 | + "release": { |
| 43 | + "branches": [ |
| 44 | + "main" |
| 45 | + ], |
| 46 | + "plugins": [ |
| 47 | + [ |
| 48 | + "@semantic-release/commit-analyzer", |
| 49 | + { |
| 50 | + "preset": "conventionalcommits", |
| 51 | + "releaseRules": [ |
| 52 | + { |
| 53 | + "breaking": true, |
| 54 | + "release": "major" |
| 55 | + }, |
| 56 | + { |
| 57 | + "revert": true, |
| 58 | + "release": "patch" |
| 59 | + }, |
| 60 | + { |
| 61 | + "type": "feat", |
| 62 | + "release": "minor" |
| 63 | + }, |
| 64 | + { |
| 65 | + "type": "fix", |
| 66 | + "release": "patch" |
| 67 | + }, |
| 68 | + { |
| 69 | + "type": "docs", |
| 70 | + "release": "patch" |
| 71 | + }, |
| 72 | + { |
| 73 | + "type": "test", |
| 74 | + "release": "patch" |
| 75 | + }, |
| 76 | + { |
| 77 | + "type": "deps", |
| 78 | + "release": "patch" |
| 79 | + }, |
| 80 | + { |
| 81 | + "scope": "no-release", |
| 82 | + "release": false |
| 83 | + } |
| 84 | + ] |
| 85 | + } |
| 86 | + ], |
| 87 | + [ |
| 88 | + "@semantic-release/release-notes-generator", |
| 89 | + { |
| 90 | + "preset": "conventionalcommits", |
| 91 | + "presetConfig": { |
| 92 | + "types": [ |
| 93 | + { |
| 94 | + "type": "feat", |
| 95 | + "section": "Features" |
| 96 | + }, |
| 97 | + { |
| 98 | + "type": "fix", |
| 99 | + "section": "Bug Fixes" |
| 100 | + }, |
| 101 | + { |
| 102 | + "type": "chore", |
| 103 | + "section": "Trivial Changes" |
| 104 | + }, |
| 105 | + { |
| 106 | + "type": "docs", |
| 107 | + "section": "Documentation" |
| 108 | + }, |
| 109 | + { |
| 110 | + "type": "deps", |
| 111 | + "section": "Dependencies" |
| 112 | + }, |
| 113 | + { |
| 114 | + "type": "test", |
| 115 | + "section": "Tests" |
| 116 | + } |
| 117 | + ] |
| 118 | + } |
| 119 | + } |
| 120 | + ], |
| 121 | + "@semantic-release/changelog", |
| 122 | + "@semantic-release/npm", |
| 123 | + "@semantic-release/github", |
| 124 | + "@semantic-release/git" |
| 125 | + ] |
| 126 | + }, |
38 | 127 | "scripts": {
|
39 | 128 | "clean": "aegir clean",
|
40 | 129 | "lint": "aegir lint",
|
|
45 | 134 | "release": "aegir release"
|
46 | 135 | },
|
47 | 136 | "dependencies": {
|
48 |
| - "@libp2p/interface": "^1.1.1", |
49 |
| - "@libp2p/logger": "^5.0.0", |
50 |
| - "@libp2p/peer-id": "^4.0.4", |
51 |
| - "@multiformats/multiaddr": "^12.1.3", |
| 137 | + "@libp2p/interface": "^2.0.1", |
| 138 | + "@libp2p/logger": "^5.0.1", |
| 139 | + "@libp2p/peer-id": "^5.0.1", |
| 140 | + "@multiformats/multiaddr": "^12.3.1", |
52 | 141 | "any-signal": "^4.1.1",
|
53 |
| - "browser-readablestream-to-it": "^2.0.3", |
54 |
| - "ipns": "^9.0.0", |
55 |
| - "it-first": "^3.0.3", |
56 |
| - "it-map": "^3.0.4", |
57 |
| - "it-ndjson": "^1.0.4", |
58 |
| - "multiformats": "^13.0.0", |
59 |
| - "p-defer": "^4.0.0", |
| 142 | + "browser-readablestream-to-it": "^2.0.7", |
| 143 | + "ipns": "^10.0.0", |
| 144 | + "it-first": "^3.0.6", |
| 145 | + "it-map": "^3.1.1", |
| 146 | + "it-ndjson": "^1.0.7", |
| 147 | + "multiformats": "^13.2.3", |
| 148 | + "p-defer": "^4.0.1", |
60 | 149 | "p-queue": "^8.0.1",
|
61 |
| - "uint8arrays": "^5.0.1" |
| 150 | + "uint8arrays": "^5.1.0" |
62 | 151 | },
|
63 | 152 | "devDependencies": {
|
64 |
| - "@libp2p/peer-id-factory": "^4.0.4", |
65 | 153 | "aegir": "^44.1.1",
|
66 |
| - "body-parser": "^1.20.2", |
67 |
| - "it-all": "^3.0.2" |
| 154 | + "body-parser": "^1.20.3", |
| 155 | + "it-all": "^3.0.6" |
68 | 156 | },
|
69 | 157 | "sideEffects": false
|
70 | 158 | }
|
0 commit comments