Skip to content

Commit

Permalink
release: 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnieXu committed May 15, 2022
1 parent b51b298 commit 5ce695e
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.1.2",
"version": "1.1.3",
"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 5ce695e

@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 58.88% 471/800
🔴 Branches 57.48% 73/127
🟡 Functions 62.79% 81/129
🔴 Lines 59.37% 431/726

Test suite run success

20 tests passing in 3 suites.

Report generated by 🧪jest coverage report action from 5ce695e

Please sign in to comment.