@powersync/service-core 0.0.0-dev-20250312112247 → 0.0.0-dev-20250313091552

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 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,16 +1,22 @@
1
1
  # @powersync/service-core
2
2
 
3
- ## 0.0.0-dev-20250312112247
3
+ ## 0.0.0-dev-20250313091552
4
4
 
5
5
  ### Minor Changes
6
6
 
7
+ - 7c2e36a: [Postgres] Only flush once per replicated chunk, increasing transaction replication throughput.
7
8
  - b61b0ca: Cache parameter queries and buckets to reduce incremental sync overhead
8
9
 
9
10
  ### Patch Changes
10
11
 
11
- - 7348ea0: Use slot_name_prefix from the replication connection again.
12
12
  - Updated dependencies [b61b0ca]
13
- - @powersync/service-sync-rules@0.0.0-dev-20250312112247
13
+ - @powersync/service-sync-rules@0.0.0-dev-20250313091552
14
+
15
+ ## 1.8.1
16
+
17
+ ### Patch Changes
18
+
19
+ - 7348ea0: Use slot_name_prefix from the replication connection again.
14
20
 
15
21
  ## 1.8.0
16
22
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
8
- "version": "0.0.0-dev-20250312112247",
8
+ "version": "0.0.0-dev-20250313091552",
9
9
  "main": "dist/index.js",
10
10
  "license": "FSL-1.1-Apache-2.0",
11
11
  "type": "module",
@@ -32,10 +32,10 @@
32
32
  "uuid": "^9.0.1",
33
33
  "winston": "^3.13.0",
34
34
  "yaml": "^2.3.2",
35
+ "@powersync/lib-services-framework": "0.5.3",
35
36
  "@powersync/service-jsonbig": "0.17.10",
36
37
  "@powersync/service-rsocket-router": "0.0.20",
37
- "@powersync/lib-services-framework": "0.5.3",
38
- "@powersync/service-sync-rules": "0.0.0-dev-20250312112247",
38
+ "@powersync/service-sync-rules": "0.0.0-dev-20250313091552",
39
39
  "@powersync/service-types": "0.9.0"
40
40
  },
41
41
  "devDependencies": {