@uipath/codedapp-tool 1.198.0-preview.82 → 1.198.0-preview.84

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.
Files changed (2) hide show
  1. package/dist/tool.js +3 -3
  2. 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.82",
59607
+ version: "1.198.0-preview.84",
59608
59608
  description: "Build, pack, publish, deploy, and manage UiPath Coded Web Applications.",
59609
59609
  keywords: [
59610
59610
  "cli-tool",
@@ -90384,7 +90384,7 @@ function querystringSingleKey(key, value, keyPrefix = "") {
90384
90384
  var package_default2 = {
90385
90385
  name: "@uipath/solution-sdk",
90386
90386
  license: "MIT",
90387
- version: "1.198.0-preview.82",
90387
+ version: "1.198.0-preview.84",
90388
90388
  repository: {
90389
90389
  type: "git",
90390
90390
  url: "https://github.com/UiPath/cli.git",
@@ -98326,4 +98326,4 @@ export {
98326
98326
  metadata
98327
98327
  };
98328
98328
 
98329
- //# debugId=D1CFF1B85558DDEE64756E2164756E21
98329
+ //# debugId=B974CE0248D6E9F964756E2164756E21
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.82",
4
+ "version": "1.198.0-preview.84",
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": "ec9a5f58936b8ab07633a96598d699fa8527be65"
30
+ "gitHead": "348cb786606b92b1a25785f322856660913a10b5"
31
31
  }