@uipath/platform-tool 1.202.0-preview.147 → 1.202.0-preview.149

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 CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  Command,
4
4
  metadata,
5
5
  registerCommands
6
- } from "./tool-7d8k4pdq.js";
6
+ } from "./tool-s37t7tph.js";
7
7
  import"./tool-1de529jm.js";
8
8
 
9
9
  // src/index.ts
@@ -27336,7 +27336,7 @@ var require_dist2 = __commonJS(function(exports) {
27336
27336
  var package_default = {
27337
27337
  name: "@uipath/platform-tool",
27338
27338
  license: "SEE LICENSE IN LICENSE.txt",
27339
- version: "1.202.0-preview.147",
27339
+ version: "1.202.0-preview.149",
27340
27340
  description: "Manage UiPath platform-level resources such as tenant licensing.",
27341
27341
  publishConfig: {
27342
27342
  registry: "https://npm.pkg.github.com/"
@@ -36404,4 +36404,4 @@ var registerCommands = async (program2) => {
36404
36404
 
36405
36405
  export { Command, metadata, registerCommands };
36406
36406
 
36407
- //# debugId=68718FB9251347CB64756E2164756E21
36407
+ //# debugId=F2AEE0CD4FD5536F64756E2164756E21
package/dist/tool.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  metadata,
3
3
  registerCommands
4
- } from "./tool-7d8k4pdq.js";
4
+ } from "./tool-s37t7tph.js";
5
5
  import"./tool-1de529jm.js";
6
6
  export {
7
7
  metadata,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/platform-tool",
3
3
  "license": "SEE LICENSE IN LICENSE.txt",
4
- "version": "1.202.0-preview.147",
4
+ "version": "1.202.0-preview.149",
5
5
  "description": "Manage UiPath platform-level resources such as tenant licensing.",
6
6
  "publishConfig": {
7
7
  "registry": "https://registry.npmjs.org/"
@@ -20,5 +20,5 @@
20
20
  "keywords": [
21
21
  "cli-tool"
22
22
  ],
23
- "gitHead": "851398a44b9231a9fd8ac913a24388151bd27692"
23
+ "gitHead": "d32b9f0191b9dc454edd2ce20024383cc3eb3f37"
24
24
  }