@uipath/platform-tool 1.202.0-preview.139 → 1.202.0-preview.140
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
|
@@ -27336,7 +27336,7 @@ var require_dist2 = __commonJS(function(exports) {
|
|
|
27336
27336
|
var package_default = {
|
|
27337
27337
|
name: "@uipath/platform-tool",
|
|
27338
27338
|
license: "MIT",
|
|
27339
|
-
version: "1.202.0-preview.
|
|
27339
|
+
version: "1.202.0-preview.140",
|
|
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=
|
|
36407
|
+
//# debugId=C508B6DD09025A5864756E2164756E21
|
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.202.0-preview.
|
|
4
|
+
"version": "1.202.0-preview.140",
|
|
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": "
|
|
23
|
+
"gitHead": "1861498d8a158a710a718c04614523ba59c93781"
|
|
24
24
|
}
|