File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed
Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 22 "packages" : [
33 " packages/*"
44 ],
5- "version" : " 7.4.3 " ,
5+ "version" : " 7.4.4 " ,
66 "$schema" : " node_modules/lerna/schemas/lerna-schema.json"
77}
Original file line number Diff line number Diff line change 11{
22 "name" : " @streamflow/common" ,
3- "version" : " 7.4.3 " ,
3+ "version" : " 7.4.4 " ,
44 "description" : " Common utilities and types used by streamflow packages." ,
55 "homepage" : " https://github.com/streamflow-finance/js-sdk/" ,
66 "main" : " ./dist/esm/index.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @streamflow/distributor" ,
3- "version" : " 7.4.3 " ,
3+ "version" : " 7.4.4 " ,
44 "description" : " JavaScript SDK to interact with Streamflow Airdrop protocol." ,
55 "homepage" : " https://github.com/streamflow-finance/js-sdk/" ,
66 "main" : " dist/esm/index.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @streamflow/eslint-config" ,
3- "version" : " 7.4.3 " ,
3+ "version" : " 7.4.4 " ,
44 "license" : " ISC" ,
55 "main" : " index.js" ,
66 "files" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @streamflow/launchpad" ,
3- "version" : " 7.4.3 " ,
3+ "version" : " 7.4.4 " ,
44 "description" : " JavaScript SDK to interact with Streamflow Launchpad protocol." ,
55 "homepage" : " https://github.com/streamflow-finance/js-sdk/" ,
66 "main" : " dist/esm/index.js" ,
Original file line number Diff line number Diff line change @@ -77,12 +77,12 @@ export class SolanaLaunchpadClient {
7777
7878 private readonly sendThrottler : PQueue ;
7979
80- private readonly program : Program < StreamflowLaunchpad > ;
81-
8280 private readonly dynamicVestingId : PublicKey ;
8381
8482 private readonly vestingId : PublicKey ;
8583
84+ public readonly program : Program < StreamflowLaunchpad > ;
85+
8686 constructor ( {
8787 clusterUrl,
8888 cluster = ICluster . Mainnet ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @streamflow/staking" ,
3- "version" : " 7.4.3 " ,
3+ "version" : " 7.4.4 " ,
44 "description" : " JavaScript SDK to interact with Streamflow Staking protocol." ,
55 "homepage" : " https://github.com/streamflow-finance/js-sdk/" ,
66 "main" : " dist/esm/index.js" ,
Original file line number Diff line number Diff line change @@ -89,11 +89,11 @@ interface IInitOptions {
8989export class SolanaStakingClient {
9090 connection : Connection ;
9191
92- private commitment : Commitment | ConnectionConfig ;
92+ private readonly commitment : Commitment | ConnectionConfig ;
9393
94- private sendThrottler : PQueue ;
94+ private readonly sendThrottler : PQueue ;
9595
96- private programs : Programs ;
96+ public readonly programs : Programs ;
9797
9898 constructor ( {
9999 clusterUrl,
Original file line number Diff line number Diff line change 11{
22 "name" : " @streamflow/stream" ,
3- "version" : " 7.4.3 " ,
3+ "version" : " 7.4.4 " ,
44 "description" : " JavaScript SDK to interact with Streamflow protocol." ,
55 "homepage" : " https://github.com/streamflow-finance/js-sdk/" ,
66 "main" : " ./dist/esm/index.js" ,
You can’t perform that action at this time.
0 commit comments