File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
packages/mutation-server-protocol Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3- "version" : " 0.0.0"
3+ "version" : " independent" ,
4+ "command" : {
5+ "version" : {
6+ "allowBranch" : [" main" ],
7+ "conventionalCommits" : true ,
8+ "createRelease" : " github" ,
9+ "forcePublish" : true ,
10+ "exact" : true ,
11+ "preid" : " beta"
12+ }
13+ }
414}
Original file line number Diff line number Diff line change 1212 "test" : " lerna run test" ,
1313 "lint" : " npm run lint:format" ,
1414 "lint:format" : " prettier . --check" ,
15- "lint:format:fix" : " npm run lint:format -- --write"
15+ "lint:format:fix" : " npm run lint:format -- --write" ,
16+ "release" : " GH_TOKEN=$(gh auth token) lerna version"
1617 },
1718 "devDependencies" : {
1819 "@types/chai" : " ^5.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " mutation-server-protocol" ,
3- "version" : " 0.1 .0" ,
3+ "version" : " 0.0 .0" ,
44 "type" : " module" ,
55 "description" : " Schema validation for the mutation server protocol (MSP)." ,
66 "main" : " dist/schema.js" ,
You can’t perform that action at this time.
0 commit comments