Skip to content

Commit

Permalink
feat: update to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chakhsu committed Nov 24, 2023
1 parent e0adfe1 commit 6c629a3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 15 deletions.
27 changes: 18 additions & 9 deletions package-lock.json

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

13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grpcity",
"version": "1.0.1",
"version": "1.1.0",
"description": "A powerful and complete gRPC framework for Node.js",
"author": "Chakhsu.Lau",
"license": "MIT",
Expand All @@ -19,31 +19,32 @@
"bugs": {
"url": "https://github.com/chakhsu/grpcity/issues"
},
"main": "index.js",
"main": "./types/index.js",
"types": "./types/index.d.ts",
"scripts": {
"debug": "DEBUG=grpcity* mocha --exit --extension .test.js --recursive test",
"test": "mocha --exit --extension .test.js --recursive test",
"fix": "standard --fix 'lib/**/*.js' 'test/**/*.js' | snazzy",
"lint": "standard -v 'lib/**/*.js' 'test/**/*.js' | snazzy",
"type-gen": "tsc -d --allowJs --outDir types index.js"
"type-gen": "tsc -P tsconfig.json"
},
"engines": {
"node": ">=16"
"node": ">=14"
},
"dependencies": {
"@grpc/grpc-js": "^1.9.11",
"@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": {
"@types/node": "^20.9.1",
"@tsconfig/node14": "^14.1.0",
"@types/node": "^20.9.5",
"chai": "^4.3.10",
"debug": "^4.3.4",
"mocha": "^10.2.0",
"snazzy": "^9.0.0",
"standard": "^17.1.0",
Expand Down

0 comments on commit 6c629a3

Please sign in to comment.