@powersync/web 0.0.0-dev-20260708103617 → 0.0.0-dev-20260708104358
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/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/worker/WASQLiteDB.umd.js +1 -1
- package/dist/worker/WASQLiteDB.umd.js.map +1 -1
- package/lib/src/db/adapters/wa-sqlite/vfs.js +1 -1
- package/lib/src/db/adapters/wa-sqlite/vfs.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/db/adapters/wa-sqlite/vfs.ts +1 -1
|
@@ -2638,7 +2638,7 @@ async function loadModuleAndVfs({ vfs, dbFilename, encryptionKey }) {
|
|
|
2638
2638
|
const { IDBBatchAtomicVFS } = await __webpack_require__.e(/*! import() */ "node_modules_pnpm_journeyapps_wa-sqlite_1_7_0_node_modules_journeyapps_wa-sqlite_src_examples-96fb23").then(__webpack_require__.bind(__webpack_require__, /*! @journeyapps/wa-sqlite/src/examples/IDBBatchAtomicVFS.js */ "../../node_modules/.pnpm/@journeyapps+wa-sqlite@1.7.0/node_modules/@journeyapps/wa-sqlite/src/examples/IDBBatchAtomicVFS.js"));
|
|
2639
2639
|
resolveVfs = (module) => {
|
|
2640
2640
|
// @ts-expect-error The types for this static method are missing upstream
|
|
2641
|
-
return IDBBatchAtomicVFS.create(
|
|
2641
|
+
return IDBBatchAtomicVFS.create(dbFilename, module, { lockPolicy: 'exclusive' });
|
|
2642
2642
|
};
|
|
2643
2643
|
break;
|
|
2644
2644
|
}
|