Skip to content

Commit

Permalink
feat: add new version
Browse files Browse the repository at this point in the history
  • Loading branch information
ziqiangai committed Nov 30, 2023
1 parent 2ef98a0 commit 81fa83a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/interface/record.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export interface IGetRecordsReqParams {
/**
* use databus fusion api
* */
isV3: boolean;
isV3?: boolean;
}


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vikadata/vika",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"description": "维格表官方 JavaScript SDK",
"main": "./es/index.js",
"scripts": {
Expand Down

0 comments on commit 81fa83a

Please sign in to comment.