@powersync/web 0.0.0-dev-20260202163643 → 0.0.0-dev-20260216124709
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 +14 -0
- package/dist/index.umd.js.map +1 -1
- package/lib/src/index.d.ts +1 -0
- package/lib/src/index.js +1 -0
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/index.ts +1 -0
package/dist/index.umd.js
CHANGED
|
@@ -5761,6 +5761,18 @@ class SSRDBAdapter extends _powersync_common__WEBPACK_IMPORTED_MODULE_0__.BaseOb
|
|
|
5761
5761
|
}
|
|
5762
5762
|
|
|
5763
5763
|
|
|
5764
|
+
/***/ },
|
|
5765
|
+
|
|
5766
|
+
/***/ "./lib/src/db/adapters/WebDBAdapter.js"
|
|
5767
|
+
/*!*********************************************!*\
|
|
5768
|
+
!*** ./lib/src/db/adapters/WebDBAdapter.js ***!
|
|
5769
|
+
\*********************************************/
|
|
5770
|
+
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
5771
|
+
|
|
5772
|
+
__webpack_require__.r(__webpack_exports__);
|
|
5773
|
+
|
|
5774
|
+
|
|
5775
|
+
|
|
5764
5776
|
/***/ },
|
|
5765
5777
|
|
|
5766
5778
|
/***/ "./lib/src/db/adapters/WorkerWrappedAsyncDatabaseConnection.js"
|
|
@@ -8229,6 +8241,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8229
8241
|
/* harmony import */ var _db_sync_SharedWebStreamingSyncImplementation_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./db/sync/SharedWebStreamingSyncImplementation.js */ "./lib/src/db/sync/SharedWebStreamingSyncImplementation.js");
|
|
8230
8242
|
/* harmony import */ var _db_sync_WebRemote_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./db/sync/WebRemote.js */ "./lib/src/db/sync/WebRemote.js");
|
|
8231
8243
|
/* harmony import */ var _db_sync_WebStreamingSyncImplementation_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./db/sync/WebStreamingSyncImplementation.js */ "./lib/src/db/sync/WebStreamingSyncImplementation.js");
|
|
8244
|
+
/* harmony import */ var _db_adapters_WebDBAdapter_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./db/adapters/WebDBAdapter.js */ "./lib/src/db/adapters/WebDBAdapter.js");
|
|
8245
|
+
|
|
8232
8246
|
|
|
8233
8247
|
|
|
8234
8248
|
|