Skip to content

Commit

Permalink
release: 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnieXu committed Jul 20, 2023
1 parent 8887381 commit 82e2ab7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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": "decrypt-core",
"version": "1.2.0",
"version": "1.2.1",
"private": false,
"description": "The core library for data encrypt and decrypt based on Triple Data Encryption Algorithm(3DES).基于 3DES 算法的数据加解密核心库",
"main": "./lib/index",
Expand Down

1 comment on commit 82e2ab7

@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

St.
Category Percentage Covered / Total
🟡 Statements 61.56% 530/861
🟡 Branches 62.73% 101/161
🟡 Functions 65.28% 94/144
🟡 Lines 61.75% 473/766

Test suite run success

31 tests passing in 5 suites.

Report generated by 🧪jest coverage report action from 82e2ab7

Please sign in to comment.