@markprompt/core
Advanced tools
Comparing version 0.26.1 to 0.26.2
@@ -20,3 +20,9 @@ import type { DocSearchHit } from './docsearch.js'; | ||
export interface SearchResult extends SearchResultSection { | ||
/** | ||
* Reference file. | ||
*/ | ||
file: FileReferenceFileData; | ||
/** | ||
* Match type. | ||
*/ | ||
matchType: 'title' | 'leadHeading' | 'content'; | ||
@@ -23,0 +29,0 @@ } |
{ | ||
"name": "@markprompt/core", | ||
"version": "0.26.1", | ||
"version": "0.26.2", | ||
"repository": { | ||
@@ -32,4 +32,5 @@ "type": "git", | ||
"devDependencies": { | ||
"@types/defaults": "^1.0.6" | ||
"@types/defaults": "^1.0.6", | ||
"msw": "^1.3.0" | ||
} | ||
} |
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
59938
825
2