@saptools/service-flow 0.1.35 → 0.1.36
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-
|
|
16
|
+
} from "./chunk-2UOIY2NI.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.
|
|
197
|
+
version: "0.1.36",
|
|
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: {
|