@uipath/maestro-tool 1.198.0-preview.95 → 1.198.0
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 +766 -452
- package/package.json +2 -2
package/dist/packager-tool.js
CHANGED
|
@@ -163952,7 +163952,7 @@ init_dist6();
|
|
|
163952
163952
|
// ../packager/packager-tool-flow/package.json
|
|
163953
163953
|
var package_default = {
|
|
163954
163954
|
name: "@uipath/packager-tool-flow",
|
|
163955
|
-
version: "1.198.0
|
|
163955
|
+
version: "1.198.0",
|
|
163956
163956
|
description: "UiPath Flow tool implementation",
|
|
163957
163957
|
type: "module",
|
|
163958
163958
|
exports: {
|
|
@@ -178671,4 +178671,4 @@ toolsFactoryRepository2.registerProjectToolFactory(new BpmnToolFactory);
|
|
|
178671
178671
|
toolsFactoryRepository2.registerProjectToolFactory(new FlowToolFactory);
|
|
178672
178672
|
toolsFactoryRepository2.registerProjectToolFactory(new CaseToolFactory);
|
|
178673
178673
|
|
|
178674
|
-
//# debugId=
|
|
178674
|
+
//# debugId=6C17D52FF05BB68264756E2164756E21
|