Skip to content

Commit

Permalink
misc: package update to 0.2.4 & refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
fly33499 committed Oct 18, 2021
1 parent 31210c6 commit bea8c6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firmachain/firma-js",
"version": "0.2.3",
"version": "0.2.4",
"description": "The Official FirmaChain Javascript SDK written in Typescript",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion sdk/firmachain/feegrant/FeeGrantQueryClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export interface FeeAllowanceType {
}

export interface FeeAllowanceType1 {
"@type": string,
"@type": string;
spendLimit: Coin[];
expiration: Date | undefined;
}
Expand Down

0 comments on commit bea8c6b

Please sign in to comment.