@uipath/platform-tool 1.202.0-preview.142 → 1.202.0
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/LICENSE.txt +3 -0
- package/dist/THIRD-PARTY-NOTICES.md +323 -0
- package/dist/index.js +1 -1
- package/dist/jmespath-231m3hyn.js +1485 -0
- package/dist/{tool-kekptx6a.js → tool-rvy9ye18.js} +5 -5
- package/dist/tool.js +1 -1
- package/package.json +3 -3
- package/dist/index-gpd94m28.js +0 -2058
|
@@ -27335,8 +27335,8 @@ var require_dist2 = __commonJS(function(exports) {
|
|
|
27335
27335
|
// package.json
|
|
27336
27336
|
var package_default = {
|
|
27337
27337
|
name: "@uipath/platform-tool",
|
|
27338
|
-
license: "
|
|
27339
|
-
version: "1.202.0
|
|
27338
|
+
license: "SEE LICENSE IN LICENSE.txt",
|
|
27339
|
+
version: "1.202.0",
|
|
27340
27340
|
description: "Manage UiPath platform-level resources such as tenant licensing.",
|
|
27341
27341
|
publishConfig: {
|
|
27342
27342
|
registry: "https://npm.pkg.github.com/"
|
|
@@ -30129,7 +30129,7 @@ async function loadOutputCodecsAsync(needed) {
|
|
|
30129
30129
|
}));
|
|
30130
30130
|
}
|
|
30131
30131
|
if (needed.filter && jmespathSlot.get() === undefined) {
|
|
30132
|
-
loads.push(import("./
|
|
30132
|
+
loads.push(import("./jmespath-231m3hyn.js").then((m)=>__toESM(m.default,1)).then((mod) => {
|
|
30133
30133
|
jmespathSlot.set(mod);
|
|
30134
30134
|
}));
|
|
30135
30135
|
}
|
|
@@ -33747,7 +33747,7 @@ class JSONApiResponse {
|
|
|
33747
33747
|
// ../admin/identity-sdk/package.json
|
|
33748
33748
|
var package_default2 = {
|
|
33749
33749
|
name: "@uipath/identity-sdk",
|
|
33750
|
-
license: "
|
|
33750
|
+
license: "SEE LICENSE IN LICENSE.txt",
|
|
33751
33751
|
version: "1.202.0",
|
|
33752
33752
|
repository: {
|
|
33753
33753
|
type: "git",
|
|
@@ -36404,4 +36404,4 @@ var registerCommands = async (program2) => {
|
|
|
36404
36404
|
|
|
36405
36405
|
export { Command, metadata, registerCommands };
|
|
36406
36406
|
|
|
36407
|
-
//# debugId=
|
|
36407
|
+
//# debugId=4F371D824778BDE964756E2164756E21
|
package/dist/tool.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/platform-tool",
|
|
3
|
-
"license": "
|
|
4
|
-
"version": "1.202.0
|
|
3
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4
|
+
"version": "1.202.0",
|
|
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": "23b5a7038ead7264439af18f8b807c7cc99a29d5"
|
|
24
24
|
}
|