@powersync/web 1.12.1 → 1.12.2

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
@@ -34275,8 +34275,7 @@ class SharedSyncClientProvider extends _worker_sync_AbstractSharedSyncClientProv
34275
34275
  */
34276
34276
  return {
34277
34277
  endpoint: credentials.endpoint,
34278
- token: credentials.token,
34279
- expiresAt: credentials.expiresAt
34278
+ token: credentials.token
34280
34279
  };
34281
34280
  }
34282
34281
  async uploadCrud() {