Skip to content

Commit

Permalink
fix dependency
Browse files Browse the repository at this point in the history
Signed-off-by: shanghaikid <jiangruiyi@gmail.com>
  • Loading branch information
shanghaikid committed Jun 2, 2023
1 parent 1f81bbe commit 7d91c61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zilliz/milvus2-sdk-node",
"author": "ued@zilliz.com",
"version": "2.2.11",
"version": "2.2.12",
"milvusVersion": "v2.2.9",
"main": "dist/milvus",
"files": [
Expand All @@ -23,7 +23,8 @@
"@grpc/grpc-js": "^1.8.14",
"@grpc/proto-loader": "^0.7.7",
"dayjs": "^1.11.7",
"protobufjs": "^7.2.3"
"protobufjs": "^7.2.3",
"winston": "^3.9.0"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.21.5",
Expand All @@ -32,8 +33,7 @@
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typedoc": "^0.24.7",
"typescript": "^5.0.4",
"winston": "^3.9.0"
"typescript": "^5.0.4"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 7d91c61

Please sign in to comment.