@uipath/solution-sdk 1.201.0-preview.131 → 1.201.0-preview.133

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 +2 -2
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.131",
8537
+ version: "1.201.0-preview.133",
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=06D91092E416BD0A64756E2164756E21
16465
+ //# debugId=E6E81BC1C8C240BF64756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/solution-sdk",
3
3
  "license": "MIT",
4
- "version": "1.201.0-preview.131",
4
+ "version": "1.201.0-preview.133",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/UiPath/cli.git",
@@ -39,5 +39,5 @@
39
39
  "dist"
40
40
  ],
41
41
  "private": false,
42
- "gitHead": "5b0a03e4ee4be352459ac9fd82341ff77bc82ee6"
42
+ "gitHead": "7933378ad5276ac369900293a1447474dcec6826"
43
43
  }