File tree Expand file tree Collapse file tree 2 files changed +24
-28
lines changed Expand file tree Collapse file tree 2 files changed +24
-28
lines changed Original file line number Diff line number Diff line change 1111 {
1212 "type" : " generic" ,
1313 "path" : " Makefile"
14- }
15- ]
16- },
17- "lib" : {
18- "component" : " lib" ,
19- "release-type" : " node" ,
20- "extra-files" : [
14+ },
2115 {
22- "type" : " generic" ,
23- "path" : " src/version.ts"
24- }
25- ]
26- },
27- "cli" : {
28- "component" : " cli" ,
29- "release-type" : " node" ,
30- "extra-files" : [
16+ "type" : " json" ,
17+ "path" : " cli/package.json" ,
18+ "jsonpath" : " $.dependencies['@opentdf/sdk']"
19+ },
3120 {
3221 "type" : " json" ,
33- "path" : " package.json" ,
22+ "path" : " cli/package.json" ,
23+ "jsonpath" : " $.version"
24+ },
25+ {
26+ "type" : " json" ,
27+ "path" : " web-app/package.json" ,
3428 "jsonpath" : " $.dependencies['@opentdf/sdk']"
29+ },
30+ {
31+ "type" : " json" ,
32+ "path" : " web-app/package.json" ,
33+ "jsonpath" : " $.version"
3534 }
3635 ]
3736 },
38- "web-app " : {
39- "component" : " web-app " ,
37+ "lib " : {
38+ "component" : " lib " ,
4039 "release-type" : " node" ,
4140 "extra-files" : [
4241 {
43- "type" : " json" ,
44- "path" : " package.json" ,
45- "jsonpath" : " $.dependencies['@opentdf/sdk']"
42+ "type" : " generic" ,
43+ "path" : " src/version.ts"
4644 }
4745 ]
4846 }
4947 },
5048 "plugins" : [
5149 {
5250 "type" : " linked-versions" ,
53- "groupName" : " sdk " ,
51+ "groupName" : " sdk2 " ,
5452 "components" : [
5553 " root" ,
56- " lib" ,
57- " cli" ,
58- " web-app"
54+ " lib"
5955 ]
6056 }
6157 ]
62- }
58+ }
Original file line number Diff line number Diff line change 33 "lib" : " 0.3.2" ,
44 "cli" : " 0.3.2" ,
55 "web-app" : " 0.3.2"
6- }
6+ }
You can’t perform that action at this time.
0 commit comments