Skip to content

Commit

Permalink
feat: update to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chakhsu committed Nov 26, 2023
1 parent cc2cee5 commit 266ba67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 46 deletions.
44 changes: 2 additions & 42 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grpcity",
"version": "1.1.1",
"version": "1.2.0",
"description": "A powerful and complete gRPC framework for Node.js",
"author": "Chakhsu.Lau",
"license": "MIT",
Expand Down Expand Up @@ -36,9 +36,7 @@
"@grpc/proto-loader": "^0.7.10",
"debug": "^4.3.4",
"joi": "^17.11.0",
"koa-compose": "^4.1.0",
"lodash": "^4.17.21",
"p-event": "^4.2.0",
"protobufjs": "^7.2.5"
},
"devDependencies": {
Expand All @@ -52,7 +50,9 @@
},
"standard": {
"parser": "",
"ignore": [],
"ignore": [
"types"
],
"envs": [
"mocha"
]
Expand Down

0 comments on commit 266ba67

Please sign in to comment.