Skip to content

Commit

Permalink
add missing dependency to the streams package. (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
b4rtaz authored Nov 2, 2022
1 parent 07ee1fc commit 2f93876
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/healthy-adults-join.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@moralisweb3/streams': patch
---

Add missing dependency to the `@moralisweb3/streams` package.
3 changes: 2 additions & 1 deletion packages/streams/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"@moralisweb3/evm-utils": "^2.7.0",
"@moralisweb3/streams-typings": "^1.0.5",
"ethereumjs-util": "^7.1.0",
"web3-eth-abi": "^1.8.0"
"web3-eth-abi": "^1.8.0",
"ethers": "^5.7.1"
}
}

1 comment on commit 2f93876

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test coverage

Title Lines Statements Branches Functions
api-utils Coverage: 66%
66.56% (221/332) 50% (41/82) 68.05% (49/72)
auth Coverage: 97%
97.94% (143/146) 90.9% (20/22) 100% (42/42)
core Coverage: 89%
90.15% (568/630) 75.79% (119/157) 83.72% (108/129)
evm-api Coverage: 82%
80.72% (469/581) 17.57% (58/330) 66.32% (197/297)
evm-utils Coverage: 36%
36.68% (343/935) 39.17% (105/268) 28.26% (91/322)
sol-api Coverage: 75%
76.1% (86/113) 47.36% (9/19) 53.19% (25/47)
sol-utils Coverage: 82%
81.18% (82/101) 66.66% (12/18) 85.71% (30/35)
streams Coverage: 83%
84.46% (549/650) 66.08% (76/115) 79.06% (136/172)

Please sign in to comment.