@powersync/lib-service-mongodb 0.6.27 → 0.6.28

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 +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @powersync/lib-service-mongodb
2
2
 
3
+ ## 0.6.28
4
+
5
+ ### Patch Changes
6
+
7
+ - e4f683d: [MongoDB Storage] Add experimental option to allow reading data from secondaries.
8
+ - @powersync/lib-services-framework@0.9.7
9
+
3
10
  ## 0.6.27
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@powersync/lib-service-mongodb",
3
3
  "repository": "https://github.com/powersync-ja/powersync-service",
4
- "version": "0.6.27",
4
+ "version": "0.6.28",
5
5
  "license": "FSL-1.1-ALv2",
6
6
  "type": "module",
7
7
  "publishConfig": {
@@ -18,7 +18,7 @@
18
18
  "ts-codec": "^1.3.0",
19
19
  "@mongodb-js/zstd": "^2.0.1",
20
20
  "snappy": "^7.3.3",
21
- "@powersync/lib-services-framework": "0.9.6"
21
+ "@powersync/lib-services-framework": "0.9.7"
22
22
  },
23
23
  "devDependencies": {},
24
24
  "scripts": {