@uipath/maestro-tool 1.199.0-preview.92 → 1.199.0-preview.99
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/packager-tool.js +2 -2
- package/dist/tool.js +1256 -744
- package/package.json +2 -2
package/dist/packager-tool.js
CHANGED
|
@@ -176983,7 +176983,7 @@ init_dist6();
|
|
|
176983
176983
|
// ../packager/packager-tool-flow/package.json
|
|
176984
176984
|
var package_default = {
|
|
176985
176985
|
name: "@uipath/packager-tool-flow",
|
|
176986
|
-
version: "1.199.0-preview.
|
|
176986
|
+
version: "1.199.0-preview.99",
|
|
176987
176987
|
description: "UiPath Flow tool implementation",
|
|
176988
176988
|
type: "module",
|
|
176989
176989
|
exports: {
|
|
@@ -191748,4 +191748,4 @@ toolsFactoryRepository2.registerProjectToolFactory(new BpmnToolFactory);
|
|
|
191748
191748
|
toolsFactoryRepository2.registerProjectToolFactory(new FlowToolFactory);
|
|
191749
191749
|
toolsFactoryRepository2.registerProjectToolFactory(new CaseToolFactory);
|
|
191750
191750
|
|
|
191751
|
-
//# debugId=
|
|
191751
|
+
//# debugId=65A05E30C590D6E464756E2164756E21
|