@saptools/service-flow 0.1.66 → 0.1.67
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,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.67
|
|
4
|
+
|
|
5
|
+
- Published the completed event-subscriber and compact-graph release as an output/package-only patch. SQLite remains schema 12 and `ANALYZER_VERSION` remains `0.1.66-facts.1`, proving package version changes no longer force an unnecessary fact reindex.
|
|
6
|
+
|
|
3
7
|
## 0.1.66
|
|
4
8
|
|
|
5
9
|
- Made event-subscription handler identity durable with explicit `event_subscribe_handler` symbol-call roles, resolver-independent `factOrigin` provenance, and exact zero-based UTF-16 outer-call spans on outbound and symbol-call facts. Ordinary calls use `ordinary_call`; migrated facts remain fail-closed as `legacy_unknown` instead of receiving heuristic roles or spans.
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// package.json
|
|
4
4
|
var package_default = {
|
|
5
5
|
name: "@saptools/service-flow",
|
|
6
|
-
version: "0.1.
|
|
6
|
+
version: "0.1.67",
|
|
7
7
|
description: "Trace SAP CAP service-to-service flows across multi-repository workspaces with runtime-aware graph resolution",
|
|
8
8
|
type: "module",
|
|
9
9
|
publishConfig: {
|
|
@@ -12148,4 +12148,4 @@ export {
|
|
|
12148
12148
|
compactTrace,
|
|
12149
12149
|
traceAndCompact
|
|
12150
12150
|
};
|
|
12151
|
-
//# sourceMappingURL=chunk-
|
|
12151
|
+
//# sourceMappingURL=chunk-ZQABU7MR.js.map
|