@tiptap/vue-2
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/vue-2", | ||
"description": "Vue components for tiptap", | ||
"version": "2.5.0-beta.5", | ||
"version": "2.5.0-beta.6", | ||
"homepage": "https://tiptap.dev", | ||
@@ -32,9 +32,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@tiptap/extension-bubble-menu": "^2.5.0-beta.5", | ||
"@tiptap/extension-floating-menu": "^2.5.0-beta.5", | ||
"@tiptap/extension-bubble-menu": "^2.5.0-beta.6", | ||
"@tiptap/extension-floating-menu": "^2.5.0-beta.6", | ||
"vue-ts-types": "^1.6.0" | ||
}, | ||
"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", | ||
"vue": "^2.6.0" | ||
@@ -41,0 +41,0 @@ }, |
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
268822