@uipath/admin-tool 1.202.0-preview.154 → 1.202.0-preview.156

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/tool.js +4 -4
  2. package/package.json +2 -2
package/dist/tool.js CHANGED
@@ -25456,7 +25456,7 @@ var registerCommands = async (program2) => {
25456
25456
  var package_default2 = {
25457
25457
  name: "@uipath/apms-tool",
25458
25458
  license: "SEE LICENSE IN LICENSE.txt",
25459
- version: "1.202.0-preview.154",
25459
+ version: "1.202.0-preview.156",
25460
25460
  description: "CLI plugin for the UiPath Access Policy Management Service.",
25461
25461
  private: false,
25462
25462
  repository: {
@@ -48344,7 +48344,7 @@ var registerCommands6 = async (program3) => {
48344
48344
  var package_default8 = {
48345
48345
  name: "@uipath/resourcecatalog-tool",
48346
48346
  license: "SEE LICENSE IN LICENSE.txt",
48347
- version: "1.202.0-preview.154",
48347
+ version: "1.202.0-preview.156",
48348
48348
  description: "CLI plugin for the UiPath Resource Catalog Service.",
48349
48349
  private: false,
48350
48350
  repository: {
@@ -50292,7 +50292,7 @@ var registerCommands7 = async (program3) => {
50292
50292
  var package_default10 = {
50293
50293
  name: "@uipath/admin-tool",
50294
50294
  license: "SEE LICENSE IN LICENSE.txt",
50295
- version: "1.202.0-preview.154",
50295
+ version: "1.202.0-preview.156",
50296
50296
  description: "Manage UiPath admin resources — Identity Server, Resource Catalog Service, Audit Service, VPN Gateway.",
50297
50297
  private: false,
50298
50298
  repository: {
@@ -50357,4 +50357,4 @@ export {
50357
50357
  registerCommands8 as registerCommands
50358
50358
  };
50359
50359
 
50360
- //# debugId=86EE516CB935FF7964756E2164756E21
50360
+ //# debugId=DA8E909BFCFBBCB064756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/admin-tool",
3
3
  "license": "SEE LICENSE IN LICENSE.txt",
4
- "version": "1.202.0-preview.154",
4
+ "version": "1.202.0-preview.156",
5
5
  "description": "Manage UiPath admin resources — Identity Server, Resource Catalog Service, Audit Service, VPN Gateway.",
6
6
  "private": false,
7
7
  "repository": {
@@ -23,5 +23,5 @@
23
23
  "files": [
24
24
  "dist"
25
25
  ],
26
- "gitHead": "5ebb754cdb75e1576ce4a6bc9cf15fb9ec42bb60"
26
+ "gitHead": "f5a11df096a9331e48a61fd5fbeea98c974f6770"
27
27
  }