@saptools/service-flow 0.1.38 → 0.1.39

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/dist/cli.js CHANGED
@@ -13,7 +13,7 @@ import {
13
13
  parsePackageJson,
14
14
  parseServiceBindings,
15
15
  trace
16
- } from "./chunk-WE3A6TOJ.js";
16
+ } from "./chunk-SAZ5OK7R.js";
17
17
 
18
18
  // src/cli.ts
19
19
  import { Command } from "commander";
@@ -194,7 +194,7 @@ function migrate(db) {
194
194
  // package.json
195
195
  var package_default = {
196
196
  name: "@saptools/service-flow",
197
- version: "0.1.38",
197
+ version: "0.1.39",
198
198
  description: "Trace SAP CAP service-to-service flows across multi-repository workspaces with runtime-aware graph resolution",
199
199
  type: "module",
200
200
  publishConfig: {