@replayio/protocol
Advanced tools
Comparing version 0.61.0 to 0.62.0
@@ -401,2 +401,14 @@ import { TimeStampedPoint, PointRange, ExecutionPoint } from "./Recording"; | ||
limit?: number; | ||
/** | ||
* If `true`, the query string will be interpreted as a regular expression. | ||
*/ | ||
useRegex?: boolean; | ||
/** | ||
* If `true`, the query string will be only match entire words | ||
*/ | ||
wholeWord?: boolean; | ||
/** | ||
* If `true`, the query string will be treated as case-sensitive | ||
*/ | ||
caseSensitive?: boolean; | ||
} | ||
@@ -403,0 +415,0 @@ export interface searchSourceContentsResult { |
{ | ||
"name": "@replayio/protocol", | ||
"version": "0.61.0", | ||
"version": "0.62.0", | ||
"description": "Definition of the protocol used by the Record Replay web service", | ||
@@ -5,0 +5,0 @@ "author": "", |
Sorry, the diff of this file is too big to display
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
557621
12878