@prosekit/svelte
Advanced tools
Comparing version 0.4.12 to 0.4.13
@@ -1,2 +0,2 @@ | ||
import { Editor, type Extension } from '@prosekit/core'; | ||
import { type Editor, type Extension } from '@prosekit/core'; | ||
import type { Readable } from 'svelte/store'; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
import { Editor, EditorNotFoundError } from '@prosekit/core'; | ||
import { EditorNotFoundError, } from '@prosekit/core'; | ||
import { onMount } from 'svelte'; | ||
@@ -3,0 +3,0 @@ import { useEditorContext } from '../contexts/editor-context'; |
@@ -1,2 +0,2 @@ | ||
import { Editor, Priority, type Extension } from '@prosekit/core'; | ||
import type { Editor, Priority, Extension } from '@prosekit/core'; | ||
import type { Readable } from 'svelte/store'; | ||
@@ -3,0 +3,0 @@ export interface UseExtensionOptions { |
@@ -1,2 +0,1 @@ | ||
import { Editor, Priority } from '@prosekit/core'; | ||
import { useEditorExtension } from './use-editor-extension'; | ||
@@ -3,0 +2,0 @@ import { usePriorityExtension } from './use-priority-extension'; |
@@ -1,2 +0,2 @@ | ||
import { Priority, type Extension } from '@prosekit/core'; | ||
import { type Priority, type Extension } from '@prosekit/core'; | ||
import { type Readable } from 'svelte/store'; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
import { Priority, withPriority } from '@prosekit/core'; | ||
import { withPriority } from '@prosekit/core'; | ||
import { derived } from 'svelte/store'; | ||
@@ -3,0 +3,0 @@ /** |
{ | ||
"name": "@prosekit/svelte", | ||
"type": "module", | ||
"version": "0.4.12", | ||
"version": "0.4.13", | ||
"private": false, | ||
@@ -75,5 +75,5 @@ "author": { | ||
"@prosemirror-adapter/svelte": "^0.2.6", | ||
"@prosekit/core": "^0.7.8", | ||
"@prosekit/core": "^0.7.9", | ||
"@prosekit/pm": "^0.1.8", | ||
"@prosekit/web": "^0.3.10" | ||
"@prosekit/web": "^0.3.11" | ||
}, | ||
@@ -89,8 +89,8 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@sveltejs/package": "^2.3.2", | ||
"@types/node": "^20.14.14", | ||
"@sveltejs/package": "^2.3.4", | ||
"@types/node": "^20.16.1", | ||
"read-pkg": "^9.0.1", | ||
"svelte": "^4.2.18", | ||
"svelte-check": "^3.8.5", | ||
"tsx": "^4.16.5", | ||
"tsx": "^4.17.0", | ||
"typescript": "^5.5.4", | ||
@@ -97,0 +97,0 @@ "vitest": "^2.0.5", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
77555
876
Updated@prosekit/core@^0.7.9
Updated@prosekit/web@^0.3.11