Skip to content

Commit

Permalink
release 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
saqqdy committed Jul 29, 2023
1 parent eec07a0 commit 22b9e9e
Show file tree
Hide file tree
Showing 4 changed files with 1,403 additions and 1,080 deletions.
8 changes: 6 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ updates:
directory: / # Location of package manifests
schedule:
interval: weekly
open-pull-requests-limit: 5
open-pull-requests-limit: 3
ignore:
- dependency-name: 'aws*'
- dependency-name: core-js
- dependency-name: eslint
- dependency-name: prettier
- dependency-name: '@babel/*'
- dependency-name: '@types/*'
- dependency-name: typescript
versions: [4.x]
- dependency-name: '*'
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 更新日志

## 2023.07.29 v3.1.1

1. 升级依赖包

## 2023.06.30 v3.1.0

1. 支持tree-shaking
Expand Down
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-wxcrypto",
"description": "微信消息加解密nodejs版本",
"version": "3.1.0",
"version": "3.1.1",
"packageManager": "pnpm@8.6.3",
"main": "dist/index.cjs.js",
"module": "dist/index.esm-bundler.js",
Expand Down Expand Up @@ -45,48 +45,48 @@
},
"dependencies": {
"debug": "^4.3.4",
"js-cool": "^5.1.0",
"xml2js": "^0.6.0"
"js-cool": "^5.3.0",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/preset-typescript": "^7.22.5",
"@eslint-sets/eslint-config-ts": "^5.5.0",
"@microsoft/api-extractor": "^7.36.0",
"@node-kit/extra.fs": "^3.0.0",
"@eslint-sets/eslint-config-ts": "^5.7.0",
"@microsoft/api-extractor": "^7.36.3",
"@node-kit/extra.fs": "^3.1.1",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.1",
"@types/jest": "^29.5.2",
"@types/node": "^20.3.1",
"@rollup/plugin-typescript": "^11.1.2",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.5",
"@types/xml2js": "^0.4.11",
"babel-loader": "^9.1.2",
"chalk": "^5.2.0",
"core-js": "^3.31.0",
"babel-loader": "^9.1.3",
"chalk": "^5.3.0",
"core-js": "^3.32.0",
"coveralls": "^3.1.1",
"cross-env": "^7.0.3",
"eslint": "^8.43.0",
"jest": "^29.5.0",
"eslint": "^8.46.0",
"jest": "^29.6.2",
"load-yml": "^1.3.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"prettier-config-common": "^1.4.0",
"reinstaller": "^3.0.2",
"rm-all": "^1.0.0",
"rollup": "^3.25.2",
"rm-all": "^1.1.1",
"rollup": "^3.27.0",
"rollup-plugin-esbuild": "^5.0.0",
"rollup-plugin-filesize": "^10.0.0",
"rollup-plugin-visualizer": "^5.9.2",
"ts-jest": "^29.1.0",
"ts-jest": "^29.1.1",
"tsnd": "^1.1.0",
"typedoc": "^0.24.8",
"typedoc-plugin-markdown": "^3.15.3",
"typescript": "^5.1.3",
"zx": "^7.2.2"
"typedoc-plugin-markdown": "^3.15.4",
"typescript": "^5.1.6",
"zx": "^7.2.3"
},
"peerDependencies": {
"js-cool": ">= 2",
Expand Down
Loading

0 comments on commit 22b9e9e

Please sign in to comment.