@uipath/codedapp-tool 1.200.0-preview.118 → 1.200.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/dist/index.js
CHANGED
|
@@ -32793,7 +32793,7 @@ var require_ignore = __commonJS((exports, module) => {
|
|
|
32793
32793
|
var package_default = {
|
|
32794
32794
|
name: "@uipath/codedapp-tool",
|
|
32795
32795
|
license: "MIT",
|
|
32796
|
-
version: "1.200.0
|
|
32796
|
+
version: "1.200.0",
|
|
32797
32797
|
description: "Build, pack, publish, deploy, and manage UiPath Coded Web Applications.",
|
|
32798
32798
|
keywords: [
|
|
32799
32799
|
"cli-tool",
|
|
@@ -64344,7 +64344,7 @@ function querystringSingleKey(key, value, keyPrefix = "") {
|
|
|
64344
64344
|
var package_default2 = {
|
|
64345
64345
|
name: "@uipath/solution-sdk",
|
|
64346
64346
|
license: "MIT",
|
|
64347
|
-
version: "1.200.0
|
|
64347
|
+
version: "1.200.0",
|
|
64348
64348
|
repository: {
|
|
64349
64349
|
type: "git",
|
|
64350
64350
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -72380,4 +72380,4 @@ var registerCommands = async (program2) => {
|
|
|
72380
72380
|
|
|
72381
72381
|
export { Command, metadata, registerCommands };
|
|
72382
72382
|
|
|
72383
|
-
//# debugId=
|
|
72383
|
+
//# debugId=40DDC36AFFD54C0464756E2164756E21
|
package/dist/tool.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/codedapp-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.200.0
|
|
4
|
+
"version": "1.200.0",
|
|
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": "173ad4b4930bd3e17a493b32e9f1c3c616ea1c10"
|
|
31
31
|
}
|