@uipath/platform-tool 1.201.0-preview.131 → 1.201.0-preview.133
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
|
@@ -27188,7 +27188,7 @@ 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.133",
|
|
27192
27192
|
description: "Manage UiPath platform-level resources such as tenant licensing.",
|
|
27193
27193
|
publishConfig: {
|
|
27194
27194
|
registry: "https://npm.pkg.github.com/"
|
|
@@ -34127,4 +34127,4 @@ var registerCommands = async (program2) => {
|
|
|
34127
34127
|
|
|
34128
34128
|
export { Command, metadata, registerCommands };
|
|
34129
34129
|
|
|
34130
|
-
//# debugId=
|
|
34130
|
+
//# debugId=116BCCA87DB209D164756E2164756E21
|
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.201.0-preview.
|
|
4
|
+
"version": "1.201.0-preview.133",
|
|
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": "7933378ad5276ac369900293a1447474dcec6826"
|
|
24
24
|
}
|