@uipath/codedapp-tool 1.198.0-preview.86 → 1.198.0-preview.87
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 +6 -4
- package/package.json +2 -2
package/dist/tool.js
CHANGED
|
@@ -59604,7 +59604,7 @@ var init_src2 = __esm(() => {
|
|
|
59604
59604
|
var package_default = {
|
|
59605
59605
|
name: "@uipath/codedapp-tool",
|
|
59606
59606
|
license: "MIT",
|
|
59607
|
-
version: "1.198.0-preview.
|
|
59607
|
+
version: "1.198.0-preview.87",
|
|
59608
59608
|
description: "Build, pack, publish, deploy, and manage UiPath Coded Web Applications.",
|
|
59609
59609
|
keywords: [
|
|
59610
59610
|
"cli-tool",
|
|
@@ -90758,7 +90758,7 @@ function querystringSingleKey(key, value, keyPrefix = "") {
|
|
|
90758
90758
|
var package_default2 = {
|
|
90759
90759
|
name: "@uipath/solution-sdk",
|
|
90760
90760
|
license: "MIT",
|
|
90761
|
-
version: "1.198.0-preview.
|
|
90761
|
+
version: "1.198.0-preview.87",
|
|
90762
90762
|
repository: {
|
|
90763
90763
|
type: "git",
|
|
90764
90764
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -96324,7 +96324,8 @@ async function getSolutionEntities(config3, solutionId) {
|
|
|
96324
96324
|
return await response.json();
|
|
96325
96325
|
}
|
|
96326
96326
|
async function getResourceConfiguration(config3, solutionKey, resourceKey) {
|
|
96327
|
-
const
|
|
96327
|
+
const baseUrl = buildApiUrl(config3, API_ENDPOINTS.RESOURCE_CONFIGURATION.replace("{solutionKey}", solutionKey).replace("{resourceKey}", resourceKey));
|
|
96328
|
+
const url2 = appendQueryParams(baseUrl, { deferActionSchema: "true" });
|
|
96328
96329
|
const headers = createHeaders({
|
|
96329
96330
|
bearerToken: config3.envConfig.accessToken,
|
|
96330
96331
|
studioTenantId: config3.envConfig.tenantId
|
|
@@ -98646,6 +98647,7 @@ var registerPushCommand = (program2) => {
|
|
|
98646
98647
|
Data: { message: "Push completed successfully." }
|
|
98647
98648
|
});
|
|
98648
98649
|
processContext.exit(0);
|
|
98650
|
+
setTimeout(() => process.exit(0), 3000).unref();
|
|
98649
98651
|
});
|
|
98650
98652
|
};
|
|
98651
98653
|
|
|
@@ -98700,4 +98702,4 @@ export {
|
|
|
98700
98702
|
metadata
|
|
98701
98703
|
};
|
|
98702
98704
|
|
|
98703
|
-
//# debugId=
|
|
98705
|
+
//# debugId=E55C26473D66B40664756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/codedapp-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.198.0-preview.
|
|
4
|
+
"version": "1.198.0-preview.87",
|
|
5
5
|
"description": "Build, pack, publish, deploy, and manage UiPath Coded Web Applications.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"cli-tool",
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"publishConfig": {
|
|
28
28
|
"registry": "https://registry.npmjs.org/"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "b84a7a78e1a325c3dd3b39efd3018c49b38c789f"
|
|
31
31
|
}
|