@uipath/function-tool 1.200.0-preview.118 → 1.200.0

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.200.0-preview.118",
8
+ version: "1.200.0",
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.118",
14261
+ version: "1.200.0",
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=A8E704DA7B8AC44264756E2164756E21
200145
+ //# debugId=EA0C6B2CDDD861C364756E2164756E21
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.118",
4
+ "version": "1.200.0",
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": "bc87399d98869787498783b3b9383df4426fd896"
34
+ "gitHead": "173ad4b4930bd3e17a493b32e9f1c3c616ea1c10"
35
35
  }