@synergenius/flow-weaver 0.17.2 → 0.17.3
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
CHANGED
|
@@ -25611,7 +25611,7 @@ var VERSION2;
|
|
|
25611
25611
|
var init_generated_version = __esm({
|
|
25612
25612
|
"src/generated-version.ts"() {
|
|
25613
25613
|
"use strict";
|
|
25614
|
-
VERSION2 = "0.17.
|
|
25614
|
+
VERSION2 = "0.17.3";
|
|
25615
25615
|
}
|
|
25616
25616
|
});
|
|
25617
25617
|
|
|
@@ -109257,7 +109257,7 @@ function displayInstalledPackage(pkg) {
|
|
|
109257
109257
|
|
|
109258
109258
|
// src/cli/index.ts
|
|
109259
109259
|
init_error_utils();
|
|
109260
|
-
var version2 = true ? "0.17.
|
|
109260
|
+
var version2 = true ? "0.17.3" : "0.0.0-dev";
|
|
109261
109261
|
var program2 = new Command();
|
|
109262
109262
|
program2.name("flow-weaver").description("Flow Weaver Annotations - Compile and validate workflow files").option("-v, --version", "Output the current version").option("--no-color", "Disable colors").option("--color", "Force colors").on("option:version", () => {
|
|
109263
109263
|
logger.banner(version2);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.17.
|
|
1
|
+
export declare const VERSION = "0.17.3";
|
|
2
2
|
//# sourceMappingURL=generated-version.d.ts.map
|
package/package.json
CHANGED