@uipath/platform-tool 1.199.0-preview.97 → 1.199.0-preview.99
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.99",
|
|
46310
46310
|
description: "Manage UiPath platform-level resources such as tenant licensing.",
|
|
46311
46311
|
type: "module",
|
|
46312
46312
|
main: "./dist/tool.js",
|
|
@@ -58033,4 +58033,4 @@ export {
|
|
|
58033
58033
|
metadata
|
|
58034
58034
|
};
|
|
58035
58035
|
|
|
58036
|
-
//# debugId=
|
|
58036
|
+
//# debugId=3ADAE3115B9D149D64756E2164756E21
|
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.99",
|
|
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": "6ba217cddceb86e3fa39ed82e49c5062878a85c6"
|
|
24
24
|
}
|