@livestore/wa-sqlite 1.0.1-dev.14 → 1.0.1-dev.15

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": "@livestore/wa-sqlite",
3
- "version": "1.0.1-dev.14",
3
+ "version": "1.0.1-dev.15",
4
4
  "type": "module",
5
5
  "main": "src/sqlite-api.js",
6
6
  "types": "src/types/index.d.ts",
@@ -1256,6 +1256,7 @@ declare module '@livestore/wa-sqlite/src/examples/OPFSCoopSyncVFS.js' {
1256
1256
  import * as VFS from "@livestore/wa-sqlite/src/VFS.js";
1257
1257
  export class OPFSCoopSyncVFS extends VFS.Base {
1258
1258
  constructor(name: string, module: any)
1259
+ static create(name: string, module: any): Promise<OPFSCoopSyncVFS>;
1259
1260
  }
1260
1261
  }
1261
1262