@deephaven/filters
Advanced tools
Comparing version 0.13.3-treemap.2 to 0.14.0
@@ -7,2 +7,3 @@ export declare class Operator { | ||
export declare type OperatorValue = typeof Operator[Exclude<keyof typeof Operator, 'prototype'>]; | ||
export declare function assertOperatorValue(operator?: string): asserts operator is OperatorValue; | ||
//# sourceMappingURL=Operator.d.ts.map |
@@ -10,2 +10,8 @@ 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; } | ||
_defineProperty(Operator, "or", 'or'); | ||
export function assertOperatorValue(operator) { | ||
if (!(operator === 'not' || operator === 'and' || operator === 'or')) { | ||
throw new Error('operator is not a valid FilterOperatorValue'); | ||
} | ||
} | ||
//# sourceMappingURL=Operator.js.map |
{ | ||
"name": "@deephaven/filters", | ||
"version": "0.13.3-treemap.2+638dca5", | ||
"version": "0.14.0", | ||
"description": "Deephaven Filters", | ||
@@ -30,3 +30,3 @@ "author": "Deephaven Data Labs LLC", | ||
"devDependencies": { | ||
"@deephaven/tsconfig": "^0.13.3-treemap.2+638dca5" | ||
"@deephaven/tsconfig": "^0.14.0" | ||
}, | ||
@@ -39,3 +39,3 @@ "files": [ | ||
}, | ||
"gitHead": "638dca59f1a244e8aea4234c5af7a09e472206e1" | ||
"gitHead": "9f92c76132a89ebc8a59755adcb4c515d02b7191" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
26674
149
0