@factorialco/gat 0.0.16 → 0.0.17
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/event.d.ts +1 -0
- package/dist/workflow.js +2 -2
- package/package.json +1 -1
package/dist/event.d.ts
CHANGED
package/dist/workflow.js
CHANGED
|
@@ -91,9 +91,9 @@ class Workflow {
|
|
|
91
91
|
},
|
|
92
92
|
])),
|
|
93
93
|
};
|
|
94
|
-
const compiled = `#
|
|
94
|
+
const compiled = `# Workflow automatically generated by gat\n# DO NOT CHANGE THIS FILE MANUALLY\n\n${(0, js_yaml_1.dump)(result, {
|
|
95
95
|
noRefs: true,
|
|
96
|
-
lineWidth:
|
|
96
|
+
lineWidth: 200,
|
|
97
97
|
noCompatMode: true,
|
|
98
98
|
})}`;
|
|
99
99
|
console.log(compiled);
|