@powersync/lib-service-mongodb 0.0.0-dev-20260224151854 → 0.0.0-dev-20260225093637
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/CHANGELOG.md +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# @powersync/lib-service-mongodb
|
|
2
2
|
|
|
3
|
-
## 0.0.0-dev-
|
|
3
|
+
## 0.0.0-dev-20260225093637
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- 15aea77: Support connection parameters via database URL query string. PostgreSQL supports `connect_timeout`. MongoDB supports `connectTimeoutMS`, `socketTimeoutMS`, `serverSelectionTimeoutMS`, `maxPoolSize`, `maxIdleTimeMS`. MySQL supports `connectTimeout`, `connectionLimit`, `queueLimit`.
|
|
8
|
-
- @powersync/lib-services-framework@0.0.0-dev-
|
|
8
|
+
- @powersync/lib-services-framework@0.0.0-dev-20260225093637
|
|
9
9
|
|
|
10
10
|
## 0.6.19
|
|
11
11
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@powersync/lib-service-mongodb",
|
|
3
3
|
"repository": "https://github.com/powersync-ja/powersync-service",
|
|
4
4
|
"types": "dist/index.d.ts",
|
|
5
|
-
"version": "0.0.0-dev-
|
|
5
|
+
"version": "0.0.0-dev-20260225093637",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"license": "FSL-1.1-ALv2",
|
|
8
8
|
"type": "module",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"ts-codec": "^1.3.0",
|
|
29
29
|
"@mongodb-js/zstd": "^2.0.1",
|
|
30
30
|
"snappy": "^7.3.3",
|
|
31
|
-
"@powersync/lib-services-framework": "0.0.0-dev-
|
|
31
|
+
"@powersync/lib-services-framework": "0.0.0-dev-20260225093637"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {},
|
|
34
34
|
"scripts": {
|