dolphindb 3.1.52 → 3.1.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/browser.d.ts +1 -1
  2. package/package.json +2 -2
package/browser.d.ts CHANGED
@@ -656,8 +656,8 @@ export declare class BigInt128Array {
656
656
  value: bigint;
657
657
  done: boolean;
658
658
  } | {
659
- value?: undefined;
660
659
  done: boolean;
660
+ value?: undefined;
661
661
  };
662
662
  };
663
663
  toString(): string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dolphindb",
3
3
  "description": "DolphinDB JavaScript API",
4
- "version": "3.1.52",
4
+ "version": "3.1.53",
5
5
  "type": "module",
6
6
  "main": "./index.js",
7
7
  "browser": "./browser.js",
@@ -37,6 +37,6 @@
37
37
  "dayjs": "^1.11.21",
38
38
  "ipaddr.js": "^2.4.0",
39
39
  "tslib": "^2.8.1",
40
- "xshell": "^1.4.14"
40
+ "xshell": "^1.4.15"
41
41
  }
42
42
  }