Skip to content

Commit

Permalink
Merge pull request #264 from zilliztech/attu261
Browse files Browse the repository at this point in the history
fix describe collection cache issue
  • Loading branch information
shanghaikid authored Sep 11, 2023
2 parents d530040 + b7db5e7 commit 252726d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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.3.1",
"@zilliz/milvus2-sdk-node": "2.3.2",
"axios": "^1.4.0",
"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 @@ -1180,10 +1180,10 @@
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.8.9.tgz#b6ef7457e826be8049667ae673eda7876eb049be"
integrity sha512-4VSbbcMoxc4KLjb1gs96SRmi7w4h1SF+fCoiK0XaQX62buCc1G5d0DC5bJ9xJBNPDSVCmIrcl8BiYxzjrqaaJA==

"@zilliz/[email protected].1":
version "2.3.1"
resolved "https://registry.yarnpkg.com/@zilliz/milvus2-sdk-node/-/milvus2-sdk-node-2.3.1.tgz#13d1c5e8a255e904ad16bd542c5ab79f32cb956c"
integrity sha512-lXCpzg2DlEtqqy5YogAeWp8+HUYgunpbbJBjr94MsUis9mr8FAEh0zBzaTQ3GulD9TD4CMovpI7H5xzTzK2mtw==
"@zilliz/[email protected].2":
version "2.3.2"
resolved "https://registry.yarnpkg.com/@zilliz/milvus2-sdk-node/-/milvus2-sdk-node-2.3.2.tgz#1ea6a7b4ffedeb3d4ae6002fd3ebf74ef7daa316"
integrity sha512-2V9wvJl76oAwCZZzRZl03nCSOc392/u4Obk1jRmmgBUiQ8E5lfncvQgQfd+Meg++fgpEb3m4sRhyFUVSTZRK5g==
dependencies:
"@grpc/grpc-js" "1.8.17"
"@grpc/proto-loader" "0.7.7"
Expand Down

0 comments on commit 252726d

Please sign in to comment.