@powersync/lib-service-mongodb 0.0.0-dev-20250716134617 → 0.0.0-dev-20250721084118
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 +10 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
# @powersync/lib-service-mongodb
|
|
2
2
|
|
|
3
|
-
## 0.0.0-dev-
|
|
3
|
+
## 0.0.0-dev-20250721084118
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [a700ec9]
|
|
8
|
+
- @powersync/lib-services-framework@0.0.0-dev-20250721084118
|
|
9
|
+
|
|
10
|
+
## 0.6.2
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
6
13
|
|
|
7
14
|
- a60f2c7: [MongoDB Storage] Improve error messages for checksum query timeouts
|
|
8
15
|
- 71cf892: Add 'powersync' or 'powersync-storage' as the app name for database connections.
|
|
9
|
-
|
|
16
|
+
- 60bf5f9: [MongoDB Replication] Fix resumeTokens going back in time on busy change streams.
|
|
17
|
+
- @powersync/lib-services-framework@0.7.1
|
|
10
18
|
|
|
11
19
|
## 0.6.1
|
|
12
20
|
|
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-20250721084118",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"license": "FSL-1.1-Apache-2.0",
|
|
8
8
|
"type": "module",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"mongodb": "^6.14.1",
|
|
27
27
|
"mongodb-connection-string-url": "^3.0.2",
|
|
28
28
|
"ts-codec": "^1.3.0",
|
|
29
|
-
"@powersync/lib-services-framework": "0.0.0-dev-
|
|
29
|
+
"@powersync/lib-services-framework": "0.0.0-dev-20250721084118"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {},
|
|
32
32
|
"scripts": {
|