@synergenius/flow-weaver 0.10.6 → 0.10.7
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/flow-weaver.mjs +1 -1
- package/package.json +1 -1
package/dist/cli/flow-weaver.mjs
CHANGED
|
@@ -97168,7 +97168,7 @@ function displayInstalledPackage(pkg) {
|
|
|
97168
97168
|
}
|
|
97169
97169
|
|
|
97170
97170
|
// src/cli/index.ts
|
|
97171
|
-
var version2 = true ? "0.10.
|
|
97171
|
+
var version2 = true ? "0.10.7" : "0.0.0-dev";
|
|
97172
97172
|
var program2 = new Command();
|
|
97173
97173
|
program2.name("flow-weaver").description("Flow Weaver Annotations - Compile and validate workflow files").version(version2, "-v, --version", "Output the current version");
|
|
97174
97174
|
program2.configureOutput({
|
package/package.json
CHANGED