@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 +1 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/worker/SharedSyncImplementation.umd.js +5 -5
- package/dist/worker/SharedSyncImplementation.umd.js.map +1 -1
- package/lib/package.json +2 -2
- package/lib/src/db/sync/SharedWebStreamingSyncImplementation.js +1 -2
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
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() {
|