@deephaven/jsapi-utils
Advanced tools
Comparing version 0.15.2-beta.6 to 0.15.2
@@ -155,3 +155,3 @@ import { TypeValue as FilterTypeValue, OperatorValue as FilterOperatorValue } from '@deephaven/filters'; | ||
static makeCancelableTableEventPromise(table: Table | TreeTable, eventName: string, timeout?: number, matcher?: ((event: CustomEvent) => boolean) | null): CancelablePromise<CustomEvent>; | ||
static makeAdvancedFilter(column: Column, options: AdvancedFilterOptions, timeZone: string): FilterCondition; | ||
static makeAdvancedFilter(column: Column, options: AdvancedFilterOptions, timeZone: string): FilterCondition | null; | ||
static removeCommas(value: string): string; | ||
@@ -158,0 +158,0 @@ /** |
@@ -994,6 +994,2 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } | ||
if (filter === null) { | ||
throw new Error('filter is null'); | ||
} | ||
return filter; | ||
@@ -1000,0 +996,0 @@ } |
{ | ||
"name": "@deephaven/jsapi-utils", | ||
"version": "0.15.2-beta.6+56909ba", | ||
"version": "0.15.2", | ||
"description": "Deephaven JSAPI Utils", | ||
@@ -30,9 +30,9 @@ "author": "Deephaven Data Labs LLC", | ||
"dependencies": { | ||
"@deephaven/filters": "^0.15.2-beta.6+56909ba", | ||
"@deephaven/jsapi-shim": "^0.15.2-beta.6+56909ba", | ||
"@deephaven/log": "^0.15.2-beta.6+56909ba", | ||
"@deephaven/utils": "^0.15.2-beta.6+56909ba" | ||
"@deephaven/filters": "^0.15.2", | ||
"@deephaven/jsapi-shim": "^0.15.2", | ||
"@deephaven/log": "^0.15.2", | ||
"@deephaven/utils": "^0.15.0" | ||
}, | ||
"devDependencies": { | ||
"@deephaven/tsconfig": "^0.15.2-beta.6+56909ba" | ||
"@deephaven/tsconfig": "^0.15.2" | ||
}, | ||
@@ -45,3 +45,3 @@ "files": [ | ||
}, | ||
"gitHead": "56909bab79b394dd8e3739cc6410fdf8cefeec8f" | ||
"gitHead": "e654e3c883bb34646325b822b0710f6e2cb61142" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
0
274773
2472
Updated@deephaven/filters@^0.15.2
Updated@deephaven/log@^0.15.2
Updated@deephaven/utils@^0.15.0