Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
Signed-off-by: ryjiang <[email protected]>
  • Loading branch information
shanghaikid committed Sep 3, 2024
1 parent 324f9f5 commit 4c63e98
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
@@ -1,6 +1,6 @@
{
"name": "attu",
"version": "2.4.7",
"version": "2.4.8",
"license": "MIT",
"author": {
"name": "zilliz",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"@json2csv/plainjs": "^7.0.3",
"@zilliz/milvus2-sdk-node": "2.4.6",
"@zilliz/milvus2-sdk-node": "^2.4.8",
"axios": "^1.7.4",
"chalk": "4.1.2",
"class-sanitizer": "^1.0.1",
Expand Down
8 changes: 4 additions & 4 deletions server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1397,10 +1397,10 @@
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.8.9.tgz#b6ef7457e826be8049667ae673eda7876eb049be"
integrity sha512-4VSbbcMoxc4KLjb1gs96SRmi7w4h1SF+fCoiK0XaQX62buCc1G5d0DC5bJ9xJBNPDSVCmIrcl8BiYxzjrqaaJA==

"@zilliz/[email protected].6":
version "2.4.6"
resolved "https://registry.yarnpkg.com/@zilliz/milvus2-sdk-node/-/milvus2-sdk-node-2.4.6.tgz#37916e6a4ecae8d2ac55c0e90be3a6188300e734"
integrity sha512-78SQitWpKFYDONPuXfKSQCR6aPdOsZlUeyucIEqaXrRE9icfwjO41SUt9/pmLi5Ls2b+X5fEepYQMMZYwS+I+w==
"@zilliz/milvus2-sdk-node@^2.4.8":
version "2.4.8"
resolved "https://registry.yarnpkg.com/@zilliz/milvus2-sdk-node/-/milvus2-sdk-node-2.4.8.tgz#806437620707e7ca5d17f4355b58a44090e76177"
integrity sha512-mLwe1Q8YX/gNHT2tK9v3GB9hPlcpdQwnabdsu/txSp+KI/wv5ZCP098NX0dGcR62TGuhx6htA4AVj6Y9OuMIoA==
dependencies:
"@grpc/grpc-js" "^1.8.22"
"@grpc/proto-loader" "^0.7.10"
Expand Down

0 comments on commit 4c63e98

Please sign in to comment.