@uipath/solution-tool 1.198.0-preview.100 → 1.198.0-preview.102
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/deploy.js +2 -2
- package/dist/pack.js +42275 -29228
- package/dist/publish.js +2 -2
- package/dist/tool.js +5 -5
- package/package.json +2 -2
package/dist/publish.js
CHANGED
|
@@ -30696,7 +30696,7 @@ class TextApiResponse2 {
|
|
|
30696
30696
|
var package_default2 = {
|
|
30697
30697
|
name: "@uipath/solution-sdk",
|
|
30698
30698
|
license: "MIT",
|
|
30699
|
-
version: "1.198.0-preview.
|
|
30699
|
+
version: "1.198.0-preview.102",
|
|
30700
30700
|
repository: {
|
|
30701
30701
|
type: "git",
|
|
30702
30702
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -33471,4 +33471,4 @@ export {
|
|
|
33471
33471
|
publishSolutionAsync
|
|
33472
33472
|
};
|
|
33473
33473
|
|
|
33474
|
-
//# debugId=
|
|
33474
|
+
//# debugId=BBCA34C47EB9945A64756E2164756E21
|
package/dist/tool.js
CHANGED
|
@@ -30536,7 +30536,7 @@ import"./packager-tool.js";
|
|
|
30536
30536
|
var package_default = {
|
|
30537
30537
|
name: "@uipath/solution-tool",
|
|
30538
30538
|
license: "MIT",
|
|
30539
|
-
version: "1.198.0-preview.
|
|
30539
|
+
version: "1.198.0-preview.102",
|
|
30540
30540
|
description: "Create, pack, publish, and deploy UiPath Automation Solutions.",
|
|
30541
30541
|
repository: {
|
|
30542
30542
|
type: "git",
|
|
@@ -41715,7 +41715,7 @@ class TextApiResponse2 {
|
|
|
41715
41715
|
var package_default3 = {
|
|
41716
41716
|
name: "@uipath/solution-sdk",
|
|
41717
41717
|
license: "MIT",
|
|
41718
|
-
version: "1.198.0-preview.
|
|
41718
|
+
version: "1.198.0-preview.102",
|
|
41719
41719
|
repository: {
|
|
41720
41720
|
type: "git",
|
|
41721
41721
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -76092,7 +76092,7 @@ var sdkUserAgentHostToken22 = singleton22("SdkUserAgentHostToken");
|
|
|
76092
76092
|
var package_default5 = {
|
|
76093
76093
|
name: "@uipath/project-packager",
|
|
76094
76094
|
license: "MIT",
|
|
76095
|
-
version: "1.198.0-preview.
|
|
76095
|
+
version: "1.198.0-preview.102",
|
|
76096
76096
|
description: "UiPath Project Packager - core library for packing individual UiPath projects",
|
|
76097
76097
|
type: "module",
|
|
76098
76098
|
main: "./dist/index.js",
|
|
@@ -88138,7 +88138,7 @@ var sdkUserAgentHostToken23 = singleton23("SdkUserAgentHostToken");
|
|
|
88138
88138
|
var package_default6 = {
|
|
88139
88139
|
name: "@uipath/project-packager",
|
|
88140
88140
|
license: "MIT",
|
|
88141
|
-
version: "1.198.0-preview.
|
|
88141
|
+
version: "1.198.0-preview.102",
|
|
88142
88142
|
description: "UiPath Project Packager - core library for packing individual UiPath projects",
|
|
88143
88143
|
type: "module",
|
|
88144
88144
|
main: "./dist/index.js",
|
|
@@ -107725,4 +107725,4 @@ export {
|
|
|
107725
107725
|
metadata
|
|
107726
107726
|
};
|
|
107727
107727
|
|
|
107728
|
-
//# debugId=
|
|
107728
|
+
//# debugId=E7B677F82AA85A0064756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/solution-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.198.0-preview.
|
|
4
|
+
"version": "1.198.0-preview.102",
|
|
5
5
|
"description": "Create, pack, publish, and deploy UiPath Automation Solutions.",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"dist"
|
|
47
47
|
],
|
|
48
48
|
"private": false,
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "adb54684729fa72fcc04655dfa6f3eaa6bd7a272"
|
|
50
50
|
}
|