@uipath/api-workflow-tool 1.199.0-preview.97 → 1.199.0-preview.99
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/tool.js +6 -6
- package/package.json +2 -2
package/dist/tool.js
CHANGED
|
@@ -50934,7 +50934,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
50934
50934
|
package_default3 = {
|
|
50935
50935
|
name: "@uipath/project-packager",
|
|
50936
50936
|
license: "MIT",
|
|
50937
|
-
version: "1.199.0-preview.
|
|
50937
|
+
version: "1.199.0-preview.99",
|
|
50938
50938
|
description: "UiPath Project Packager - core library for packing individual UiPath projects",
|
|
50939
50939
|
type: "module",
|
|
50940
50940
|
main: "./dist/index.js",
|
|
@@ -51329,7 +51329,7 @@ var init_package = __esm(() => {
|
|
|
51329
51329
|
package_default4 = {
|
|
51330
51330
|
name: "@uipath/project-packager",
|
|
51331
51331
|
license: "MIT",
|
|
51332
|
-
version: "1.199.0-preview.
|
|
51332
|
+
version: "1.199.0-preview.99",
|
|
51333
51333
|
description: "UiPath Project Packager - core library for packing individual UiPath projects",
|
|
51334
51334
|
type: "module",
|
|
51335
51335
|
main: "./dist/index.js",
|
|
@@ -80783,7 +80783,7 @@ import"./packager-tool.js";
|
|
|
80783
80783
|
var package_default = {
|
|
80784
80784
|
name: "@uipath/api-workflow-tool",
|
|
80785
80785
|
license: "MIT",
|
|
80786
|
-
version: "1.199.0-preview.
|
|
80786
|
+
version: "1.199.0-preview.99",
|
|
80787
80787
|
description: "Run UiPath API Workflows locally.",
|
|
80788
80788
|
private: false,
|
|
80789
80789
|
repository: {
|
|
@@ -88604,7 +88604,7 @@ class TextApiResponse {
|
|
|
88604
88604
|
var package_default2 = {
|
|
88605
88605
|
name: "@uipath/integrationservice-sdk",
|
|
88606
88606
|
license: "MIT",
|
|
88607
|
-
version: "1.199.0-preview.
|
|
88607
|
+
version: "1.199.0-preview.99",
|
|
88608
88608
|
repository: {
|
|
88609
88609
|
type: "git",
|
|
88610
88610
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -98153,7 +98153,7 @@ function querystringSingleKey3(key, value, keyPrefix = "") {
|
|
|
98153
98153
|
var package_default5 = {
|
|
98154
98154
|
name: "@uipath/solution-sdk",
|
|
98155
98155
|
license: "MIT",
|
|
98156
|
-
version: "1.199.0-preview.
|
|
98156
|
+
version: "1.199.0-preview.99",
|
|
98157
98157
|
repository: {
|
|
98158
98158
|
type: "git",
|
|
98159
98159
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -100444,4 +100444,4 @@ export {
|
|
|
100444
100444
|
metadata
|
|
100445
100445
|
};
|
|
100446
100446
|
|
|
100447
|
-
//# debugId=
|
|
100447
|
+
//# debugId=26D98CBF35F9B1AA64756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/api-workflow-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.199.0-preview.
|
|
4
|
+
"version": "1.199.0-preview.99",
|
|
5
5
|
"description": "Run UiPath API Workflows locally.",
|
|
6
6
|
"private": false,
|
|
7
7
|
"repository": {
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"files": [
|
|
24
24
|
"dist"
|
|
25
25
|
],
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "6ba217cddceb86e3fa39ed82e49c5062878a85c6"
|
|
27
27
|
}
|