@uipath/packager-tool-flow 1.202.0-preview.146 → 1.202.1-preview.147

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.0-preview.146",
35
+ version: "1.202.1-preview.147",
36
36
  description: "UiPath Flow tool implementation",
37
37
  type: "module",
38
38
  exports: {
@@ -1052,4 +1052,4 @@ export {
1052
1052
  withRuntimeProfile
1053
1053
  };
1054
1054
 
1055
- //# debugId=8E73653205D769CB64756E2164756E21
1055
+ //# debugId=2D1956B85AA96AE264756E2164756E21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/packager-tool-flow",
3
- "version": "1.202.0-preview.146",
3
+ "version": "1.202.1-preview.147",
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.0",
31
31
  "@uipath/tool-agent": "^2.0.0"
32
32
  },
33
- "gitHead": "1b0390cf01f75ee2e236c543d0ef46d78f607f66"
33
+ "gitHead": "851398a44b9231a9fd8ac913a24388151bd27692"
34
34
  }