@uipath/packager-tool-flow 1.201.0-preview.127 → 1.201.0-preview.131

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 +35 -35
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.201.0-preview.127",
35
+ version: "1.201.0-preview.131",
36
36
  description: "UiPath Flow tool implementation",
37
37
  type: "module",
38
38
  exports: {
@@ -747,4 +747,4 @@ export {
747
747
  FlowTool
748
748
  };
749
749
 
750
- //# debugId=F7B9F5FB46D7759D64756E2164756E21
750
+ //# debugId=178D8B52FE90035264756E2164756E21
package/package.json CHANGED
@@ -1,37 +1,37 @@
1
1
  {
2
- "name": "@uipath/packager-tool-flow",
3
- "version": "1.201.0-preview.127",
4
- "description": "UiPath Flow tool implementation",
5
- "type": "module",
6
- "exports": {
7
- ".": {
8
- "source": "./src/index.ts",
9
- "default": "./dist/index.js"
10
- }
11
- },
12
- "repository": {
13
- "type": "git",
14
- "url": "https://github.com/UiPath/cli.git",
15
- "directory": "packages/packager/packager-tool-flow"
16
- },
17
- "publishConfig": {
18
- "registry": "https://registry.npmjs.org/"
19
- },
20
- "types": "./dist/index.d.ts",
21
- "files": [
22
- "dist",
23
- "src"
24
- ],
25
- "author": "",
26
- "license": "ISC",
27
- "peerDependencies": {
28
- "@uipath/filesystem": "1.201.0",
29
- "@uipath/flow-converter": "^0.42.1",
30
- "@uipath/flow-core": "^0.68.0",
31
- "@uipath/flow-migrations": "^0.33.0",
32
- "@uipath/flow-schema": "^0.42.0",
33
- "@uipath/solutionpackager-tool-core": "1.201.0",
34
- "@uipath/tool-agent": "^2.0.0"
35
- },
36
- "gitHead": "a6c7f4f0ea04813ce939f31efc41bd9990d46e20"
2
+ "name": "@uipath/packager-tool-flow",
3
+ "version": "1.201.0-preview.131",
4
+ "description": "UiPath Flow tool implementation",
5
+ "type": "module",
6
+ "exports": {
7
+ ".": {
8
+ "source": "./src/index.ts",
9
+ "default": "./dist/index.js"
10
+ }
11
+ },
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "https://github.com/UiPath/cli.git",
15
+ "directory": "packages/packager/packager-tool-flow"
16
+ },
17
+ "publishConfig": {
18
+ "registry": "https://registry.npmjs.org/"
19
+ },
20
+ "types": "./dist/index.d.ts",
21
+ "files": [
22
+ "dist",
23
+ "src"
24
+ ],
25
+ "author": "",
26
+ "license": "ISC",
27
+ "peerDependencies": {
28
+ "@uipath/filesystem": "1.201.0",
29
+ "@uipath/flow-converter": "^0.42.1",
30
+ "@uipath/flow-core": "^0.68.0",
31
+ "@uipath/flow-migrations": "^0.33.0",
32
+ "@uipath/flow-schema": "^0.42.0",
33
+ "@uipath/solutionpackager-tool-core": "1.201.0",
34
+ "@uipath/tool-agent": "^2.0.0"
35
+ },
36
+ "gitHead": "5b0a03e4ee4be352459ac9fd82341ff77bc82ee6"
37
37
  }