Skip to content

Commit

Permalink
release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saqqdy committed Jun 26, 2023
1 parent 360a08e commit 03b2547
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 17 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change logs

## 2023.06.25 v1.0.0
## 2023.06.26 v1.0.0

1. create project
2. [README.md](./README.md)
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "egg-wxcrypto",
"description": "扩展支持微信消息加解密nodejs版本的egg插件",
"version": "1.0.0-bete.1",
"version": "1.0.0",
"packageManager": "pnpm@8.6.3",
"eggPlugin": {
"name": "wxcrypto"
Expand Down Expand Up @@ -50,20 +50,17 @@
"zx": "^7.2.2"
},
"peerDependencies": {
"egg": ">= 2",
"egg-bin": ">= 4"
"egg": ">=2",
"egg-bin": ">=4",
"node-wxcrypto": ">=2"
},
"engines": {
"node": ">=12.0.0"
},
"resolutions": {
"fsevents": ">= 2.0.0"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@babel/core",
"@types/node",
"webpack",
"typescript",
"mocha"
Expand Down
14 changes: 5 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 03b2547

Please sign in to comment.