File tree Expand file tree Collapse file tree 1 file changed +15
-25
lines changed Expand file tree Collapse file tree 1 file changed +15
-25
lines changed Original file line number Diff line number Diff line change 77 "packages" : {
88 "lib" : {
99 "extra-files" : [
10- {
11- "path" : " Makefile"
12- },
13- {
14- "type" : " json" ,
15- "path" : " cli/package.json" ,
16- "jsonpath" : " $.version"
17- },
18- {
19- "type" : " json" ,
20- "path" : " cli/package.json" ,
21- "jsonpath" : " $.dependencies['@opentdf/sdk']"
22- },
2310 {
2411 "type" : " generic" ,
25- "path" : " lib/src/version.ts"
26- },
27- {
28- "type" : " json" ,
29- "path" : " web-app/package.json" ,
30- "jsonpath" : " $.version"
31- },
32- {
33- "type" : " json" ,
34- "path" : " web-app/package.json" ,
35- "jsonpath" : " $.dependencies['@opentdf/sdk']"
12+ "path" : " Makefile"
3613 }
3714 ]
15+ },
16+ "cli" : {},
17+ "web-app" : {}
18+ },
19+ "plugins" : [
20+ {
21+ "type" : " linked-versions" ,
22+ "groupName" : " sdk-group" ,
23+ "components" : [
24+ " lib" ,
25+ " cli" ,
26+ " web-app"
27+ ]
3828 }
39- }
29+ ]
4030}
You can’t perform that action at this time.
0 commit comments