@powersync/web 0.0.0-dev-20250701144132 → 0.0.0-dev-20250710153817

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 CHANGED
@@ -38547,7 +38547,7 @@ class PowerSyncDatabase extends _powersync_common__WEBPACK_IMPORTED_MODULE_0__.A
38547
38547
  return (0,_shared_navigator__WEBPACK_IMPORTED_MODULE_2__.getNavigatorLocks)().request(`lock-${this.database.name}`, cb);
38548
38548
  }
38549
38549
  generateSyncStreamImplementation(connector, options) {
38550
- const remote = new _sync_WebRemote__WEBPACK_IMPORTED_MODULE_7__.WebRemote(connector);
38550
+ const remote = new _sync_WebRemote__WEBPACK_IMPORTED_MODULE_7__.WebRemote(connector, this.logger);
38551
38551
  const syncOptions = {
38552
38552
  ...this.options,
38553
38553
  retryDelayMs: options.retryDelayMs,
@@ -38559,7 +38559,8 @@ class PowerSyncDatabase extends _powersync_common__WEBPACK_IMPORTED_MODULE_0__.A
38559
38559
  await this.waitForReady();
38560
38560
  await connector.uploadData(this);
38561
38561
  },
38562
- identifier: this.database.name
38562
+ identifier: this.database.name,
38563
+ logger: this.logger
38563
38564
  };
38564
38565
  switch (true) {
38565
38566
  case this.resolvedFlags.ssrMode: