@uipath/codedapp-tool 1.198.0-preview.84 → 1.198.0-preview.85
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 +3 -3
- 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.85",
|
|
59608
59608
|
description: "Build, pack, publish, deploy, and manage UiPath Coded Web Applications.",
|
|
59609
59609
|
keywords: [
|
|
59610
59610
|
"cli-tool",
|
|
@@ -90384,7 +90384,7 @@ function querystringSingleKey(key, value, keyPrefix = "") {
|
|
|
90384
90384
|
var package_default2 = {
|
|
90385
90385
|
name: "@uipath/solution-sdk",
|
|
90386
90386
|
license: "MIT",
|
|
90387
|
-
version: "1.198.0-preview.
|
|
90387
|
+
version: "1.198.0-preview.85",
|
|
90388
90388
|
repository: {
|
|
90389
90389
|
type: "git",
|
|
90390
90390
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -98326,4 +98326,4 @@ export {
|
|
|
98326
98326
|
metadata
|
|
98327
98327
|
};
|
|
98328
98328
|
|
|
98329
|
-
//# debugId=
|
|
98329
|
+
//# debugId=592951EB58B13EF964756E2164756E21
|
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.85",
|
|
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": "4a4fb9d0a395bafc674550cf9a4ff7a0c14e134f"
|
|
31
31
|
}
|