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