@uipath/codedapp-tool 1.201.0-preview.132 → 1.201.0-preview.133
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
|
@@ -30722,7 +30722,7 @@ var require_ignore = __commonJS((exports, module) => {
|
|
|
30722
30722
|
var package_default = {
|
|
30723
30723
|
name: "@uipath/codedapp-tool",
|
|
30724
30724
|
license: "MIT",
|
|
30725
|
-
version: "1.201.0-preview.
|
|
30725
|
+
version: "1.201.0-preview.133",
|
|
30726
30726
|
description: "Build, pack, publish, deploy, and manage UiPath Coded Web Applications.",
|
|
30727
30727
|
keywords: [
|
|
30728
30728
|
"cli-tool",
|
|
@@ -54839,7 +54839,7 @@ function querystringSingleKey(key, value, keyPrefix = "") {
|
|
|
54839
54839
|
var package_default2 = {
|
|
54840
54840
|
name: "@uipath/solution-sdk",
|
|
54841
54841
|
license: "MIT",
|
|
54842
|
-
version: "1.201.0-preview.
|
|
54842
|
+
version: "1.201.0-preview.133",
|
|
54843
54843
|
repository: {
|
|
54844
54844
|
type: "git",
|
|
54845
54845
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -61072,4 +61072,4 @@ var registerCommands = async (program) => {
|
|
|
61072
61072
|
|
|
61073
61073
|
export { metadata, registerCommands };
|
|
61074
61074
|
|
|
61075
|
-
//# debugId=
|
|
61075
|
+
//# debugId=4AA74ED5099FC73164756E2164756E21
|
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.201.0-preview.
|
|
4
|
+
"version": "1.201.0-preview.133",
|
|
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": "7933378ad5276ac369900293a1447474dcec6826"
|
|
31
31
|
}
|