@powersync/service-module-mongodb-storage 0.0.0-dev-20250110114939 → 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 +4 -4
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @powersync/service-module-mongodb-storage
2
2
 
3
- ## 0.0.0-dev-20250110114939
3
+ ## 0.2.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - c6401d6: Shared MongoDB dependency between modules. This should help avoid potential multiple versions of MongoDB being present in a project.
7
+ - 9709b2d: Shared MongoDB dependency between modules. This should help avoid potential multiple versions of MongoDB being present in a project.
8
8
 
9
9
  ### Patch Changes
10
10
 
11
- - Updated dependencies [c6401d6]
12
- - @powersync/lib-service-mongodb@0.0.0-dev-20250110114939
11
+ - Updated dependencies [9709b2d]
12
+ - @powersync/lib-service-mongodb@0.3.0
13
13
 
14
14
  ## 0.1.0
15
15
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@powersync/service-module-mongodb-storage",
3
3
  "repository": "https://github.com/powersync-ja/powersync-service",
4
4
  "types": "dist/index.d.ts",
5
- "version": "0.0.0-dev-20250110114939",
5
+ "version": "0.2.0",
6
6
  "main": "dist/index.js",
7
7
  "license": "FSL-1.1-Apache-2.0",
8
8
  "type": "module",
@@ -32,7 +32,7 @@
32
32
  "@powersync/service-jsonbig": "0.17.10",
33
33
  "@powersync/service-sync-rules": "0.23.1",
34
34
  "@powersync/service-types": "0.7.0",
35
- "@powersync/lib-service-mongodb": "0.0.0-dev-20250110114939"
35
+ "@powersync/lib-service-mongodb": "0.3.0"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/uuid": "^9.0.4",