@uipath/integrationservice-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 -2
package/dist/index.js CHANGED
@@ -19833,7 +19833,7 @@ class TextApiResponse2 {
19833
19833
  var package_default = {
19834
19834
  name: "@uipath/integrationservice-sdk",
19835
19835
  license: "MIT",
19836
- version: "1.2.0",
19836
+ version: "1.195.0",
19837
19837
  repository: {
19838
19838
  type: "git",
19839
19839
  url: "https://github.com/UiPath/cli.git",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/integrationservice-sdk",
3
3
  "license": "MIT",
4
- "version": "1.2.0",
4
+ "version": "1.195.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/UiPath/cli.git",
@@ -27,5 +27,5 @@
27
27
  "files": [
28
28
  "dist"
29
29
  ],
30
- "gitHead": "65fabb84552758b2710d8ca68470e70a9b1d19bc"
30
+ "gitHead": "eecf5713cd579b15783c770d1923e44e730271ea"
31
31
  }