@powersync/service-core 0.0.0-dev-20260124114915 → 0.0.0-dev-20260124120214
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 +7 -4
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @powersync/service-core
|
|
2
2
|
|
|
3
|
-
## 0.0.0-dev-
|
|
3
|
+
## 0.0.0-dev-20260124120214
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -11,10 +11,13 @@
|
|
|
11
11
|
- 781d0e3: Fix swallowed YAML validation errors in config parsing. When both YAML and JSON parsing fail, the error message now includes the detailed YAML validation error (e.g., invalid !env substitutions) instead of only showing a generic JSON parsing error.
|
|
12
12
|
- 3040079: Added source db and storage info to metrics metadata
|
|
13
13
|
- 0255483: Reduced log output for waiting replication pod
|
|
14
|
+
- 3207fd2: Change event types and added sync analytics event
|
|
14
15
|
- Updated dependencies [e578245]
|
|
15
|
-
|
|
16
|
-
- @powersync/
|
|
17
|
-
- @powersync/service-
|
|
16
|
+
- Updated dependencies [3207fd2]
|
|
17
|
+
- @powersync/service-sync-rules@0.0.0-dev-20260124120214
|
|
18
|
+
- @powersync/service-types@0.0.0-dev-20260124120214
|
|
19
|
+
- @powersync/lib-services-framework@0.0.0-dev-20260124120214
|
|
20
|
+
- @powersync/service-rsocket-router@0.0.0-dev-20260124120214
|
|
18
21
|
|
|
19
22
|
## 1.18.2
|
|
20
23
|
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
8
|
-
"version": "0.0.0-dev-
|
|
8
|
+
"version": "0.0.0-dev-20260124120214",
|
|
9
9
|
"main": "dist/index.js",
|
|
10
10
|
"license": "FSL-1.1-ALv2",
|
|
11
11
|
"type": "module",
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
"uuid": "^11.1.0",
|
|
34
34
|
"winston": "^3.13.0",
|
|
35
35
|
"yaml": "^2.3.2",
|
|
36
|
+
"@powersync/lib-services-framework": "0.0.0-dev-20260124120214",
|
|
36
37
|
"@powersync/service-jsonbig": "0.17.12",
|
|
37
|
-
"@powersync/service-rsocket-router": "0.0.0-dev-
|
|
38
|
-
"@powersync/service-sync-rules": "0.0.0-dev-
|
|
39
|
-
"@powersync/service-types": "0.
|
|
40
|
-
"@powersync/lib-services-framework": "0.0.0-dev-20260124114915"
|
|
38
|
+
"@powersync/service-rsocket-router": "0.0.0-dev-20260124120214",
|
|
39
|
+
"@powersync/service-sync-rules": "0.0.0-dev-20260124120214",
|
|
40
|
+
"@powersync/service-types": "0.0.0-dev-20260124120214"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/async": "^3.2.24",
|