@tiptap/extension-gapcursor
Advanced tools
Comparing version 2.5.0-beta.5 to 2.5.0-beta.6
@@ -6,4 +6,4 @@ /** | ||
export declare function removeDuplicates<T>(array: T[], by?: { | ||
(value: any, replacer?: ((this: any, key: string, value: any) => any) | undefined, space?: string | number | undefined): string; | ||
(value: any, replacer?: (string | number)[] | null | undefined, space?: string | number | undefined): string; | ||
(value: any, replacer?: (this: any, key: string, value: any) => any, space?: string | number): string; | ||
(value: any, replacer?: (number | string)[] | null, space?: string | number): string; | ||
}): T[]; |
{ | ||
"name": "@tiptap/extension-gapcursor", | ||
"description": "gapcursor extension for tiptap", | ||
"version": "2.5.0-beta.5", | ||
"version": "2.5.0-beta.6", | ||
"homepage": "https://tiptap.dev", | ||
@@ -32,4 +32,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"@tiptap/core": "^2.5.0-beta.5", | ||
"@tiptap/pm": "^2.5.0-beta.5" | ||
"@tiptap/core": "^2.5.0-beta.6", | ||
"@tiptap/pm": "^2.5.0-beta.6" | ||
}, | ||
@@ -36,0 +36,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
152313