@uipath/identity-commands 1.202.0-preview.147 → 1.202.0-preview.151

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
@@ -12267,4 +12267,4 @@ export {
12267
12267
  registerCommands
12268
12268
  };
12269
12269
 
12270
- //# debugId=3A225098B04A058A64756E2164756E21
12270
+ //# debugId=AE2F3D1923BADC8A64756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/identity-commands",
3
3
  "license": "SEE LICENSE IN LICENSE.txt",
4
- "version": "1.202.0-preview.147",
4
+ "version": "1.202.0-preview.151",
5
5
  "description": "Admin CLI commands for Identity Server users, groups, robot accounts, and external apps. 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": "851398a44b9231a9fd8ac913a24388151bd27692"
28
+ "gitHead": "98bbaa985d34352b6fa380561c2f9269832be5e6"
29
29
  }