File tree Expand file tree Collapse file tree 8 files changed +8
-7
lines changed
Expand file tree Collapse file tree 8 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 22 "packages" : [
33 " packages/*"
44 ],
5- "version" : " 7.4.9 " ,
5+ "version" : " 7.4.10 " ,
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.9 " ,
3+ "version" : " 7.4.10 " ,
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.9 " ,
3+ "version" : " 7.4.10 " ,
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.9 " ,
3+ "version" : " 7.4.10 " ,
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.9 " ,
3+ "version" : " 7.4.10 " ,
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 11{
22 "name" : " @streamflow/staking" ,
3- "version" : " 7.4.9 " ,
3+ "version" : " 7.4.10 " ,
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 11{
22 "name" : " @streamflow/stream" ,
3- "version" : " 7.4.9 " ,
3+ "version" : " 7.4.10 " ,
44 "description" : " JavaScript SDK to interact with Streamflow 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 @@ -373,6 +373,7 @@ export class SolanaStreamClient extends BaseStreamClient {
373373 skipInitial : skipInitial ?? false ,
374374 } )
375375 . accountsPartial ( {
376+ payer : sender . publicKey ,
376377 sender : sender . publicKey ,
377378 streamMetadata : metadataPubKey ,
378379 escrowTokens : escrowPDA ,
You can’t perform that action at this time.
0 commit comments