@uipath/authz-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/index.js +3 -3
- package/dist/tool.js +3 -3
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -21247,7 +21247,7 @@ var {
|
|
|
21247
21247
|
var package_default = {
|
|
21248
21248
|
name: "@uipath/authz-tool",
|
|
21249
21249
|
license: "MIT",
|
|
21250
|
-
version: "1.
|
|
21250
|
+
version: "1.195.0",
|
|
21251
21251
|
description: "CLI plugin for the UiPath Authorization service.",
|
|
21252
21252
|
private: false,
|
|
21253
21253
|
repository: {
|
|
@@ -22616,7 +22616,7 @@ class VoidApiResponse {
|
|
|
22616
22616
|
var package_default2 = {
|
|
22617
22617
|
name: "@uipath/authz-sdk",
|
|
22618
22618
|
license: "MIT",
|
|
22619
|
-
version: "1.
|
|
22619
|
+
version: "1.195.0",
|
|
22620
22620
|
description: "SDK for the UiPath Authorization Service API.",
|
|
22621
22621
|
repository: {
|
|
22622
22622
|
type: "git",
|
|
@@ -30745,7 +30745,7 @@ class VoidApiResponse2 {
|
|
|
30745
30745
|
var package_default3 = {
|
|
30746
30746
|
name: "@uipath/identity-sdk",
|
|
30747
30747
|
license: "MIT",
|
|
30748
|
-
version: "1.
|
|
30748
|
+
version: "1.195.0",
|
|
30749
30749
|
repository: {
|
|
30750
30750
|
type: "git",
|
|
30751
30751
|
url: "https://github.com/UiPath/cli.git",
|
package/dist/tool.js
CHANGED
|
@@ -19137,7 +19137,7 @@ var init_server = __esm(() => {
|
|
|
19137
19137
|
var package_default = {
|
|
19138
19138
|
name: "@uipath/authz-tool",
|
|
19139
19139
|
license: "MIT",
|
|
19140
|
-
version: "1.
|
|
19140
|
+
version: "1.195.0",
|
|
19141
19141
|
description: "CLI plugin for the UiPath Authorization service.",
|
|
19142
19142
|
private: false,
|
|
19143
19143
|
repository: {
|
|
@@ -20506,7 +20506,7 @@ class VoidApiResponse {
|
|
|
20506
20506
|
var package_default2 = {
|
|
20507
20507
|
name: "@uipath/authz-sdk",
|
|
20508
20508
|
license: "MIT",
|
|
20509
|
-
version: "1.
|
|
20509
|
+
version: "1.195.0",
|
|
20510
20510
|
description: "SDK for the UiPath Authorization Service API.",
|
|
20511
20511
|
repository: {
|
|
20512
20512
|
type: "git",
|
|
@@ -28643,7 +28643,7 @@ class VoidApiResponse2 {
|
|
|
28643
28643
|
var package_default3 = {
|
|
28644
28644
|
name: "@uipath/identity-sdk",
|
|
28645
28645
|
license: "MIT",
|
|
28646
|
-
version: "1.
|
|
28646
|
+
version: "1.195.0",
|
|
28647
28647
|
repository: {
|
|
28648
28648
|
type: "git",
|
|
28649
28649
|
url: "https://github.com/UiPath/cli.git",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/authz-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.195.0",
|
|
5
5
|
"description": "CLI plugin for the UiPath Authorization service.",
|
|
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
|
}
|