@tiptap/extension-text
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-text", | ||
"description": "text extension for tiptap", | ||
"version": "2.5.0-beta.5", | ||
"version": "2.5.0-beta.6", | ||
"homepage": "https://tiptap.dev", | ||
@@ -32,3 +32,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@tiptap/core": "^2.5.0-beta.5" | ||
"@tiptap/core": "^2.5.0-beta.6" | ||
}, | ||
@@ -35,0 +35,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
143681