@uipath/platform-tool 1.200.0-preview.117 → 1.200.0-preview.120
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
|
@@ -27186,7 +27186,7 @@ var require_dist2 = __commonJS((exports) => {
|
|
|
27186
27186
|
var package_default = {
|
|
27187
27187
|
name: "@uipath/platform-tool",
|
|
27188
27188
|
license: "MIT",
|
|
27189
|
-
version: "1.200.0-preview.
|
|
27189
|
+
version: "1.200.0-preview.120",
|
|
27190
27190
|
description: "Manage UiPath platform-level resources such as tenant licensing.",
|
|
27191
27191
|
type: "module",
|
|
27192
27192
|
main: "./dist/tool.js",
|
|
@@ -38992,4 +38992,4 @@ var registerCommands = async (program2) => {
|
|
|
38992
38992
|
|
|
38993
38993
|
export { Command, metadata, registerCommands };
|
|
38994
38994
|
|
|
38995
|
-
//# debugId=
|
|
38995
|
+
//# debugId=03D1C8AF3161267164756E2164756E21
|
package/dist/tool.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/platform-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.200.0-preview.
|
|
4
|
+
"version": "1.200.0-preview.120",
|
|
5
5
|
"description": "Manage UiPath platform-level resources such as tenant licensing.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./dist/tool.js",
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
"publishConfig": {
|
|
21
21
|
"registry": "https://registry.npmjs.org/"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "173ad4b4930bd3e17a493b32e9f1c3c616ea1c10"
|
|
24
24
|
}
|