@uipath/codedapp-tool 1.197.0-preview.63 → 1.197.0-preview.64

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
@@ -59548,7 +59548,7 @@ var init_src2 = __esm(() => {
59548
59548
  var package_default = {
59549
59549
  name: "@uipath/codedapp-tool",
59550
59550
  license: "MIT",
59551
- version: "1.197.0-preview.63",
59551
+ version: "1.197.0-preview.64",
59552
59552
  description: "Build, pack, publish, deploy, and manage UiPath Coded Web Applications.",
59553
59553
  keywords: [
59554
59554
  "cli-tool",
@@ -89624,7 +89624,7 @@ function querystringSingleKey(key, value, keyPrefix = "") {
89624
89624
  var package_default2 = {
89625
89625
  name: "@uipath/solution-sdk",
89626
89626
  license: "MIT",
89627
- version: "1.197.0-preview.63",
89627
+ version: "1.197.0-preview.64",
89628
89628
  repository: {
89629
89629
  type: "git",
89630
89630
  url: "https://github.com/UiPath/cli.git",
@@ -97491,4 +97491,4 @@ export {
97491
97491
  metadata
97492
97492
  };
97493
97493
 
97494
- //# debugId=42461350F5687F8864756E2164756E21
97494
+ //# debugId=802D578B5442969D64756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/codedapp-tool",
3
3
  "license": "MIT",
4
- "version": "1.197.0-preview.63",
4
+ "version": "1.197.0-preview.64",
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": "f11c510734215113744bf42073c327ecd776c7c2"
30
+ "gitHead": "3977b977945bf519336258da69fd271433eaaef4"
31
31
  }