@uipath/function-tool 1.200.0-preview.126 → 1.200.0-preview.129
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 +3 -3
- package/package.json +2 -2
package/dist/tool.js
CHANGED
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
var package_default = {
|
|
6
6
|
name: "@uipath/function-tool",
|
|
7
7
|
license: "MIT",
|
|
8
|
-
version: "1.200.0-preview.
|
|
8
|
+
version: "1.200.0-preview.129",
|
|
9
9
|
description: "UiPath CLI tool for JS/TS and Python Functions — thin passthrough to uipath-functions / uipath",
|
|
10
10
|
keywords: [
|
|
11
11
|
"uipcli-tool",
|
|
@@ -14258,7 +14258,7 @@ function querystringSingleKey(key, value, keyPrefix = "") {
|
|
|
14258
14258
|
var package_default2 = {
|
|
14259
14259
|
name: "@uipath/solution-sdk",
|
|
14260
14260
|
license: "MIT",
|
|
14261
|
-
version: "1.200.0-preview.
|
|
14261
|
+
version: "1.200.0-preview.129",
|
|
14262
14262
|
repository: {
|
|
14263
14263
|
type: "git",
|
|
14264
14264
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -200142,4 +200142,4 @@ export {
|
|
|
200142
200142
|
metadata
|
|
200143
200143
|
};
|
|
200144
200144
|
|
|
200145
|
-
//# debugId=
|
|
200145
|
+
//# debugId=90DF2B5A357DD57E64756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/function-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.200.0-preview.
|
|
4
|
+
"version": "1.200.0-preview.129",
|
|
5
5
|
"description": "UiPath CLI tool for JS/TS and Python Functions — thin passthrough to uipath-functions / uipath",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"uipcli-tool",
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"publishConfig": {
|
|
32
32
|
"registry": "https://registry.npmjs.org/"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "0d1695ec4c5fc5ebe38a4bd0f92d61e7884fcfb1"
|
|
35
35
|
}
|