File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://unpkg.com/@changesets/config@3.1.4/schema.json" ,
3- "changelog" : " @changesets/cli/changelog" ,
3+ "changelog" : [
4+ " @changesets/changelog-github" ,
5+ {
6+ "repo" : " cameri/nostream"
7+ }
8+ ],
49 "commit" : true ,
5- "fixed" : [],
6- "linked" : [],
7- "access" : " restricted" ,
10+ "privatePackages" : {
11+ "tag" : true
12+ },
13+ "access" : " public" ,
814 "baseBranch" : " main" ,
9- "updateInternalDependencies" : " patch" ,
10- "ignore" : [],
11- "commitMessage" : " chore(release): version packages\n\n [skip ci]"
15+ "updateInternalDependencies" : " patch"
1216}
Original file line number Diff line number Diff line change 1+ ---
2+ ---
Original file line number Diff line number Diff line change 11{
22 "name" : " nostream" ,
33 "version" : " 2.1.1" ,
4+ "private" : true ,
45 "description" : " A Nostr relay written in Typescript." ,
56 "supportedNips" : [
67 1 ,
You can’t perform that action at this time.
0 commit comments