@uipath/solution-sdk 1.201.0-preview.128 → 1.201.0-preview.131
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/index.js +2 -2
- package/package.json +39 -39
package/dist/index.js
CHANGED
|
@@ -8534,7 +8534,7 @@ class TextApiResponse {
|
|
|
8534
8534
|
var package_default = {
|
|
8535
8535
|
name: "@uipath/solution-sdk",
|
|
8536
8536
|
license: "MIT",
|
|
8537
|
-
version: "1.201.0-preview.
|
|
8537
|
+
version: "1.201.0-preview.131",
|
|
8538
8538
|
repository: {
|
|
8539
8539
|
type: "git",
|
|
8540
8540
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -16462,4 +16462,4 @@ export {
|
|
|
16462
16462
|
BASE_PATH
|
|
16463
16463
|
};
|
|
16464
16464
|
|
|
16465
|
-
//# debugId=
|
|
16465
|
+
//# debugId=06D91092E416BD0A64756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
},
|
|
10
|
-
"publishConfig": {
|
|
11
|
-
"registry": "https://registry.npmjs.org/"
|
|
12
|
-
},
|
|
13
|
-
"keywords": [
|
|
14
|
-
"uipath",
|
|
15
|
-
"solution",
|
|
16
|
-
"sdk"
|
|
17
|
-
],
|
|
18
|
-
"type": "module",
|
|
19
|
-
"main": "./dist/index.js",
|
|
20
|
-
"types": "./dist/src/index.d.ts",
|
|
21
|
-
"exports": {
|
|
22
|
-
".": {
|
|
23
|
-
"types": "./dist/src/index.d.ts",
|
|
24
|
-
"default": "./dist/index.js"
|
|
2
|
+
"name": "@uipath/solution-sdk",
|
|
3
|
+
"license": "MIT",
|
|
4
|
+
"version": "1.201.0-preview.131",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "https://github.com/UiPath/cli.git",
|
|
8
|
+
"directory": "packages/solution-sdk"
|
|
25
9
|
},
|
|
26
|
-
"
|
|
27
|
-
|
|
28
|
-
"default": "./dist/resources/index.js"
|
|
10
|
+
"publishConfig": {
|
|
11
|
+
"registry": "https://registry.npmjs.org/"
|
|
29
12
|
},
|
|
30
|
-
"
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
"
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
13
|
+
"keywords": [
|
|
14
|
+
"uipath",
|
|
15
|
+
"solution",
|
|
16
|
+
"sdk"
|
|
17
|
+
],
|
|
18
|
+
"type": "module",
|
|
19
|
+
"main": "./dist/index.js",
|
|
20
|
+
"types": "./dist/src/index.d.ts",
|
|
21
|
+
"exports": {
|
|
22
|
+
".": {
|
|
23
|
+
"types": "./dist/src/index.d.ts",
|
|
24
|
+
"default": "./dist/index.js"
|
|
25
|
+
},
|
|
26
|
+
"./resources": {
|
|
27
|
+
"types": "./dist/src/resources/index.d.ts",
|
|
28
|
+
"default": "./dist/resources/index.js"
|
|
29
|
+
},
|
|
30
|
+
"./auth": {
|
|
31
|
+
"types": "./dist/src/solution-auth.d.ts",
|
|
32
|
+
"default": "./dist/solution-auth.js"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"bin": {
|
|
36
|
+
"generate-sdk": "./dist/scripts/generate-sdk.js"
|
|
37
|
+
},
|
|
38
|
+
"files": [
|
|
39
|
+
"dist"
|
|
40
|
+
],
|
|
41
|
+
"private": false,
|
|
42
|
+
"gitHead": "5b0a03e4ee4be352459ac9fd82341ff77bc82ee6"
|
|
43
43
|
}
|