@bangle.dev/core
Advanced tools
Comparing version 0.26.4 to 0.26.5-alpha.0
@@ -1,2 +0,2 @@ | ||
import type { RawSpecs } from '../spec-registry'; | ||
import type { BaseRawNodeSpec } from '../spec-registry'; | ||
@@ -7,3 +7,3 @@ export const spec = specFactory; | ||
function specFactory({ content = 'block+' } = {}): RawSpecs { | ||
function specFactory({ content = 'block+' } = {}): BaseRawNodeSpec { | ||
return { | ||
@@ -10,0 +10,0 @@ type: 'node', |
import type { RawPlugins } from '../plugin-loader'; | ||
import type { RawSpecs } from '../spec-registry'; | ||
import type { BaseRawNodeSpec, RawSpecs } from '../spec-registry'; | ||
import { | ||
@@ -54,3 +54,3 @@ Command, | ||
function specFactory(): RawSpecs { | ||
function specFactory(): BaseRawNodeSpec { | ||
return { | ||
@@ -57,0 +57,0 @@ type: 'node', |
@@ -1,2 +0,2 @@ | ||
import type { RawSpecs } from '../spec-registry'; | ||
import type { BaseRawNodeSpec } from '../spec-registry'; | ||
import { Node } from '@bangle.dev/pm'; | ||
@@ -8,3 +8,3 @@ | ||
function specFactory(): RawSpecs { | ||
function specFactory(): BaseRawNodeSpec { | ||
return { | ||
@@ -11,0 +11,0 @@ type: 'node', |
@@ -1,7 +0,7 @@ | ||
import type { RawSpecs } from '../spec-registry'; | ||
import type { BaseRawNodeSpec } from '../spec-registry'; | ||
export declare const spec: typeof specFactory; | ||
declare function specFactory({ content }?: { | ||
content?: string | undefined; | ||
}): RawSpecs; | ||
}): BaseRawNodeSpec; | ||
export {}; | ||
//# sourceMappingURL=doc.d.ts.map |
import type { RawPlugins } from '../plugin-loader'; | ||
import type { RawSpecs } from '../spec-registry'; | ||
import type { BaseRawNodeSpec } from '../spec-registry'; | ||
import { Command, EditorState } from '@bangle.dev/pm'; | ||
@@ -26,3 +26,3 @@ export declare const spec: typeof specFactory; | ||
}; | ||
declare function specFactory(): RawSpecs; | ||
declare function specFactory(): BaseRawNodeSpec; | ||
declare function pluginsFactory({ keybindings }?: { | ||
@@ -29,0 +29,0 @@ keybindings?: { |
@@ -1,5 +0,5 @@ | ||
import type { RawSpecs } from '../spec-registry'; | ||
import type { BaseRawNodeSpec } from '../spec-registry'; | ||
export declare const spec: typeof specFactory; | ||
declare function specFactory(): RawSpecs; | ||
declare function specFactory(): BaseRawNodeSpec; | ||
export {}; | ||
//# sourceMappingURL=text.d.ts.map |
{ | ||
"name": "@bangle.dev/core", | ||
"version": "0.26.4", | ||
"version": "0.26.5-alpha.0", | ||
"homepage": "https://bangle.dev", | ||
@@ -34,7 +34,7 @@ "authors": [ | ||
"dependencies": { | ||
"@bangle.dev/pm-commands": "0.26.4", | ||
"@bangle.dev/utils": "0.26.4" | ||
"@bangle.dev/pm-commands": "0.26.5-alpha.0", | ||
"@bangle.dev/utils": "0.26.5-alpha.0" | ||
}, | ||
"devDependencies": { | ||
"@bangle.dev/pm": "0.26.4", | ||
"@bangle.dev/pm": "0.26.5-alpha.0", | ||
"@types/jest": "^26.0.23", | ||
@@ -41,0 +41,0 @@ "@types/markdown-it": "^12.0.3", |
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
645718
+ Added@bangle.dev/pm-commands@0.26.5-alpha.0(transitive)
+ Added@bangle.dev/utils@0.26.5-alpha.0(transitive)
+ Added@types/node@22.13.1(transitive)
+ Addedprosemirror-tables@1.6.3(transitive)
- Removed@bangle.dev/pm-commands@0.26.4(transitive)
- Removed@bangle.dev/utils@0.26.4(transitive)
- Removed@types/node@22.12.0(transitive)
- Removedprosemirror-tables@1.6.2(transitive)