@uipath/packager-tool-flow 1.199.0 → 1.200.0-preview.117

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 +4 -4
  2. package/package.json +5 -5
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.199.0",
35
+ version: "1.200.0-preview.117",
36
36
  description: "UiPath Flow tool implementation",
37
37
  type: "module",
38
38
  exports: {
@@ -75,7 +75,7 @@ var package_default = {
75
75
  license: "ISC",
76
76
  peerDependencies: {
77
77
  "@uipath/filesystem": "workspace:*",
78
- "@uipath/flow-converter": "^0.25.2",
78
+ "@uipath/flow-converter": "0.25.0",
79
79
  "@uipath/flow-core": "^0.34.1",
80
80
  "@uipath/flow-migrations": "^0.15.1",
81
81
  "@uipath/flow-schema": "^0.22.1",
@@ -92,7 +92,7 @@ var package_default = {
92
92
  "@vitest/browser-playwright": "^4.1.6",
93
93
  "@vitest/coverage-v8": "^4.1.6",
94
94
  playwright: "^1.57.0",
95
- typescript: "^6.0.2",
95
+ typescript: "^7.0.2",
96
96
  vitest: "^4.1.6"
97
97
  }
98
98
  };
@@ -720,4 +720,4 @@ export {
720
720
  FlowTool
721
721
  };
722
722
 
723
- //# debugId=6DFFBC6E0AE81B1E64756E2164756E21
723
+ //# debugId=CB95292E4FAA78C264756E2164756E21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/packager-tool-flow",
3
- "version": "1.199.0",
3
+ "version": "1.200.0-preview.117",
4
4
  "description": "UiPath Flow tool implementation",
5
5
  "type": "module",
6
6
  "exports": {
@@ -25,13 +25,13 @@
25
25
  "author": "",
26
26
  "license": "ISC",
27
27
  "peerDependencies": {
28
- "@uipath/filesystem": "1.199.0",
29
- "@uipath/flow-converter": "^0.25.2",
28
+ "@uipath/filesystem": "1.200.0",
29
+ "@uipath/flow-converter": "0.25.0",
30
30
  "@uipath/flow-core": "^0.34.1",
31
31
  "@uipath/flow-migrations": "^0.15.1",
32
32
  "@uipath/flow-schema": "^0.22.1",
33
- "@uipath/solutionpackager-tool-core": "1.199.0",
33
+ "@uipath/solutionpackager-tool-core": "1.200.0",
34
34
  "@uipath/tool-agent": "^2.0.0"
35
35
  },
36
- "gitHead": "723e6801b77b5926ba75e75b6a756cc38b1b7adc"
36
+ "gitHead": "5ba432ca14252784a1e20c03f5a858a5ae39746e"
37
37
  }