@uipath/codedapp-tool 1.199.0-preview.97 → 1.199.0-preview.99
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
|
@@ -59716,7 +59716,7 @@ var init_src2 = __esm(() => {
|
|
|
59716
59716
|
var package_default = {
|
|
59717
59717
|
name: "@uipath/codedapp-tool",
|
|
59718
59718
|
license: "MIT",
|
|
59719
|
-
version: "1.199.0-preview.
|
|
59719
|
+
version: "1.199.0-preview.99",
|
|
59720
59720
|
description: "Build, pack, publish, deploy, and manage UiPath Coded Web Applications.",
|
|
59721
59721
|
keywords: [
|
|
59722
59722
|
"cli-tool",
|
|
@@ -91057,7 +91057,7 @@ function querystringSingleKey(key, value, keyPrefix = "") {
|
|
|
91057
91057
|
var package_default2 = {
|
|
91058
91058
|
name: "@uipath/solution-sdk",
|
|
91059
91059
|
license: "MIT",
|
|
91060
|
-
version: "1.199.0-preview.
|
|
91060
|
+
version: "1.199.0-preview.99",
|
|
91061
91061
|
repository: {
|
|
91062
91062
|
type: "git",
|
|
91063
91063
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -99003,4 +99003,4 @@ export {
|
|
|
99003
99003
|
metadata
|
|
99004
99004
|
};
|
|
99005
99005
|
|
|
99006
|
-
//# debugId=
|
|
99006
|
+
//# debugId=087740B9B04D75D064756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/codedapp-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.199.0-preview.
|
|
4
|
+
"version": "1.199.0-preview.99",
|
|
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": "6ba217cddceb86e3fa39ed82e49c5062878a85c6"
|
|
31
31
|
}
|