Skip to content

Commit

Permalink
upgrade node-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
shanghaikid committed Dec 20, 2022
1 parent a8a75ee commit a12edf3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"url": "https://github.com/zilliztech/attu"
},
"dependencies": {
"@zilliz/milvus2-sdk-node": "^2.2.0",
"@zilliz/milvus2-sdk-node": "^2.2.1",
"chalk": "^4.1.2",
"class-sanitizer": "^1.0.1",
"class-transformer": "^0.4.0",
Expand Down Expand Up @@ -140,4 +140,4 @@
]
}
}
}
}
8 changes: 4 additions & 4 deletions server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1162,10 +1162,10 @@
dependencies:
"@types/node" "*"

"@zilliz/milvus2-sdk-node@^2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@zilliz/milvus2-sdk-node/-/milvus2-sdk-node-2.2.0.tgz#c90eef9af424ec804e3b9b891f35251cb6e9209d"
integrity sha512-Vs5eIp5ydoHI2TztY7ilpEfj+SlNK7oMVtyDLZE0lVP253NF+fm/1jc/RKuKM+Jy8pQSkiEP1BFz85wPB0qemQ==
"@zilliz/milvus2-sdk-node@^2.2.1":
version "2.2.1"
resolved "https://registry.yarnpkg.com/@zilliz/milvus2-sdk-node/-/milvus2-sdk-node-2.2.1.tgz#93b024f9d22af340086d5545488d3d000d798a29"
integrity sha512-dfUnnFf2CKDos2lewibcCf+GR2LO3MTb2eGWCbUvobIdjMVdFm9z9M6ih7NIpGVbPJoKGUwEHT3UlycWOpkuXw==
dependencies:
"@grpc/grpc-js" "^1.2.12"
"@grpc/proto-loader" "^0.7.3"
Expand Down

0 comments on commit a12edf3

Please sign in to comment.