Skip to content

Commit

Permalink
Merge pull request #44 from gelatodigital/fix/export-task-state
Browse files Browse the repository at this point in the history
fix: export TaskState
  • Loading branch information
denis-pingin committed Dec 6, 2023
2 parents 37218f7 + 3381b1d commit fdd7ebc
Show file tree
Hide file tree
Showing 2 changed files with 3 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": "@gelatonetwork/relay-sdk",
"version": "5.5.4",
"version": "5.5.5",
"description": "SDK to integrate with Gelato Relay",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
CallWithSyncFeeConcurrentERC2771Request,
CallWithConcurrentERC2771Request,
} from "./lib/erc2771/types";
import { TransactionStatusResponse } from "./lib/status/types";
import { TransactionStatusResponse, TaskState } from "./lib/status/types";
import {
BaseCallWithSyncFeeParams,
Config,
Expand Down Expand Up @@ -47,6 +47,7 @@ export {
CallWithConcurrentERC2771Request,
Config,
SignerOrProvider,
TaskState,
};

export class GelatoRelay {
Expand Down

0 comments on commit fdd7ebc

Please sign in to comment.