Skip to content

Commit

Permalink
fix missing dependency (#307)
Browse files Browse the repository at this point in the history
Signed-off-by: ryjiang <jiangruiyi@gmail.com>
  • Loading branch information
shanghaikid committed Apr 18, 2024
1 parent c4bc3e1 commit 348dcb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.4.0",
"version": "2.4.1",
"milvusVersion": "v2.4.0",
"main": "dist/milvus",
"files": [
Expand All @@ -22,6 +22,7 @@
"dependencies": {
"@grpc/grpc-js": "^1.10.1",
"@grpc/proto-loader": "^0.7.10",
"@petamoriken/float16": "^3.8.6",
"dayjs": "^1.11.7",
"generic-pool": "^3.9.0",
"lru-cache": "^9.1.2",
Expand All @@ -30,7 +31,6 @@
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.21.5",
"@petamoriken/float16": "^3.8.6",
"@types/jest": "^29.5.1",
"@types/node-fetch": "^2.6.8",
"jest": "^29.5.0",
Expand Down

0 comments on commit 348dcb4

Please sign in to comment.