|
16 | 16 | ], |
17 | 17 | "type": "module", |
18 | 18 | "types": "./dist/src/index.d.ts", |
19 | | - "files": [ |
20 | | - "src", |
21 | | - "dist", |
22 | | - "!dist/test", |
23 | | - "!**/*.tsbuildinfo" |
24 | | - ], |
25 | 19 | "exports": { |
26 | 20 | ".": { |
27 | 21 | "types": "./dist/src/index.d.ts", |
|
34 | 28 | "sourceType": "module" |
35 | 29 | } |
36 | 30 | }, |
37 | | - "release": { |
38 | | - "branches": [ |
39 | | - "main" |
40 | | - ], |
41 | | - "plugins": [ |
42 | | - [ |
43 | | - "@semantic-release/commit-analyzer", |
44 | | - { |
45 | | - "preset": "conventionalcommits", |
46 | | - "releaseRules": [ |
47 | | - { |
48 | | - "breaking": true, |
49 | | - "release": "major" |
50 | | - }, |
51 | | - { |
52 | | - "revert": true, |
53 | | - "release": "patch" |
54 | | - }, |
55 | | - { |
56 | | - "type": "feat", |
57 | | - "release": "minor" |
58 | | - }, |
59 | | - { |
60 | | - "type": "fix", |
61 | | - "release": "patch" |
62 | | - }, |
63 | | - { |
64 | | - "type": "docs", |
65 | | - "release": "patch" |
66 | | - }, |
67 | | - { |
68 | | - "type": "test", |
69 | | - "release": "patch" |
70 | | - }, |
71 | | - { |
72 | | - "type": "deps", |
73 | | - "release": "patch" |
74 | | - }, |
75 | | - { |
76 | | - "scope": "no-release", |
77 | | - "release": false |
78 | | - } |
79 | | - ] |
80 | | - } |
81 | | - ], |
82 | | - [ |
83 | | - "@semantic-release/release-notes-generator", |
84 | | - { |
85 | | - "preset": "conventionalcommits", |
86 | | - "presetConfig": { |
87 | | - "types": [ |
88 | | - { |
89 | | - "type": "feat", |
90 | | - "section": "Features" |
91 | | - }, |
92 | | - { |
93 | | - "type": "fix", |
94 | | - "section": "Bug Fixes" |
95 | | - }, |
96 | | - { |
97 | | - "type": "chore", |
98 | | - "section": "Trivial Changes" |
99 | | - }, |
100 | | - { |
101 | | - "type": "docs", |
102 | | - "section": "Documentation" |
103 | | - }, |
104 | | - { |
105 | | - "type": "deps", |
106 | | - "section": "Dependencies" |
107 | | - }, |
108 | | - { |
109 | | - "type": "test", |
110 | | - "section": "Tests" |
111 | | - } |
112 | | - ] |
113 | | - } |
114 | | - } |
115 | | - ], |
116 | | - "@semantic-release/changelog", |
117 | | - "@semantic-release/npm", |
118 | | - "@semantic-release/github", |
119 | | - "@semantic-release/git" |
120 | | - ] |
121 | | - }, |
122 | 31 | "scripts": { |
123 | 32 | "clean": "aegir clean", |
124 | 33 | "lint": "aegir lint", |
125 | 34 | "dep-check": "aegir dep-check", |
126 | 35 | "build": "aegir build --bundle false", |
127 | 36 | "test": "aegir test -t node", |
128 | | - "test:node": "aegir test -t node --cov", |
129 | | - "release": "aegir release" |
| 37 | + "test:node": "aegir test -t node --cov" |
130 | 38 | }, |
131 | 39 | "dependencies": { |
132 | 40 | "@helia/routing-v1-http-api-client": "^1.0.0", |
|
142 | 50 | "libp2p": "^0.45.4", |
143 | 51 | "multiformats": "^11.0.2" |
144 | 52 | }, |
145 | | - "private": true, |
146 | | - "typedoc": { |
147 | | - "entryPoint": "./src/index.ts" |
148 | | - } |
| 53 | + "private": true |
149 | 54 | } |
0 commit comments