@uipath/flow-tool 1.197.0-preview.65 → 1.197.0-preview.67
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/init.js +585 -16
- package/dist/packager-tool.js +2 -2
- package/dist/tool.js +1199 -76
- package/dist/validation.js +583 -14
- package/package.json +2 -2
package/dist/packager-tool.js
CHANGED
|
@@ -159836,7 +159836,7 @@ init_dist6();
|
|
|
159836
159836
|
// ../packager/packager-tool-flow/package.json
|
|
159837
159837
|
var package_default = {
|
|
159838
159838
|
name: "@uipath/packager-tool-flow",
|
|
159839
|
-
version: "1.197.0-preview.
|
|
159839
|
+
version: "1.197.0-preview.67",
|
|
159840
159840
|
description: "UiPath Flow tool implementation",
|
|
159841
159841
|
type: "module",
|
|
159842
159842
|
exports: {
|
|
@@ -174488,4 +174488,4 @@ var toolsFactoryRepository2 = _global2[REGISTRY_KEY2];
|
|
|
174488
174488
|
// src/packager-tool.ts
|
|
174489
174489
|
toolsFactoryRepository2.registerProjectToolFactory(new FlowToolFactory);
|
|
174490
174490
|
|
|
174491
|
-
//# debugId=
|
|
174491
|
+
//# debugId=3409F84B0A29B72A64756E2164756E21
|