Skip to content

Commit

Permalink
feat: add beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
ziqiangai committed Nov 24, 2023
1 parent 8a1789f commit 32a7c8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const MIN_TIME_GAP = 1000 / QPS; // Maximum concurrency, 5 requests per s
export const DST_MAX_RECORDS = 50000; // Maximum number of records in a single datasheet.
export const DEFAULT_HOST = 'https://api.vika.cn';
export const FUSION_PATH_PREFIX = '/fusion';
export const DEFAULT_VERSION_PREFIX = '/fusion/v3';
export const DEFAULT_VERSION_PREFIX = '/fusion/v1';
export const DEFAULT_REQUEST_TIMEOUT = 60000;
export const MAX_WRITE_SIZE_PER_REQ = 10;

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.1",
"version": "2.0.0-beta.2",
"description": "维格表官方 JavaScript SDK",
"main": "./es/index.js",
"scripts": {
Expand Down

0 comments on commit 32a7c8e

Please sign in to comment.