@uipath/codedapp-tool 1.197.0-preview.74 → 1.197.0-preview.78
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
|
@@ -59554,7 +59554,7 @@ var init_src2 = __esm(() => {
|
|
|
59554
59554
|
var package_default = {
|
|
59555
59555
|
name: "@uipath/codedapp-tool",
|
|
59556
59556
|
license: "MIT",
|
|
59557
|
-
version: "1.197.0-preview.
|
|
59557
|
+
version: "1.197.0-preview.78",
|
|
59558
59558
|
description: "Build, pack, publish, deploy, and manage UiPath Coded Web Applications.",
|
|
59559
59559
|
keywords: [
|
|
59560
59560
|
"cli-tool",
|
|
@@ -90266,7 +90266,7 @@ function querystringSingleKey(key, value, keyPrefix = "") {
|
|
|
90266
90266
|
var package_default2 = {
|
|
90267
90267
|
name: "@uipath/solution-sdk",
|
|
90268
90268
|
license: "MIT",
|
|
90269
|
-
version: "1.197.0-preview.
|
|
90269
|
+
version: "1.197.0-preview.78",
|
|
90270
90270
|
repository: {
|
|
90271
90271
|
type: "git",
|
|
90272
90272
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -98155,4 +98155,4 @@ export {
|
|
|
98155
98155
|
metadata
|
|
98156
98156
|
};
|
|
98157
98157
|
|
|
98158
|
-
//# debugId=
|
|
98158
|
+
//# debugId=FE53E57D0A6D579B64756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/codedapp-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.197.0-preview.
|
|
4
|
+
"version": "1.197.0-preview.78",
|
|
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": "9775bd9d7f7ed56e7f6b73baab60f2012563fc5b"
|
|
31
31
|
}
|