@uipath/vertical-solutions-tool 1.202.1-preview.169 → 1.202.1-preview.171
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
|
@@ -6864,7 +6864,7 @@ var require_src6 = __commonJS(function(exports) {
|
|
|
6864
6864
|
var package_default = {
|
|
6865
6865
|
name: "@uipath/vertical-solutions-tool",
|
|
6866
6866
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
6867
|
-
version: "1.202.1-preview.
|
|
6867
|
+
version: "1.202.1-preview.171",
|
|
6868
6868
|
description: "Scaffold and generate Vertical Solution projects.",
|
|
6869
6869
|
private: false,
|
|
6870
6870
|
repository: {
|
|
@@ -44317,4 +44317,4 @@ var registerCommands = async (program2) => {
|
|
|
44317
44317
|
|
|
44318
44318
|
export { Command, metadata, registerCommands };
|
|
44319
44319
|
|
|
44320
|
-
//# debugId=
|
|
44320
|
+
//# debugId=2577B7146252660164756E2164756E21
|
package/dist/tool.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/vertical-solutions-tool",
|
|
3
3
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4
|
-
"version": "1.202.1-preview.
|
|
4
|
+
"version": "1.202.1-preview.171",
|
|
5
5
|
"description": "Scaffold and generate Vertical Solution projects.",
|
|
6
6
|
"private": false,
|
|
7
7
|
"repository": {
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"files": [
|
|
35
35
|
"dist"
|
|
36
36
|
],
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "4cfde1fd876ddca47c91d716d72775270fd0fe7f"
|
|
38
38
|
}
|