@bangle.dev/disk
Advanced tools
Comparing version 0.23.1 to 0.24.0-alpha.1
@@ -1,2 +0,2 @@ | ||
import type { Node } from 'prosemirror-model'; | ||
import type { Node } from '@bangle.dev/pm'; | ||
@@ -3,0 +3,0 @@ export abstract class Disk { |
@@ -1,2 +0,2 @@ | ||
import type { Node } from 'prosemirror-model'; | ||
import type { Node } from '@bangle.dev/pm'; | ||
export declare abstract class Disk { | ||
@@ -3,0 +3,0 @@ abstract load(_key: string): Promise<Node>; |
import { Disk } from './Disk'; | ||
import type { Node } from 'prosemirror-model'; | ||
import type { Node } from '@bangle.dev/pm'; | ||
import { DebouncedFunction } from 'debounce-fn'; | ||
@@ -4,0 +4,0 @@ export { Disk }; |
import { Disk } from './Disk'; | ||
import type { Node } from 'prosemirror-model'; | ||
import type { Node } from '@bangle.dev/pm'; | ||
import debounceFn, { DebouncedFunction } from 'debounce-fn'; | ||
@@ -4,0 +4,0 @@ |
{ | ||
"name": "@bangle.dev/disk", | ||
"version": "0.23.1", | ||
"version": "0.24.0-alpha.1", | ||
"homepage": "https://bangle.dev", | ||
@@ -23,2 +23,8 @@ "authors": [ | ||
"types": "dist/index.d.ts", | ||
"publishConfig": { | ||
"access": "public", | ||
"main": "dist/index.js", | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts" | ||
}, | ||
"scripts": { | ||
@@ -30,11 +36,7 @@ "compile-ts": "yarn g:tsc --build $INIT_CWD", | ||
"devDependencies": { | ||
"@types/prosemirror-model": "^1.13.1", | ||
"prosemirror-model": "^1.14.2" | ||
"@bangle.dev/pm": "0.5.0" | ||
}, | ||
"dependencies": { | ||
"debounce-fn": "^5.0.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
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
74440
1