@powersync/lib-service-mongodb 0.0.0-dev-20250829094737 → 0.0.0-dev-20250901073220

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,10 +1,17 @@
1
1
  # @powersync/lib-service-mongodb
2
2
 
3
- ## 0.0.0-dev-20250829094737
3
+ ## 0.0.0-dev-20250901073220
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - d74d874: Fix pre-computing of checksums after intial replication causing replication timeouts
7
+ - Updated dependencies [a700ec9]
8
+ - @powersync/lib-services-framework@0.0.0-dev-20250901073220
9
+
10
+ ## 0.6.5
11
+
12
+ ### Patch Changes
13
+
14
+ - 6352283: Fix pre-computing of checksums after intial replication causing replication timeouts
8
15
 
9
16
  ## 0.6.4
10
17
 
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-20250829094737",
5
+ "version": "0.0.0-dev-20250901073220",
6
6
  "main": "dist/index.js",
7
7
  "license": "FSL-1.1-ALv2",
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.7.3"
29
+ "@powersync/lib-services-framework": "0.0.0-dev-20250901073220"
30
30
  },
31
31
  "devDependencies": {},
32
32
  "scripts": {