@uipath/vertical-solutions-tool 1.203.0-preview.160 → 1.203.0-preview.182
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/index.js
CHANGED
|
@@ -6865,7 +6865,7 @@ var package_default = {
|
|
|
6865
6865
|
name: "@uipath/vertical-solutions-tool",
|
|
6866
6866
|
author: "UiPath",
|
|
6867
6867
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
6868
|
-
version: "1.203.0-preview.
|
|
6868
|
+
version: "1.203.0-preview.182",
|
|
6869
6869
|
description: "Scaffold and generate Vertical Solution projects.",
|
|
6870
6870
|
private: false,
|
|
6871
6871
|
repository: {
|
|
@@ -44550,4 +44550,4 @@ var registerCommands = async (program2) => {
|
|
|
44550
44550
|
|
|
44551
44551
|
export { Command, metadata, registerCommands };
|
|
44552
44552
|
|
|
44553
|
-
//# debugId=
|
|
44553
|
+
//# debugId=18D7C09ED9C86A9E64756E2164756E21
|
package/dist/tool.js
CHANGED
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@uipath/vertical-solutions-tool",
|
|
3
3
|
"author": "UiPath",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
|
-
"version": "1.203.0-preview.
|
|
5
|
+
"version": "1.203.0-preview.182",
|
|
6
6
|
"description": "Scaffold and generate Vertical Solution projects.",
|
|
7
7
|
"private": false,
|
|
8
8
|
"repository": {
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"files": [
|
|
36
36
|
"dist"
|
|
37
37
|
],
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "f4f19f4d98117736cd2b34629dc1564ae6761aef"
|
|
39
39
|
}
|