@uipath/platform-tool 1.198.0-preview.100 → 1.198.0-preview.102
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
|
@@ -44724,7 +44724,7 @@ var require_dist3 = __commonJS((exports) => {
|
|
|
44724
44724
|
var package_default = {
|
|
44725
44725
|
name: "@uipath/platform-tool",
|
|
44726
44726
|
license: "MIT",
|
|
44727
|
-
version: "1.198.0-preview.
|
|
44727
|
+
version: "1.198.0-preview.102",
|
|
44728
44728
|
description: "Manage UiPath platform-level resources such as tenant licensing.",
|
|
44729
44729
|
type: "module",
|
|
44730
44730
|
main: "./dist/tool.js",
|
|
@@ -56129,4 +56129,4 @@ export {
|
|
|
56129
56129
|
metadata
|
|
56130
56130
|
};
|
|
56131
56131
|
|
|
56132
|
-
//# debugId=
|
|
56132
|
+
//# debugId=66A9C1EBAEFF081A64756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/platform-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.198.0-preview.
|
|
4
|
+
"version": "1.198.0-preview.102",
|
|
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": "adb54684729fa72fcc04655dfa6f3eaa6bd7a272"
|
|
24
24
|
}
|