@uipath/function-tool 1.201.0-preview.128 → 1.201.0-preview.132

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 +33 -33
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.128",
8
+ version: "1.201.0-preview.132",
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.128",
19914
+ version: "1.201.0-preview.132",
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=19E2293A57FE6D8864756E2164756E21
200899
+ //# debugId=343F83C3C05ECFE364756E2164756E21
package/package.json CHANGED
@@ -1,35 +1,35 @@
1
1
  {
2
- "name": "@uipath/function-tool",
3
- "license": "MIT",
4
- "version": "1.201.0-preview.128",
5
- "description": "UiPath CLI tool for JS/TS and Python Functions — thin passthrough to uipath-functions / uipath",
6
- "keywords": [
7
- "uipcli-tool",
8
- "functions",
9
- "wrapper"
10
- ],
11
- "type": "module",
12
- "main": "./dist/tool.js",
13
- "exports": {
14
- ".": "./dist/tool.js",
15
- "./packager-tool": "./dist/packager-tool.js"
16
- },
17
- "private": false,
18
- "maintainers": [
19
- "aoltean16",
20
- "mihaigirleanu",
21
- "vlad-uipath"
22
- ],
23
- "files": [
24
- "dist"
25
- ],
26
- "repository": {
27
- "type": "git",
28
- "url": "https://github.com/UiPath/cli.git",
29
- "directory": "packages/function-tool"
30
- },
31
- "publishConfig": {
32
- "registry": "https://registry.npmjs.org/"
33
- },
34
- "gitHead": "a72e454cd7025bbbdac37d6105afef8282138c88"
2
+ "name": "@uipath/function-tool",
3
+ "license": "MIT",
4
+ "version": "1.201.0-preview.132",
5
+ "description": "UiPath CLI tool for JS/TS and Python Functions — thin passthrough to uipath-functions / uipath",
6
+ "keywords": [
7
+ "uipcli-tool",
8
+ "functions",
9
+ "wrapper"
10
+ ],
11
+ "type": "module",
12
+ "main": "./dist/tool.js",
13
+ "exports": {
14
+ ".": "./dist/tool.js",
15
+ "./packager-tool": "./dist/packager-tool.js"
16
+ },
17
+ "private": false,
18
+ "maintainers": [
19
+ "aoltean16",
20
+ "mihaigirleanu",
21
+ "vlad-uipath"
22
+ ],
23
+ "files": [
24
+ "dist"
25
+ ],
26
+ "repository": {
27
+ "type": "git",
28
+ "url": "https://github.com/UiPath/cli.git",
29
+ "directory": "packages/function-tool"
30
+ },
31
+ "publishConfig": {
32
+ "registry": "https://registry.npmjs.org/"
33
+ },
34
+ "gitHead": "37388a48f899d8f3e7d590f050c5f00485594638"
35
35
  }