mol_dump_lib 0.0.145 → 0.0.147

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_dump_lib",
3
- "version": "0.0.145",
3
+ "version": "0.0.147",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.d.ts CHANGED
@@ -1846,12 +1846,7 @@ declare namespace $ {
1846
1846
 
1847
1847
  declare namespace $ {
1848
1848
  class $mol_storage extends $mol_object2 {
1849
- static native(): {
1850
- estimate: () => StorageEstimate;
1851
- getDirectory: () => FileSystemDirectoryHandle;
1852
- persist: () => boolean;
1853
- persisted: () => boolean;
1854
- };
1849
+ static native(): StorageManager;
1855
1850
  static persisted(next?: boolean): boolean;
1856
1851
  static estimate(): StorageEstimate;
1857
1852
  static dir(): FileSystemDirectoryHandle;