File tree Expand file tree Collapse file tree 4 files changed +17
-6
lines changed
Expand file tree Collapse file tree 4 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 11# 更新日志
22
3+ ## 2023.06.30 v3.1.0
4+
5+ 1 . 支持tree-shaking
6+ 2 . 升级依赖包
7+
38## 2023.06.26 v3.0.0
49
5101 . 全新构建输出,支持自动摇树优化
Original file line number Diff line number Diff line change 66
77[ ![ NPM version] [ npm-image ]] [ npm-url ]
88[ ![ Codacy Badge] [ codacy-image ]] [ codacy-url ]
9+ [ ![ tree shaking] [ tree-shaking-image ]] [ tree-shaking-url ]
10+ ![ typescript] [ typescript-url ]
911[ ![ Test coverage] [ codecov-image ]] [ codecov-url ]
1012[ ![ npm download] [ download-image ]] [ download-url ]
1113[ ![ License] [ license-image ]] [ license-url ]
@@ -114,6 +116,9 @@ Please open an issue [here](https://github.com/saqqdy/node-wxcrypto/issues).
114116[ npm-url ] : https://npmjs.org/package/node-wxcrypto
115117[ codacy-image ] : https://app.codacy.com/project/badge/Grade/f70d4880e4ad4f40aa970eb9ee9d0696
116118[ codacy-url ] : https://www.codacy.com/gh/saqqdy/node-wxcrypto/dashboard?utm_source=github.com&utm_medium=referral&utm_content=saqqdy/node-wxcrypto&utm_campaign=Badge_Grade
119+ [ tree-shaking-image ] : https://badgen.net/bundlephobia/tree-shaking/node-wxcrypto
120+ [ tree-shaking-url ] : https://bundlephobia.com/package/node-wxcrypto
121+ [ typescript-url ] : https://badgen.net/badge/icon/typescript?icon=typescript&label
117122[ codecov-image ] : https://img.shields.io/codecov/c/github/saqqdy/node-wxcrypto.svg?style=flat-square
118123[ codecov-url ] : https://codecov.io/github/saqqdy/node-wxcrypto?branch=master
119124[ download-image ] : https://img.shields.io/npm/dm/node-wxcrypto.svg?style=flat-square
Original file line number Diff line number Diff line change 11{
22 "name" : " node-wxcrypto" ,
33 "description" : " 微信消息加解密nodejs版本" ,
4- "version" : " 3.0 .0" ,
4+ "version" : " 3.1 .0" ,
55 "packageManager" : " pnpm@8.6.3" ,
66 "main" : " dist/index.cjs.js" ,
77 "module" : " dist/index.esm-bundler.js" ,
7575 "npm-run-all" : " ^4.1.5" ,
7676 "prettier" : " ^2.8.8" ,
7777 "prettier-config-common" : " ^1.4.0" ,
78- "reinstaller" : " ^3.0.0 " ,
78+ "reinstaller" : " ^3.0.2 " ,
7979 "rm-all" : " ^1.0.0" ,
8080 "rollup" : " ^3.25.2" ,
8181 "rollup-plugin-esbuild" : " ^5.0.0" ,
9595 "engines" : {
9696 "node" : " >=12.20"
9797 },
98+ "sideEffects" : false ,
9899 "pnpm" : {
99100 "peerDependencyRules" : {
100101 "ignoreMissing" : [
You can’t perform that action at this time.
0 commit comments