Skip to content

Commit

Permalink
Merge pull request #96 from tinymanorg/fix/tiny-1690-update-cache-cor…
Browse files Browse the repository at this point in the history
…rectly

Update dist folder after governance cache update
  • Loading branch information
gulcinuras authored Nov 13, 2024
2 parents db823e9 + 61f78c3 commit 0f41ddd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/governance/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ declare class TinymanGovernanceClient {
suggestedParams?: SuggestedParams;
}): Promise<Transaction[]>;
fetchProposalVotingAppGlobalState(): Promise<ProposalVotingAppGlobalState>;
getRequiredTinyPowerToCreateProposal(totalTinyPower: number): Promise<number>;
getRequiredTinyPowerToCreateProposal(totalTinyPower?: number): Promise<number>;
}
export { TinymanGovernanceClient };
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinymanorg/tinyman-js-sdk",
"version": "4.0.6",
"version": "4.0.7",
"description": "Tinyman JS SDK",
"author": "Tinyman Core Team",
"license": "MIT",
Expand Down

0 comments on commit 0f41ddd

Please sign in to comment.