@uipath/identity-tool 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.
- package/dist/tool.js +5 -3
- package/package.json +2 -2
package/dist/tool.js
CHANGED
|
@@ -21230,7 +21230,7 @@ var init_server = __esm(() => {
|
|
|
21230
21230
|
var package_default = {
|
|
21231
21231
|
name: "@uipath/identity-tool",
|
|
21232
21232
|
license: "MIT",
|
|
21233
|
-
version: "1.
|
|
21233
|
+
version: "1.195.0",
|
|
21234
21234
|
description: "Manage Identity Server users, groups, robot accounts, and external apps.",
|
|
21235
21235
|
private: false,
|
|
21236
21236
|
repository: {
|
|
@@ -21241,7 +21241,9 @@ var package_default = {
|
|
|
21241
21241
|
publishConfig: {
|
|
21242
21242
|
registry: "https://npm.pkg.github.com/@uipath"
|
|
21243
21243
|
},
|
|
21244
|
-
keywords: [
|
|
21244
|
+
keywords: [
|
|
21245
|
+
"cli-tool"
|
|
21246
|
+
],
|
|
21245
21247
|
type: "module",
|
|
21246
21248
|
main: "./dist/tool.js",
|
|
21247
21249
|
exports: {
|
|
@@ -28957,7 +28959,7 @@ class TextApiResponse {
|
|
|
28957
28959
|
var package_default2 = {
|
|
28958
28960
|
name: "@uipath/identity-sdk",
|
|
28959
28961
|
license: "MIT",
|
|
28960
|
-
version: "1.
|
|
28962
|
+
version: "1.195.0",
|
|
28961
28963
|
repository: {
|
|
28962
28964
|
type: "git",
|
|
28963
28965
|
url: "https://github.com/UiPath/cli.git",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/identity-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.195.0",
|
|
5
5
|
"description": "Manage Identity Server users, groups, robot accounts, and external apps.",
|
|
6
6
|
"private": false,
|
|
7
7
|
"repository": {
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"files": [
|
|
27
27
|
"dist"
|
|
28
28
|
],
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "eecf5713cd579b15783c770d1923e44e730271ea"
|
|
30
30
|
}
|