@uipath/codedapp-tool 1.198.0-preview.93 → 1.198.0-preview.95
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
|
@@ -59604,7 +59604,7 @@ var init_src2 = __esm(() => {
|
|
|
59604
59604
|
var package_default = {
|
|
59605
59605
|
name: "@uipath/codedapp-tool",
|
|
59606
59606
|
license: "MIT",
|
|
59607
|
-
version: "1.198.0-preview.
|
|
59607
|
+
version: "1.198.0-preview.95",
|
|
59608
59608
|
description: "Build, pack, publish, deploy, and manage UiPath Coded Web Applications.",
|
|
59609
59609
|
keywords: [
|
|
59610
59610
|
"cli-tool",
|
|
@@ -90758,7 +90758,7 @@ function querystringSingleKey(key, value, keyPrefix = "") {
|
|
|
90758
90758
|
var package_default2 = {
|
|
90759
90759
|
name: "@uipath/solution-sdk",
|
|
90760
90760
|
license: "MIT",
|
|
90761
|
-
version: "1.198.0-preview.
|
|
90761
|
+
version: "1.198.0-preview.95",
|
|
90762
90762
|
repository: {
|
|
90763
90763
|
type: "git",
|
|
90764
90764
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -98702,4 +98702,4 @@ export {
|
|
|
98702
98702
|
metadata
|
|
98703
98703
|
};
|
|
98704
98704
|
|
|
98705
|
-
//# debugId=
|
|
98705
|
+
//# debugId=EDD8E60C559B172F64756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/codedapp-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.198.0-preview.
|
|
4
|
+
"version": "1.198.0-preview.95",
|
|
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": "7f6f14e06688fe417ecaac94186ab795a9106caa"
|
|
31
31
|
}
|