File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
packages/babylon-proto-ts Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 58
58
],
59
59
"release" : {
60
60
"projects" : [
61
- " packages/*" ,
62
- " !@babylonlabs-io/babylon-proto-ts"
61
+ " packages/*"
63
62
],
64
63
"projectsRelationship" : " independent" ,
65
64
"releaseTagPattern" : " {projectName}/{version}" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @babylonlabs-io/babylon-proto-ts" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"private" : " true" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -7,4 +7,6 @@ export * as epochingquery from './generated/babylon/epoching/v1/query';
7
7
export * as incentivetx from './generated/babylon/incentive/tx' ;
8
8
export * as incentivequery from './generated/babylon/incentive/query' ;
9
9
export * as btclightclient from './generated/babylon/btclightclient/v1/btclightclient' ;
10
- export * as btclightclientquery from './generated/babylon/btclightclient/v1/query' ;
10
+ export * as btclightclientquery from './generated/babylon/btclightclient/v1/query' ;
11
+ export * as cosmosstakingtx from './generated/cosmos/staking/v1beta1/tx' ;
12
+ export * as cosmosstaking from './generated/cosmos/staking/v1beta1/staking' ;
You can’t perform that action at this time.
0 commit comments