@uipath/codedapp-tool 1.199.0-preview.113 → 1.199.0-preview.116
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.116",
|
|
59720
59720
|
description: "Build, pack, publish, deploy, and manage UiPath Coded Web Applications.",
|
|
59721
59721
|
keywords: [
|
|
59722
59722
|
"cli-tool",
|
|
@@ -91088,7 +91088,7 @@ function querystringSingleKey(key, value, keyPrefix = "") {
|
|
|
91088
91088
|
var package_default2 = {
|
|
91089
91089
|
name: "@uipath/solution-sdk",
|
|
91090
91090
|
license: "MIT",
|
|
91091
|
-
version: "1.199.0-preview.
|
|
91091
|
+
version: "1.199.0-preview.116",
|
|
91092
91092
|
repository: {
|
|
91093
91093
|
type: "git",
|
|
91094
91094
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -99034,4 +99034,4 @@ export {
|
|
|
99034
99034
|
metadata
|
|
99035
99035
|
};
|
|
99036
99036
|
|
|
99037
|
-
//# debugId=
|
|
99037
|
+
//# debugId=34A5BFCE46A915C264756E2164756E21
|
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.116",
|
|
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": "c91f4f9738502a4b1ca2849631890fcf59304484"
|
|
31
31
|
}
|