Skip to content

Commit

Permalink
bump version to 5.1.0 in package.json and package-lock.json (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Rey authored Jan 2, 2025
1 parent cd69a51 commit 7c9d73c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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": "@massalabs/massa-web3",
"version": "5.0.0",
"version": "5.1.0",
"description": "massa's web3 sdk client",
"main": "dist/cmd/index.js",
"module": "dist/esm/index.js",
Expand Down

2 comments on commit 7c9d73c

@github-actions
Copy link

Choose a reason for hiding this comment

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

Coverage report for experimental massa-web3

St.
Category Percentage Covered / Total
🟡 Statements 66.79% 1253/1876
🔴 Branches 43.79% 201/459
🔴 Functions 47.23% 222/470
🟡 Lines 67.31% 1246/1851

Test suite run success

134 tests passing in 15 suites.

Report generated by 🧪jest coverage report action from 7c9d73c

@github-actions
Copy link

Choose a reason for hiding this comment

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

Coverage report for experimental massa-web3

St.
Category Percentage Covered / Total
🟡 Statements 66.79% 1253/1876
🔴 Branches 43.79% 201/459
🔴 Functions 47.23% 222/470
🟡 Lines 67.31% 1246/1851

Test suite run success

134 tests passing in 15 suites.

Report generated by 🧪jest coverage report action from 7c9d73c

Please sign in to comment.