@uipath/flow-tool 1.199.0-preview.92 → 1.199.0-preview.97
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 +510 -299
- package/dist/packager-tool.js +2 -2
- package/dist/tool.js +757 -447
- package/dist/validation.js +259 -152
- package/package.json +2 -2
package/dist/packager-tool.js
CHANGED
|
@@ -172877,7 +172877,7 @@ init_dist6();
|
|
|
172877
172877
|
// ../packager/packager-tool-flow/package.json
|
|
172878
172878
|
var package_default = {
|
|
172879
172879
|
name: "@uipath/packager-tool-flow",
|
|
172880
|
-
version: "1.199.0-preview.
|
|
172880
|
+
version: "1.199.0-preview.97",
|
|
172881
172881
|
description: "UiPath Flow tool implementation",
|
|
172882
172882
|
type: "module",
|
|
172883
172883
|
exports: {
|
|
@@ -187640,4 +187640,4 @@ var toolsFactoryRepository2 = _global2[REGISTRY_KEY2];
|
|
|
187640
187640
|
// src/packager-tool.ts
|
|
187641
187641
|
toolsFactoryRepository2.registerProjectToolFactory(new FlowToolFactory);
|
|
187642
187642
|
|
|
187643
|
-
//# debugId=
|
|
187643
|
+
//# debugId=00BA9A20D7243D3864756E2164756E21
|