@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
package/dist/index.umd.js
CHANGED
|
@@ -6073,7 +6073,7 @@ async function loadModuleAndVfs({ vfs, dbFilename, encryptionKey }) {
|
|
|
6073
6073
|
const { IDBBatchAtomicVFS } = await Promise.resolve(/*! import() */).then(__webpack_require__.t.bind(__webpack_require__, /*! @journeyapps/wa-sqlite/src/examples/IDBBatchAtomicVFS.js */ "@journeyapps/wa-sqlite/src/examples/IDBBatchAtomicVFS.js", 19));
|
|
6074
6074
|
resolveVfs = (module) => {
|
|
6075
6075
|
// @ts-expect-error The types for this static method are missing upstream
|
|
6076
|
-
return IDBBatchAtomicVFS.create(
|
|
6076
|
+
return IDBBatchAtomicVFS.create(dbFilename, module, { lockPolicy: 'exclusive' });
|
|
6077
6077
|
};
|
|
6078
6078
|
break;
|
|
6079
6079
|
}
|