@powersync/service-core 0.0.0-dev-20250714132759 → 0.0.0-dev-20250714134536

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @powersync/service-core
2
2
 
3
- ## 0.0.0-dev-20250714132759
3
+ ## 0.0.0-dev-20250714134536
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -11,7 +11,7 @@
11
11
  - ba1ceef: Remove unused dev config.
12
12
  - f1431b6: Improve diagnostics in logs for JWKS timeouts.
13
13
  - Updated dependencies [ba1ceef]
14
- - @powersync/service-types@0.0.0-dev-20250714132759
14
+ - @powersync/service-types@0.0.0-dev-20250714134536
15
15
 
16
16
  ## 1.13.3
17
17
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
8
- "version": "0.0.0-dev-20250714132759",
8
+ "version": "0.0.0-dev-20250714134536",
9
9
  "main": "dist/index.js",
10
10
  "license": "FSL-1.1-Apache-2.0",
11
11
  "type": "module",
@@ -36,7 +36,7 @@
36
36
  "@powersync/service-jsonbig": "0.17.10",
37
37
  "@powersync/service-rsocket-router": "0.1.1",
38
38
  "@powersync/service-sync-rules": "0.27.0",
39
- "@powersync/service-types": "0.0.0-dev-20250714132759"
39
+ "@powersync/service-types": "0.0.0-dev-20250714134536"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/async": "^3.2.24",