@uipath/codedapp-tool 1.199.0-preview.91 → 1.199.0-preview.92
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.92",
|
|
59720
59720
|
description: "Build, pack, publish, deploy, and manage UiPath Coded Web Applications.",
|
|
59721
59721
|
keywords: [
|
|
59722
59722
|
"cli-tool",
|
|
@@ -90880,7 +90880,7 @@ function querystringSingleKey(key, value, keyPrefix = "") {
|
|
|
90880
90880
|
var package_default2 = {
|
|
90881
90881
|
name: "@uipath/solution-sdk",
|
|
90882
90882
|
license: "MIT",
|
|
90883
|
-
version: "1.199.0-preview.
|
|
90883
|
+
version: "1.199.0-preview.92",
|
|
90884
90884
|
repository: {
|
|
90885
90885
|
type: "git",
|
|
90886
90886
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -98826,4 +98826,4 @@ export {
|
|
|
98826
98826
|
metadata
|
|
98827
98827
|
};
|
|
98828
98828
|
|
|
98829
|
-
//# debugId=
|
|
98829
|
+
//# debugId=654FA86703BD144C64756E2164756E21
|
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.92",
|
|
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": "d7b66f18f30e2e80a17293b6a0b656b54da35d49"
|
|
31
31
|
}
|