@uipath/agent-sdk 1.197.0 → 1.198.0-preview.80

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 +6 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -19553,7 +19553,7 @@ class TextApiResponse {
19553
19553
  var package_default = {
19554
19554
  name: "@uipath/agent-sdk",
19555
19555
  license: "MIT",
19556
- version: "1.197.0",
19556
+ version: "1.198.0-preview.80",
19557
19557
  description: "SDK for the UiPath Agent Runtime API — evaluation execution and debug sessions.",
19558
19558
  repository: {
19559
19559
  type: "git",
@@ -23738,6 +23738,10 @@ var getAuthContext = async (options = {}) => {
23738
23738
  tenantName
23739
23739
  };
23740
23740
  };
23741
+
23742
+ // ../auth/src/index.ts
23743
+ init_constants();
23744
+
23741
23745
  // ../auth/src/interactive.ts
23742
23746
  init_src();
23743
23747
 
@@ -24285,4 +24289,4 @@ export {
24285
24289
  AgentAppearanceFromJSON
24286
24290
  };
24287
24291
 
24288
- //# debugId=54A5501D88606BB964756E2164756E21
24292
+ //# debugId=6E039723A91B68F764756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/agent-sdk",
3
3
  "license": "MIT",
4
- "version": "1.197.0",
4
+ "version": "1.198.0-preview.80",
5
5
  "description": "SDK for the UiPath Agent Runtime API — evaluation execution and debug sessions.",
6
6
  "repository": {
7
7
  "type": "git",
@@ -29,5 +29,5 @@
29
29
  "files": [
30
30
  "dist"
31
31
  ],
32
- "gitHead": "56f68b263cec4ea1f2a39d738bd99ecf52f88fea"
32
+ "gitHead": "9b2c3c0f21a256d2f38dd28bc97e72e6f7b10a9c"
33
33
  }