@bangle.dev/disk
Advanced tools
Comparing version 0.17.1 to 0.17.2-alpha.0
@@ -79,3 +79,2 @@ import debounceFn from 'debounce-fn'; | ||
async flushAll() { | ||
console.log('Flushing data'); | ||
Array.from(this.debounceFuncs.values()).map((r) => r()); | ||
@@ -82,0 +81,0 @@ } |
@@ -84,3 +84,2 @@ import type { Disk } from '@bangle.dev/collab-server'; | ||
async flushAll() { | ||
console.log('Flushing data'); | ||
Array.from(this.debounceFuncs.values()).map((r) => r()); | ||
@@ -87,0 +86,0 @@ } |
{ | ||
"name": "@bangle.dev/disk", | ||
"version": "0.17.1", | ||
"version": "0.17.2-alpha.0", | ||
"homepage": "https://bangle.dev", | ||
@@ -29,3 +29,3 @@ "authors": [ | ||
"devDependencies": { | ||
"@bangle.dev/collab-server": "0.17.1", | ||
"@bangle.dev/collab-server": "0.17.2-alpha.0", | ||
"@types/prosemirror-model": "^1.13.0", | ||
@@ -32,0 +32,0 @@ "prosemirror-model": "^1.12.0" |
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
42978
261