@uipath/codedapp-tool 1.197.0-preview.64 → 1.197.0-preview.65
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
|
@@ -59548,7 +59548,7 @@ var init_src2 = __esm(() => {
|
|
|
59548
59548
|
var package_default = {
|
|
59549
59549
|
name: "@uipath/codedapp-tool",
|
|
59550
59550
|
license: "MIT",
|
|
59551
|
-
version: "1.197.0-preview.
|
|
59551
|
+
version: "1.197.0-preview.65",
|
|
59552
59552
|
description: "Build, pack, publish, deploy, and manage UiPath Coded Web Applications.",
|
|
59553
59553
|
keywords: [
|
|
59554
59554
|
"cli-tool",
|
|
@@ -89624,7 +89624,7 @@ function querystringSingleKey(key, value, keyPrefix = "") {
|
|
|
89624
89624
|
var package_default2 = {
|
|
89625
89625
|
name: "@uipath/solution-sdk",
|
|
89626
89626
|
license: "MIT",
|
|
89627
|
-
version: "1.197.0-preview.
|
|
89627
|
+
version: "1.197.0-preview.65",
|
|
89628
89628
|
repository: {
|
|
89629
89629
|
type: "git",
|
|
89630
89630
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -97491,4 +97491,4 @@ export {
|
|
|
97491
97491
|
metadata
|
|
97492
97492
|
};
|
|
97493
97493
|
|
|
97494
|
-
//# debugId=
|
|
97494
|
+
//# debugId=FE1AD53862E74BF964756E2164756E21
|
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.65",
|
|
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": "9388ccbe5e739c9578bfd9b5395980fb63e11d9c"
|
|
31
31
|
}
|