@uipath/agent-sdk 1.2.0 → 1.195.0

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 +1 -1
  2. package/package.json +2 -16
package/dist/index.js CHANGED
@@ -19575,7 +19575,7 @@ class TextApiResponse {
19575
19575
  var package_default = {
19576
19576
  name: "@uipath/agent-sdk",
19577
19577
  license: "MIT",
19578
- version: "1.2.0",
19578
+ version: "1.195.0",
19579
19579
  description: "SDK for the UiPath Agent Runtime API — evaluation execution and debug sessions.",
19580
19580
  repository: {
19581
19581
  type: "git",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/agent-sdk",
3
3
  "license": "MIT",
4
- "version": "1.2.0",
4
+ "version": "1.195.0",
5
5
  "description": "SDK for the UiPath Agent Runtime API — evaluation execution and debug sessions.",
6
6
  "repository": {
7
7
  "type": "git",
@@ -29,19 +29,5 @@
29
29
  "files": [
30
30
  "dist"
31
31
  ],
32
- "scripts": {
33
- "build": "bun build ./src/index.ts --outdir dist --format esm --target node && tsc -p tsconfig.build.json --noCheck",
34
- "generate": "bun run src/scripts/generate-sdk.ts",
35
- "test": "vitest run",
36
- "test:coverage": "vitest run --coverage",
37
- "lint": "biome check ."
38
- },
39
- "devDependencies": {
40
- "@openapitools/openapi-generator-cli": "^2.31.1",
41
- "@types/node": "^25.5.2",
42
- "@uipath/auth": "1.195.0",
43
- "@uipath/common": "1.195.0",
44
- "typescript": "^6.0.2"
45
- },
46
- "gitHead": "6c3cc1aecd77f184b0f55aaf89a7f563e2457320"
32
+ "gitHead": "eecf5713cd579b15783c770d1923e44e730271ea"
47
33
  }