Skip to content

Commit

Permalink
Merge pull request #847 from MoralisWeb3/feat/hide-new-firebase-packages
Browse files Browse the repository at this point in the history
chore(client): hide firebase auth packages
  • Loading branch information
ErnoW authored Nov 24, 2022
2 parents f50e6bb + 47d768f commit 460bd60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/client/firebaseApiUtils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Moralis",
"version": "2.7.4",
"license": "MIT",
"private": false,
"private": true,
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/client/firebaseEvmApi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Moralis",
"version": "2.7.4",
"license": "MIT",
"private": false,
"private": true,
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/client/firebaseSolApi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Moralis",
"version": "2.7.4",
"license": "MIT",
"private": false,
"private": true,
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"sideEffects": false,
Expand Down

1 comment on commit 460bd60

@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: 25%
26.34% (49/186) 19.14% (9/47) 22.85% (8/35)
auth Coverage: 94%
95.41% (125/131) 81.81% (18/22) 95.45% (42/44)
evm-api Coverage: 100%
100% (79/79) 66.66% (6/9) 100% (47/47)
common-evm-utils Coverage: 64%
65% (938/1443) 19.93% (123/617) 35.89% (201/560)
sol-api Coverage: 96%
96.66% (29/30) 66.66% (6/9) 91.66% (11/12)
common-sol-utils Coverage: 74%
73.77% (135/183) 60% (12/20) 65.67% (44/67)
common-streams-utils Coverage: 95%
95.6% (674/705) 97.93% (190/194) 100% (244/244)
streams Coverage: 87%
87.64% (525/599) 68.26% (71/104) 84.52% (142/168)

Please sign in to comment.