@toeverything/y-indexeddb
Advanced tools
Comparing version 0.8.0-canary.12 to 0.8.0-canary.13
@@ -19,2 +19,1 @@ import { Doc } from 'yjs'; | ||
export * from './utils'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@toeverything/y-indexeddb", | ||
"type": "module", | ||
"version": "0.8.0-canary.12", | ||
"version": "0.8.0-canary.13", | ||
"description": "IndexedDB database adapter for Yjs", | ||
@@ -40,6 +40,6 @@ "repository": "toeverything/AFFiNE", | ||
"@affine/y-provider": "workspace:*", | ||
"@blocksuite/blocks": "0.0.0-20230806233219-17ca6eee-nightly", | ||
"@blocksuite/store": "0.0.0-20230806233219-17ca6eee-nightly", | ||
"@blocksuite/blocks": "0.0.0-20230807164933-9f6fb698-nightly", | ||
"@blocksuite/store": "0.0.0-20230807164933-9f6fb698-nightly", | ||
"vite": "^4.4.7", | ||
"vite-plugin-dts": "3.3.1", | ||
"vite-plugin-dts": "3.5.1", | ||
"y-indexeddb": "^9.0.11" | ||
@@ -46,0 +46,0 @@ }, |
@@ -5,2 +5,1 @@ import type { Doc } from 'yjs'; | ||
export declare const createIndexedDBProvider: (doc: Doc, dbName?: string) => IndexedDBProvider; | ||
//# sourceMappingURL=provider.d.ts.map |
@@ -39,2 +39,1 @@ import type { DBSchema, IDBPDatabase } from 'idb'; | ||
} | ||
//# sourceMappingURL=shared.d.ts.map |
@@ -11,2 +11,1 @@ import type { IDBPDatabase } from 'idb'; | ||
export declare function overwriteBinary(guid: string, update: UpdateMessage['update'], dbName?: string): Promise<void>; | ||
//# sourceMappingURL=utils.d.ts.map |
{ | ||
"name": "@toeverything/y-indexeddb", | ||
"type": "module", | ||
"version": "0.8.0-canary.12", | ||
"version": "0.8.0-canary.13", | ||
"description": "IndexedDB database adapter for Yjs", | ||
@@ -43,7 +43,7 @@ "repository": "toeverything/AFFiNE", | ||
"devDependencies": { | ||
"@affine/y-provider": "0.8.0-canary.12", | ||
"@blocksuite/blocks": "0.0.0-20230806233219-17ca6eee-nightly", | ||
"@blocksuite/store": "0.0.0-20230806233219-17ca6eee-nightly", | ||
"@affine/y-provider": "0.8.0-canary.13", | ||
"@blocksuite/blocks": "0.0.0-20230807164933-9f6fb698-nightly", | ||
"@blocksuite/store": "0.0.0-20230807164933-9f6fb698-nightly", | ||
"vite": "^4.4.7", | ||
"vite-plugin-dts": "3.3.1", | ||
"vite-plugin-dts": "3.5.1", | ||
"y-indexeddb": "^9.0.11" | ||
@@ -50,0 +50,0 @@ }, |
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
81111
13