@uipath/platform-tool 1.201.0-preview.128 → 1.201.0-preview.132
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 +1 -1
- package/dist/{tool-zbnkwxf5.js → tool-msen03xx.js} +5 -2
- package/dist/tool.js +1 -1
- package/package.json +22 -22
package/dist/index.js
CHANGED
|
@@ -27188,8 +27188,11 @@ var require_dist2 = __commonJS((exports) => {
|
|
|
27188
27188
|
var package_default = {
|
|
27189
27189
|
name: "@uipath/platform-tool",
|
|
27190
27190
|
license: "MIT",
|
|
27191
|
-
version: "1.201.0-preview.
|
|
27191
|
+
version: "1.201.0-preview.132",
|
|
27192
27192
|
description: "Manage UiPath platform-level resources such as tenant licensing.",
|
|
27193
|
+
publishConfig: {
|
|
27194
|
+
registry: "https://npm.pkg.github.com/"
|
|
27195
|
+
},
|
|
27193
27196
|
type: "module",
|
|
27194
27197
|
main: "./dist/tool.js",
|
|
27195
27198
|
exports: {
|
|
@@ -34124,4 +34127,4 @@ var registerCommands = async (program2) => {
|
|
|
34124
34127
|
|
|
34125
34128
|
export { Command, metadata, registerCommands };
|
|
34126
34129
|
|
|
34127
|
-
//# debugId=
|
|
34130
|
+
//# debugId=3F3D87BBE921983364756E2164756E21
|
package/dist/tool.js
CHANGED
package/package.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
2
|
+
"name": "@uipath/platform-tool",
|
|
3
|
+
"license": "MIT",
|
|
4
|
+
"version": "1.201.0-preview.132",
|
|
5
|
+
"description": "Manage UiPath platform-level resources such as tenant licensing.",
|
|
6
|
+
"publishConfig": {
|
|
7
|
+
"registry": "https://registry.npmjs.org/"
|
|
8
|
+
},
|
|
9
|
+
"type": "module",
|
|
10
|
+
"main": "./dist/tool.js",
|
|
11
|
+
"exports": {
|
|
12
|
+
".": "./dist/tool.js"
|
|
13
|
+
},
|
|
14
|
+
"bin": {
|
|
15
|
+
"platform-tool": "./dist/index.js"
|
|
16
|
+
},
|
|
17
|
+
"files": [
|
|
18
|
+
"dist"
|
|
19
|
+
],
|
|
20
|
+
"keywords": [
|
|
21
|
+
"cli-tool"
|
|
22
|
+
],
|
|
23
|
+
"gitHead": "37388a48f899d8f3e7d590f050c5f00485594638"
|
|
24
24
|
}
|