Skip to content

Commit

Permalink
Merge pull request #406 from Once-Upon/release/1.1.0-5
Browse files Browse the repository at this point in the history
1.1.0-5
  • Loading branch information
pcowgill committed Jul 25, 2024
2 parents bfd49a4 + 7a7ed9a commit 695b255
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
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": "@once-upon/evm-context",
"version": "1.1.0-4",
"version": "1.1.0-5",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion src/types/transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ export type TransactionContextType = {
variables?: ContextVariable;
summaries?: ContextSummaryType;
crossChainTx?: Transaction[];
actions?: ContextAction[];
};

// MongoDB document
Expand Down

0 comments on commit 695b255

Please sign in to comment.