@uipath/oms-commands 1.202.0 → 1.202.1-preview.168

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
@@ -13516,4 +13516,4 @@ export {
13516
13516
  registerCommands
13517
13517
  };
13518
13518
 
13519
- //# debugId=5BD46A91F990B55764756E2164756E21
13519
+ //# debugId=826A23230DF05D9664756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/oms-commands",
3
3
  "license": "SEE LICENSE IN LICENSE.txt",
4
- "version": "1.202.0",
4
+ "version": "1.202.1-preview.168",
5
5
  "description": "Admin CLI commands for the UiPath Organization Management Service. Library composed by admin-tool, not a standalone CLI tool.",
6
6
  "private": false,
7
7
  "repository": {
@@ -25,5 +25,5 @@
25
25
  "files": [
26
26
  "dist"
27
27
  ],
28
- "gitHead": "23b5a7038ead7264439af18f8b807c7cc99a29d5"
28
+ "gitHead": "c05a7544f7f7c117817c167a0c26f3612ece92cd"
29
29
  }