@powersync/lib-service-mongodb 0.0.0-dev-20250108073049 → 0.2.0

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 +5 -5
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @powersync/lib-service-mongodb
2
2
 
3
- ## 0.0.0-dev-20250108073049
3
+ ## 0.2.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - 697d44b: Moved MongoDB sync bucket storage implementation to the MongoDB module.
7
+ - fea550f: Moved MongoDB sync bucket storage implementation to the MongoDB module.
8
8
 
9
9
  ### Patch Changes
10
10
 
11
- - Updated dependencies [697d44b]
12
- - Updated dependencies [697d44b]
13
- - @powersync/lib-services-framework@0.0.0-dev-20250108073049
11
+ - Updated dependencies [fea550f]
12
+ - Updated dependencies [fea550f]
13
+ - @powersync/lib-services-framework@0.3.0
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-20250108073049",
5
+ "version": "0.2.0",
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.11.0",
27
27
  "ts-codec": "^1.3.0",
28
28
  "uri-js": "^4.4.1",
29
- "@powersync/lib-services-framework": "0.0.0-dev-20250108073049"
29
+ "@powersync/lib-services-framework": "0.3.0"
30
30
  },
31
31
  "devDependencies": {},
32
32
  "scripts": {