@uipath/agent-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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +31 -31
package/dist/index.js CHANGED
@@ -1357,7 +1357,7 @@ class TextApiResponse {
1357
1357
  var package_default = {
1358
1358
  name: "@uipath/agent-sdk",
1359
1359
  license: "MIT",
1360
- version: "1.201.0-preview.128",
1360
+ version: "1.201.0-preview.131",
1361
1361
  description: "SDK for the UiPath Agent Runtime API — evaluation execution and debug sessions.",
1362
1362
  repository: {
1363
1363
  type: "git",
@@ -6175,4 +6175,4 @@ export {
6175
6175
  AgentAppearanceFromJSON
6176
6176
  };
6177
6177
 
6178
- //# debugId=42BC938EB4D1C9A764756E2164756E21
6178
+ //# debugId=607E51BA977DC61D64756E2164756E21
package/package.json CHANGED
@@ -1,33 +1,33 @@
1
1
  {
2
- "name": "@uipath/agent-sdk",
3
- "license": "MIT",
4
- "version": "1.201.0-preview.128",
5
- "description": "SDK for the UiPath Agent Runtime API — evaluation execution and debug sessions.",
6
- "repository": {
7
- "type": "git",
8
- "url": "https://github.com/UiPath/cli.git",
9
- "directory": "packages/agent-sdk"
10
- },
11
- "publishConfig": {
12
- "registry": "https://registry.npmjs.org/"
13
- },
14
- "keywords": [
15
- "uipath",
16
- "agent",
17
- "evaluation",
18
- "sdk"
19
- ],
20
- "type": "module",
21
- "main": "./dist/index.js",
22
- "types": "./dist/src/index.d.ts",
23
- "exports": {
24
- ".": {
25
- "types": "./dist/src/index.d.ts",
26
- "default": "./dist/index.js"
27
- }
28
- },
29
- "files": [
30
- "dist"
31
- ],
32
- "gitHead": "a72e454cd7025bbbdac37d6105afef8282138c88"
2
+ "name": "@uipath/agent-sdk",
3
+ "license": "MIT",
4
+ "version": "1.201.0-preview.131",
5
+ "description": "SDK for the UiPath Agent Runtime API — evaluation execution and debug sessions.",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/UiPath/cli.git",
9
+ "directory": "packages/agent-sdk"
10
+ },
11
+ "publishConfig": {
12
+ "registry": "https://registry.npmjs.org/"
13
+ },
14
+ "keywords": [
15
+ "uipath",
16
+ "agent",
17
+ "evaluation",
18
+ "sdk"
19
+ ],
20
+ "type": "module",
21
+ "main": "./dist/index.js",
22
+ "types": "./dist/src/index.d.ts",
23
+ "exports": {
24
+ ".": {
25
+ "types": "./dist/src/index.d.ts",
26
+ "default": "./dist/index.js"
27
+ }
28
+ },
29
+ "files": [
30
+ "dist"
31
+ ],
32
+ "gitHead": "5b0a03e4ee4be352459ac9fd82341ff77bc82ee6"
33
33
  }