@tiptap/extension-youtube
Advanced tools
Comparing version 2.5.4 to 2.5.5
@@ -9,6 +9,4 @@ import { MarkType, NodeType, Schema } from '@tiptap/pm/model'; | ||
export * as extensions from './extensions/index.js'; | ||
declare global { | ||
interface HTMLElement { | ||
editor?: Editor; | ||
} | ||
export interface TiptapEditorHTMLElement extends HTMLElement { | ||
editor?: Editor; | ||
} | ||
@@ -15,0 +13,0 @@ export declare class Editor extends EventEmitter<EditorEvents> { |
@@ -43,2 +43,7 @@ import { Mark as ProseMirrorMark, Node as ProseMirrorNode, NodeType, ParseOptions } from '@tiptap/pm/model'; | ||
}; | ||
beforeTransaction: { | ||
editor: Editor; | ||
transaction: Transaction; | ||
nextState: EditorState; | ||
}; | ||
transaction: { | ||
@@ -45,0 +50,0 @@ editor: Editor; |
{ | ||
"name": "@tiptap/extension-youtube", | ||
"description": "a youtube embed extension for tiptap", | ||
"version": "2.5.4", | ||
"version": "2.5.5", | ||
"homepage": "https://tiptap.dev", | ||
@@ -32,6 +32,6 @@ "keywords": [ | ||
"devDependencies": { | ||
"@tiptap/core": "^2.5.4" | ||
"@tiptap/core": "^2.5.5" | ||
}, | ||
"peerDependencies": { | ||
"@tiptap/core": "^2.5.4" | ||
"@tiptap/core": "^2.5.5" | ||
}, | ||
@@ -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
231648
5017