@uipath/oms-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 +2 -2
- package/dist/tool.js +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -21260,7 +21260,7 @@ var {
|
|
|
21260
21260
|
var package_default = {
|
|
21261
21261
|
name: "@uipath/oms-tool",
|
|
21262
21262
|
license: "MIT",
|
|
21263
|
-
version: "1.
|
|
21263
|
+
version: "1.195.0",
|
|
21264
21264
|
description: "CLI plugin for the UiPath Organization Management Service.",
|
|
21265
21265
|
private: false,
|
|
21266
21266
|
repository: {
|
|
@@ -29526,7 +29526,7 @@ function querystringSingleKey3(key, value, keyPrefix = "") {
|
|
|
29526
29526
|
var package_default2 = {
|
|
29527
29527
|
name: "@uipath/oms-sdk",
|
|
29528
29528
|
license: "MIT",
|
|
29529
|
-
version: "1.
|
|
29529
|
+
version: "1.195.0",
|
|
29530
29530
|
description: "SDK for the UiPath Organization Management Service API.",
|
|
29531
29531
|
repository: {
|
|
29532
29532
|
type: "git",
|
package/dist/tool.js
CHANGED
|
@@ -19150,7 +19150,7 @@ var init_server = __esm(() => {
|
|
|
19150
19150
|
var package_default = {
|
|
19151
19151
|
name: "@uipath/oms-tool",
|
|
19152
19152
|
license: "MIT",
|
|
19153
|
-
version: "1.
|
|
19153
|
+
version: "1.195.0",
|
|
19154
19154
|
description: "CLI plugin for the UiPath Organization Management Service.",
|
|
19155
19155
|
private: false,
|
|
19156
19156
|
repository: {
|
|
@@ -27424,7 +27424,7 @@ function querystringSingleKey3(key, value, keyPrefix = "") {
|
|
|
27424
27424
|
var package_default2 = {
|
|
27425
27425
|
name: "@uipath/oms-sdk",
|
|
27426
27426
|
license: "MIT",
|
|
27427
|
-
version: "1.
|
|
27427
|
+
version: "1.195.0",
|
|
27428
27428
|
description: "SDK for the UiPath Organization Management Service API.",
|
|
27429
27429
|
repository: {
|
|
27430
27430
|
type: "git",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/oms-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.195.0",
|
|
5
5
|
"description": "CLI plugin for the UiPath Organization Management 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
|
}
|