@powersync/lib-service-mongodb 0.0.0-dev-20260601140105 → 0.0.0-dev-20260602073133

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 +2 -2
  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-20260601140105
3
+ ## 0.0.0-dev-20260602073133
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 99d33d5: Normalize socket addresses to bare hostnames before IP-range validation, so direct-IP literals with any port form are recognized as IPs.
8
8
  - Updated dependencies [99d33d5]
9
9
  - Updated dependencies [a94b6c3]
10
- - @powersync/lib-services-framework@0.0.0-dev-20260601140105
10
+ - @powersync/lib-services-framework@0.0.0-dev-20260602073133
11
11
 
12
12
  ## 0.6.25
13
13
 
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-20260601140105",
5
+ "version": "0.0.0-dev-20260602073133",
6
6
  "main": "dist/index.js",
7
7
  "license": "FSL-1.1-ALv2",
8
8
  "type": "module",
@@ -28,7 +28,7 @@
28
28
  "ts-codec": "^1.3.0",
29
29
  "@mongodb-js/zstd": "^2.0.1",
30
30
  "snappy": "^7.3.3",
31
- "@powersync/lib-services-framework": "0.0.0-dev-20260601140105"
31
+ "@powersync/lib-services-framework": "0.0.0-dev-20260602073133"
32
32
  },
33
33
  "devDependencies": {},
34
34
  "scripts": {