File tree Expand file tree Collapse file tree 2 files changed +28
-17
lines changed Expand file tree Collapse file tree 2 files changed +28
-17
lines changed Original file line number Diff line number Diff line change 1010 {
1111 "type" : " generic" ,
1212 "path" : " Makefile"
13+ },
14+ {
15+ "type" : " json" ,
16+ "path" : " cli/package.json" ,
17+ "jsonpath" : " $.version"
18+ },
19+ {
20+ "type" : " json" ,
21+ "path" : " cli/package.json" ,
22+ "jsonpath" : " $.dependencies['@opentdf/sdk']"
23+ },
24+ {
25+ "type" : " generic" ,
26+ "path" : " lib/src/version.ts"
27+ },
28+ {
29+ "type" : " json" ,
30+ "path" : " web-app/package.json" ,
31+ "jsonpath" : " $.version"
32+ },
33+ {
34+ "type" : " json" ,
35+ "path" : " web-app/package.json" ,
36+ "jsonpath" : " $.dependencies['@opentdf/sdk']"
1337 }
1438 ]
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- ]
2839 }
29- ]
40+ }
3041}
Original file line number Diff line number Diff line change 11{
2- "lib" : " 0.3.2 " ,
3- "cli" : " 0.3.2 " ,
4- "web-app" : " 0.3.2 "
2+ "lib" : " 0.3.3 " ,
3+ "cli" : " 0.3.3 " ,
4+ "web-app" : " 0.3.3 "
55}
You can’t perform that action at this time.
0 commit comments