@uipath/packager-tool-flow 1.202.2-preview.171 → 1.202.2-preview.172

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -32,7 +32,7 @@ import {
32
32
  // package.json
33
33
  var package_default = {
34
34
  name: "@uipath/packager-tool-flow",
35
- version: "1.202.2-preview.171",
35
+ version: "1.202.2-preview.172",
36
36
  description: "UiPath Flow tool implementation",
37
37
  type: "module",
38
38
  exports: {
@@ -1055,4 +1055,4 @@ export {
1055
1055
  withRuntimeProfile
1056
1056
  };
1057
1057
 
1058
- //# debugId=B45BF7DE3071D02764756E2164756E21
1058
+ //# debugId=96BA3DE69CD7706664756E2164756E21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/packager-tool-flow",
3
- "version": "1.202.2-preview.171",
3
+ "version": "1.202.2-preview.172",
4
4
  "description": "UiPath Flow tool implementation",
5
5
  "type": "module",
6
6
  "exports": {
@@ -30,5 +30,5 @@
30
30
  "@uipath/solutionpackager-tool-core": "1.202.1",
31
31
  "@uipath/tool-agent": "^2.0.0"
32
32
  },
33
- "gitHead": "4cfde1fd876ddca47c91d716d72775270fd0fe7f"
33
+ "gitHead": "a783d71f93c1ba5f1f77ad26ffddcc32f52c1199"
34
34
  }