@magidoc/plugin-fuse-markdown
Advanced tools
Comparing version 4.1.4 to 4.2.0
@@ -1,2 +0,2 @@ | ||
import Fuse from 'fuse.js'; | ||
import Fuse, { type IFuseOptions } from 'fuse.js'; | ||
import type { Lexer } from 'marked'; | ||
@@ -7,3 +7,3 @@ import type Slugger from 'github-slugger'; | ||
import type { SearchResult } from './result'; | ||
export declare function defaultFuseOptions<T>(): Fuse.IFuseOptions<T>; | ||
export declare function defaultFuseOptions<T>(): IFuseOptions<T>; | ||
export type IndexingOptions<T> = { | ||
@@ -10,0 +10,0 @@ /** |
@@ -5,3 +5,3 @@ { | ||
"private": false, | ||
"version": "4.1.4", | ||
"version": "4.2.0", | ||
"type": "module", | ||
@@ -24,15 +24,15 @@ "license": "MIT", | ||
"dependencies": { | ||
"fuse.js": "^6.6.2", | ||
"fuse.js": "^7.0.0", | ||
"github-slugger": "^2.0.0", | ||
"marked": "^11.2.0" | ||
"marked": "^12.0.1" | ||
}, | ||
"devDependencies": { | ||
"@types/marked": "^6.0.0", | ||
"@types/node": "^20.11.17", | ||
"@types/node": "^20.12.2", | ||
"@types/prettier": "^3.0.0", | ||
"@vitest/coverage-v8": "^0.34.6", | ||
"rollup": "^4.10.0", | ||
"typescript": "^5.3.3", | ||
"vite": "^5.1.1", | ||
"vitest": "^0.34.6" | ||
"@vitest/coverage-v8": "^1.4.0", | ||
"rollup": "^4.13.2", | ||
"typescript": "^5.4.3", | ||
"vite": "^5.2.7", | ||
"vitest": "^1.4.0" | ||
}, | ||
@@ -39,0 +39,0 @@ "peerDependencies": { |
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
20547
+ Addedfuse.js@7.0.0(transitive)
+ Addedmarked@12.0.2(transitive)
- Removedfuse.js@6.6.2(transitive)
- Removedmarked@11.2.0(transitive)
Updatedfuse.js@^7.0.0
Updatedmarked@^12.0.1