File tree Expand file tree Collapse file tree 8 files changed +9
-11
lines changed
Expand file tree Collapse file tree 8 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 22 "packages" : [
33 " packages/*"
44 ],
5- "version" : " 9.3.1 " ,
5+ "version" : " 9.3.2 " ,
66 "$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
77 "command" : {
88 "run" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @streamflow/common" ,
3- "version" : " 9.3.1 " ,
3+ "version" : " 9.3.2 " ,
44 "description" : " Common utilities and types used by streamflow packages." ,
55 "homepage" : " https://github.com/streamflow-finance/js-sdk/" ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @streamflow/distributor" ,
3- "version" : " 9.3.1 " ,
3+ "version" : " 9.3.2 " ,
44 "description" : " JavaScript SDK to interact with Streamflow Airdrop protocol." ,
55 "homepage" : " https://github.com/streamflow-finance/js-sdk/" ,
66 "main" : " ./dist/cjs/index.cjs" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @streamflow/eslint-config" ,
3- "version" : " 9.3.1 " ,
3+ "version" : " 9.3.2 " ,
44 "description" : " ESLint configuration for Streamflow protocol." ,
55 "homepage" : " https://github.com/streamflow-finance/js-sdk/" ,
66 "engines" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @streamflow/launchpad" ,
3- "version" : " 9.3.1 " ,
3+ "version" : " 9.3.2 " ,
44 "description" : " JavaScript SDK to interact with Streamflow Launchpad protocol." ,
55 "homepage" : " https://github.com/streamflow-finance/js-sdk/" ,
66 "main" : " ./dist/cjs/index.cjs" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @streamflow/staking" ,
3- "version" : " 9.3.1 " ,
3+ "version" : " 9.3.2 " ,
44 "description" : " JavaScript SDK to interact with Streamflow Staking protocol." ,
55 "homepage" : " https://github.com/streamflow-finance/js-sdk/" ,
66 "main" : " ./dist/cjs/index.cjs" ,
Original file line number Diff line number Diff line change @@ -47,11 +47,9 @@ export default class AptosStreamClient extends BaseStreamClient {
4747
4848 this . maxGas = maxGas ;
4949
50- const clientConfig = apiKey ? {
50+ this . client = new AptosClient ( clusterUrl , apiKey ? {
5151 TOKEN : apiKey ,
52- } : undefined ;
53-
54- this . client = new AptosClient ( clusterUrl , clientConfig ) ;
52+ } : undefined ) ;
5553 }
5654
5755 /**
Original file line number Diff line number Diff line change 11{
22 "name" : " @streamflow/stream" ,
3- "version" : " 9.3.1 " ,
3+ "version" : " 9.3.2 " ,
44 "description" : " JavaScript SDK to interact with Streamflow protocol." ,
55 "homepage" : " https://github.com/streamflow-finance/js-sdk/" ,
66 "main" : " ./dist/cjs/index.cjs" ,
You can’t perform that action at this time.
0 commit comments