Skip to content

Commit

Permalink
v2.2.11 (#181)
Browse files Browse the repository at this point in the history
Signed-off-by: shanghaikid <[email protected]>
  • Loading branch information
shanghaikid authored Jun 2, 2023
1 parent 66a2e0c commit 1f81bbe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 212 deletions.
1 change: 0 additions & 1 deletion milvus/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ export * from './types';
// clients
export * from './grpc/GrpcClient';
export * from './MilvusClient';
export * from './OrmClient';
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@zilliz/milvus2-sdk-node",
"author": "[email protected]",
"version": "2.2.10",
"milvusVersion": "2.2.0-latest",
"version": "2.2.11",
"milvusVersion": "v2.2.9",
"main": "dist/milvus",
"files": [
"dist"
Expand Down
209 changes: 0 additions & 209 deletions test/Orm.spec.ts

This file was deleted.

0 comments on commit 1f81bbe

Please sign in to comment.