dexie-export-import
Advanced tools
Comparing version 4.1.3 to 4.1.4
@@ -13,2 +13,3 @@ import Dexie from 'dexie'; | ||
progressCallback?: (progress: ImportProgress) => boolean; | ||
name?: string; | ||
} | ||
@@ -15,0 +16,0 @@ export interface ImportOptions extends StaticImportOptions { |
{ | ||
"name": "dexie-export-import", | ||
"version": "4.1.3", | ||
"version": "4.1.4", | ||
"description": "Dexie addon that adds export and import capabilities", | ||
@@ -5,0 +5,0 @@ "main": "dist/dexie-export-import.js", |
@@ -118,2 +118,3 @@ # Export and Import IndexedDB Database | ||
progressCallback?: (progress: ImportProgress) => boolean; | ||
name?: string; | ||
} | ||
@@ -120,0 +121,0 @@ |
Sorry, the diff of this file is too big to display
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
1062149
6526
409