@hocuspocus/transformer
Advanced tools
Comparing version 1.0.1 to 1.0.2
import { Doc } from 'yjs'; | ||
import { Extensions } from '@tiptap/core/dist/packages/core/src/types'; | ||
import { Extensions } from '@tiptap/core'; | ||
import { Transformer } from './types'; | ||
@@ -4,0 +4,0 @@ export declare class Tiptap implements Transformer { |
{ | ||
"name": "@hocuspocus/transformer", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "hocuspocus transformation utilities", | ||
@@ -30,3 +30,3 @@ "homepage": "https://hocuspocus.dev", | ||
"dependencies": { | ||
"@tiptap/core": "^2.0.0-beta.174", | ||
"@tiptap/core": "^2.0.0-beta.217", | ||
"@tiptap/starter-kit": "^2.0.0-beta.183" | ||
@@ -33,0 +33,0 @@ }, |
import { Doc } from 'yjs' | ||
import { Extensions } from '@tiptap/core/dist/packages/core/src/types' | ||
import { getSchema } from '@tiptap/core' | ||
import { Extensions, getSchema } from '@tiptap/core' | ||
import StarterKit from '@tiptap/starter-kit' | ||
@@ -5,0 +4,0 @@ import { Transformer } from './types' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
73085
1793
Updated@tiptap/core@^2.0.0-beta.217