@uipath/function-tool 1.200.0-preview.120 → 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.
Files changed (2) hide show
  1. package/dist/tool.js +3 -3
  2. package/package.json +33 -45
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.120",
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.120",
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=768F1DB68CBE4ADD64756E2164756E21
200145
+ //# debugId=90DF2B5A357DD57E64756E2164756E21
package/package.json CHANGED
@@ -1,47 +1,35 @@
1
1
  {
2
- "name": "@uipath/function-tool",
3
- "license": "MIT",
4
- "version": "1.200.0-preview.120",
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
- "devDependencies": {
35
- "@uipath/auth": "1.200.0",
36
- "@uipath/coded-functions-js-cli": "^0.1.72",
37
- "@uipath/common": "1.200.0",
38
- "@uipath/filesystem": "1.200.0",
39
- "@uipath/packager-tool-functions": "1.200.0",
40
- "@uipath/solution-sdk": "1.200.0",
41
- "@uipath/solutionpackager-tool-core": "1.200.0",
42
- "commander": "^14.0.3",
43
- "@types/bun": "^1.3.11",
44
- "typescript": "^7.0.2"
45
- },
46
- "gitHead": "173ad4b4930bd3e17a493b32e9f1c3c616ea1c10"
2
+ "name": "@uipath/function-tool",
3
+ "license": "MIT",
4
+ "version": "1.200.0-preview.129",
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": "0d1695ec4c5fc5ebe38a4bd0f92d61e7884fcfb1"
47
35
  }