@uipath/codedapp-tool 1.200.0-preview.118 → 1.200.0

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/index.js CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  Command,
4
4
  metadata,
5
5
  registerCommands
6
- } from "./tool-m9g2xkym.js";
6
+ } from "./tool-hhjv4z98.js";
7
7
  import"./tool-y0g9grx6.js";
8
8
  import"./tool-k7c9wf29.js";
9
9
  import"./tool-0gctz400.js";
@@ -32793,7 +32793,7 @@ var require_ignore = __commonJS((exports, module) => {
32793
32793
  var package_default = {
32794
32794
  name: "@uipath/codedapp-tool",
32795
32795
  license: "MIT",
32796
- version: "1.200.0-preview.118",
32796
+ version: "1.200.0",
32797
32797
  description: "Build, pack, publish, deploy, and manage UiPath Coded Web Applications.",
32798
32798
  keywords: [
32799
32799
  "cli-tool",
@@ -64344,7 +64344,7 @@ function querystringSingleKey(key, value, keyPrefix = "") {
64344
64344
  var package_default2 = {
64345
64345
  name: "@uipath/solution-sdk",
64346
64346
  license: "MIT",
64347
- version: "1.200.0-preview.118",
64347
+ version: "1.200.0",
64348
64348
  repository: {
64349
64349
  type: "git",
64350
64350
  url: "https://github.com/UiPath/cli.git",
@@ -72380,4 +72380,4 @@ var registerCommands = async (program2) => {
72380
72380
 
72381
72381
  export { Command, metadata, registerCommands };
72382
72382
 
72383
- //# debugId=4C6415E84F77B6D864756E2164756E21
72383
+ //# debugId=40DDC36AFFD54C0464756E2164756E21
package/dist/tool.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  metadata,
3
3
  registerCommands
4
- } from "./tool-m9g2xkym.js";
4
+ } from "./tool-hhjv4z98.js";
5
5
  import"./tool-y0g9grx6.js";
6
6
  import"./tool-k7c9wf29.js";
7
7
  import"./tool-0gctz400.js";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/codedapp-tool",
3
3
  "license": "MIT",
4
- "version": "1.200.0-preview.118",
4
+ "version": "1.200.0",
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": "bc87399d98869787498783b3b9383df4426fd896"
30
+ "gitHead": "173ad4b4930bd3e17a493b32e9f1c3c616ea1c10"
31
31
  }