Skip to content

Commit a097822

Browse files
committed
upgrade modules and tests
1 parent 4f770b5 commit a097822

File tree

5 files changed

+1883
-18786
lines changed

5 files changed

+1883
-18786
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"json-bigint": "^1.0.0",
6262
"standard-version": "^9.5.0",
6363
"uuid": "^8.3.2",
64-
"ws": "^8.13.0"
64+
"ws": "^8.18.0"
6565
},
6666
"devDependencies": {
6767
"@swc/core": "^1.7.24",

src/boilingdata/boilingdata.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ export class BoilingData {
277277
});
278278
}
279279

280-
// FIXME: the ordering of e.g. subBatches is not guaranteed
281280
public execQueryPromise(params: IBDQuery): Promise<any[]> {
282281
this.logger.info("execQueryPromise:", params);
283282
const r: any[] = [];

0 commit comments

Comments
 (0)