@uipath/platform-tool 1.199.0-preview.91 → 1.199.0-preview.92
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/tool.js +2 -2
- package/package.json +2 -2
package/dist/tool.js
CHANGED
|
@@ -46306,7 +46306,7 @@ var require_dist3 = __commonJS((exports) => {
|
|
|
46306
46306
|
var package_default = {
|
|
46307
46307
|
name: "@uipath/platform-tool",
|
|
46308
46308
|
license: "MIT",
|
|
46309
|
-
version: "1.199.0-preview.
|
|
46309
|
+
version: "1.199.0-preview.92",
|
|
46310
46310
|
description: "Manage UiPath platform-level resources such as tenant licensing.",
|
|
46311
46311
|
type: "module",
|
|
46312
46312
|
main: "./dist/tool.js",
|
|
@@ -57926,4 +57926,4 @@ export {
|
|
|
57926
57926
|
metadata
|
|
57927
57927
|
};
|
|
57928
57928
|
|
|
57929
|
-
//# debugId=
|
|
57929
|
+
//# debugId=BC6B32B9DDAC78AC64756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/platform-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.199.0-preview.
|
|
4
|
+
"version": "1.199.0-preview.92",
|
|
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": "d7b66f18f30e2e80a17293b6a0b656b54da35d49"
|
|
24
24
|
}
|