Skip to content

Commit e5336a0

Browse files
committed
release v3.1.0
1 parent ecc774b commit e5336a0

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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

510
1. 全新构建输出,支持自动摇树优化

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
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

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",
@@ -75,7 +75,7 @@
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",
@@ -95,6 +95,7 @@
9595
"engines": {
9696
"node": ">=12.20"
9797
},
98+
"sideEffects": false,
9899
"pnpm": {
99100
"peerDependencyRules": {
100101
"ignoreMissing": [

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)