@uipath/resourcecatalog-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
|
@@ -21247,7 +21247,7 @@ var {
|
|
|
21247
21247
|
var package_default = {
|
|
21248
21248
|
name: "@uipath/resourcecatalog-tool",
|
|
21249
21249
|
license: "MIT",
|
|
21250
|
-
version: "1.
|
|
21250
|
+
version: "1.195.0",
|
|
21251
21251
|
description: "CLI plugin for the UiPath Resource Catalog Service.",
|
|
21252
21252
|
private: false,
|
|
21253
21253
|
repository: {
|
|
@@ -28991,7 +28991,7 @@ class VoidApiResponse {
|
|
|
28991
28991
|
var package_default2 = {
|
|
28992
28992
|
name: "@uipath/resourcecatalog-sdk",
|
|
28993
28993
|
license: "MIT",
|
|
28994
|
-
version: "1.
|
|
28994
|
+
version: "1.195.0",
|
|
28995
28995
|
description: "SDK for the UiPath Resource Catalog Service API.",
|
|
28996
28996
|
repository: {
|
|
28997
28997
|
type: "git",
|
package/dist/tool.js
CHANGED
|
@@ -19137,7 +19137,7 @@ var init_server = __esm(() => {
|
|
|
19137
19137
|
var package_default = {
|
|
19138
19138
|
name: "@uipath/resourcecatalog-tool",
|
|
19139
19139
|
license: "MIT",
|
|
19140
|
-
version: "1.
|
|
19140
|
+
version: "1.195.0",
|
|
19141
19141
|
description: "CLI plugin for the UiPath Resource Catalog Service.",
|
|
19142
19142
|
private: false,
|
|
19143
19143
|
repository: {
|
|
@@ -26888,7 +26888,7 @@ class VoidApiResponse {
|
|
|
26888
26888
|
var package_default2 = {
|
|
26889
26889
|
name: "@uipath/resourcecatalog-sdk",
|
|
26890
26890
|
license: "MIT",
|
|
26891
|
-
version: "1.
|
|
26891
|
+
version: "1.195.0",
|
|
26892
26892
|
description: "SDK for the UiPath Resource Catalog Service API.",
|
|
26893
26893
|
repository: {
|
|
26894
26894
|
type: "git",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/resourcecatalog-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.195.0",
|
|
5
5
|
"description": "CLI plugin for the UiPath Resource Catalog 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
|
}
|