@uipath/function-tool 1.201.0-preview.132 → 1.201.0-preview.133
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.201.0-preview.
|
|
8
|
+
version: "1.201.0-preview.133",
|
|
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",
|
|
@@ -19911,7 +19911,7 @@ function querystringSingleKey(key, value, keyPrefix = "") {
|
|
|
19911
19911
|
var package_default2 = {
|
|
19912
19912
|
name: "@uipath/solution-sdk",
|
|
19913
19913
|
license: "MIT",
|
|
19914
|
-
version: "1.201.0-preview.
|
|
19914
|
+
version: "1.201.0-preview.133",
|
|
19915
19915
|
repository: {
|
|
19916
19916
|
type: "git",
|
|
19917
19917
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -200896,4 +200896,4 @@ export {
|
|
|
200896
200896
|
metadata
|
|
200897
200897
|
};
|
|
200898
200898
|
|
|
200899
|
-
//# debugId=
|
|
200899
|
+
//# debugId=EB144B6C320C996264756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/function-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.201.0-preview.
|
|
4
|
+
"version": "1.201.0-preview.133",
|
|
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": "7933378ad5276ac369900293a1447474dcec6826"
|
|
35
35
|
}
|