@tiptap/extension-youtube
Advanced tools
Comparing version 2.5.5 to 2.5.6
@@ -157,5 +157,3 @@ import { Mark as ProseMirrorMark, Node as ProseMirrorNode, NodeType, ParseOptions } from '@tiptap/pm/model'; | ||
*/ | ||
attributes: { | ||
[key: string]: Attribute; | ||
}; | ||
attributes: Record<string, Attribute | undefined>; | ||
}[]; | ||
@@ -162,0 +160,0 @@ export type PickValue<T, K extends keyof T> = T[K]; |
{ | ||
"name": "@tiptap/extension-youtube", | ||
"description": "a youtube embed extension for tiptap", | ||
"version": "2.5.5", | ||
"version": "2.5.6", | ||
"homepage": "https://tiptap.dev", | ||
@@ -32,6 +32,6 @@ "keywords": [ | ||
"devDependencies": { | ||
"@tiptap/core": "^2.5.5" | ||
"@tiptap/core": "^2.5.6" | ||
}, | ||
"peerDependencies": { | ||
"@tiptap/core": "^2.5.5" | ||
"@tiptap/core": "^2.5.6" | ||
}, | ||
@@ -38,0 +38,0 @@ "repository": { |
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
231644
5015