@uipath/function-tool 1.201.0-preview.123 → 1.201.0-preview.125

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.
Files changed (2) hide show
  1. package/dist/tool.js +3 -3
  2. 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.123",
8
+ version: "1.201.0-preview.125",
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.123",
19914
+ version: "1.201.0-preview.125",
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=078440CA6FC1A37864756E2164756E21
200899
+ //# debugId=9FD2A38D283FEDE164756E2164756E21
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.123",
4
+ "version": "1.201.0-preview.125",
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": "0b5e086775b5974d9df45fc98f96f868bb3dda61"
34
+ "gitHead": "3429b3f8c5a137ace2fa1d6d4916a7168cc632fa"
35
35
  }