@uipath/maestro-tool 1.197.0-preview.65 → 1.197.0-preview.66
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 +1859 -145
- package/package.json +2 -2
package/dist/packager-tool.js
CHANGED
|
@@ -163942,7 +163942,7 @@ init_dist6();
|
|
|
163942
163942
|
// ../packager/packager-tool-flow/package.json
|
|
163943
163943
|
var package_default = {
|
|
163944
163944
|
name: "@uipath/packager-tool-flow",
|
|
163945
|
-
version: "1.197.0-preview.
|
|
163945
|
+
version: "1.197.0-preview.66",
|
|
163946
163946
|
description: "UiPath Flow tool implementation",
|
|
163947
163947
|
type: "module",
|
|
163948
163948
|
exports: {
|
|
@@ -178596,4 +178596,4 @@ toolsFactoryRepository2.registerProjectToolFactory(new BpmnToolFactory);
|
|
|
178596
178596
|
toolsFactoryRepository2.registerProjectToolFactory(new FlowToolFactory);
|
|
178597
178597
|
toolsFactoryRepository2.registerProjectToolFactory(new CaseToolFactory);
|
|
178598
178598
|
|
|
178599
|
-
//# debugId=
|
|
178599
|
+
//# debugId=90DF684B901323A664756E2164756E21
|