@powersync/web 0.0.0-dev-20250922104723 → 0.0.0-dev-20250922105207
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/2dcb8a60ed4b341d3046.wasm +0 -0
- package/dist/50eaffc7435d7a77ffb5.wasm +0 -0
- package/dist/88ca2d3820062df8ea26.wasm +0 -0
- package/dist/efe40e50208db1807722.wasm +0 -0
- package/dist/index.umd.js +103 -72
- package/dist/index.umd.js.map +1 -1
- package/dist/worker/SharedSyncImplementation.umd.js +112 -221
- package/dist/worker/SharedSyncImplementation.umd.js.map +1 -1
- package/dist/worker/WASQLiteDB.umd.js +232 -121
- package/dist/worker/WASQLiteDB.umd.js.map +1 -1
- package/dist/worker/node_modules_journeyapps_wa-sqlite_dist_mc-wa-sqlite-async_mjs.umd.js +15 -3
- package/dist/worker/node_modules_journeyapps_wa-sqlite_dist_mc-wa-sqlite-async_mjs.umd.js.map +1 -1
- package/dist/worker/node_modules_journeyapps_wa-sqlite_dist_mc-wa-sqlite_mjs.umd.js +15 -3
- package/dist/worker/node_modules_journeyapps_wa-sqlite_dist_mc-wa-sqlite_mjs.umd.js.map +1 -1
- package/dist/worker/node_modules_journeyapps_wa-sqlite_dist_wa-sqlite-async_mjs.umd.js +15 -3
- package/dist/worker/node_modules_journeyapps_wa-sqlite_dist_wa-sqlite-async_mjs.umd.js.map +1 -1
- package/dist/worker/node_modules_journeyapps_wa-sqlite_dist_wa-sqlite_mjs.umd.js +15 -3
- package/dist/worker/node_modules_journeyapps_wa-sqlite_dist_wa-sqlite_mjs.umd.js.map +1 -1
- package/dist/worker/node_modules_journeyapps_wa-sqlite_src_examples_AccessHandlePoolVFS_js.umd.js +46 -218
- package/dist/worker/node_modules_journeyapps_wa-sqlite_src_examples_AccessHandlePoolVFS_js.umd.js.map +1 -1
- package/dist/worker/node_modules_journeyapps_wa-sqlite_src_examples_IDBBatchAtomicVFS_js.umd.js +46 -218
- package/dist/worker/node_modules_journeyapps_wa-sqlite_src_examples_IDBBatchAtomicVFS_js.umd.js.map +1 -1
- package/dist/worker/node_modules_journeyapps_wa-sqlite_src_examples_OPFSCoopSyncVFS_js.umd.js +46 -218
- package/dist/worker/node_modules_journeyapps_wa-sqlite_src_examples_OPFSCoopSyncVFS_js.umd.js.map +1 -1
- package/lib/package.json +4 -4
- package/lib/src/db/PowerSyncDatabase.js +3 -1
- package/lib/src/db/adapters/AsyncDatabaseConnection.d.ts +13 -1
- package/lib/src/db/adapters/wa-sqlite/WASQLiteConnection.d.ts +3 -1
- package/lib/src/db/adapters/wa-sqlite/WASQLiteConnection.js +28 -2
- package/lib/src/db/adapters/wa-sqlite/WASQLiteOpenFactory.d.ts +1 -1
- package/lib/src/db/adapters/wa-sqlite/WASQLiteOpenFactory.js +6 -2
- package/lib/src/db/sync/SSRWebStreamingSyncImplementation.d.ts +0 -4
- package/lib/src/db/sync/SSRWebStreamingSyncImplementation.js +0 -4
- package/lib/src/db/sync/SharedWebStreamingSyncImplementation.d.ts +3 -8
- package/lib/src/db/sync/SharedWebStreamingSyncImplementation.js +2 -22
- package/lib/src/worker/db/LogHandler.d.ts +12 -0
- package/lib/src/worker/db/LogHandler.js +6 -0
- package/lib/src/worker/db/WASQLiteDB.worker.js +80 -17
- package/lib/src/worker/sync/SharedSyncImplementation.d.ts +6 -14
- package/lib/src/worker/sync/SharedSyncImplementation.js +4 -28
- package/lib/src/worker/sync/SharedSyncImplementation.worker.js +19 -3
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +5 -5
- package/dist/31ba59416bad61e8fb1f.wasm +0 -0
- package/dist/d0a1e43030b814ed322f.wasm +0 -0
- package/dist/f4ad8bfeb6e6e5326142.wasm +0 -0
- package/dist/fbde47713220d7baec73.wasm +0 -0
- package/lib/src/worker/sync/WorkerClient.d.ts +0 -32
- package/lib/src/worker/sync/WorkerClient.js +0 -84
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|