@uipath/vertical-solutions-tool 1.202.0-preview.166 → 1.202.1-preview.167

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.
@@ -5,7 +5,7 @@ compiled into its `dist/` output rather than installed alongside it.
5
5
  Their licences and copyright notices are reproduced here in full, as
6
6
  those licences require.
7
7
 
8
- 54 bundled dependencies:
8
+ 56 bundled dependencies:
9
9
 
10
10
  - @inquirer/ansi@2.0.7 — MIT
11
11
  - @inquirer/ansi@2.0.7 — MIT
@@ -20,6 +20,8 @@ those licences require.
20
20
  - @opentelemetry/resources@2.1.0 — Apache-2.0
21
21
  - @opentelemetry/sdk-logs@0.204.0 — Apache-2.0
22
22
  - @opentelemetry/semantic-conventions@1.43.0 — Apache-2.0
23
+ - @uipath/core-telemetry@1.0.0-beta.3 — MIT
24
+ - @uipath/uipath-typescript@1.7.1 — MIT
23
25
  - ansi-regex@6.2.2 — MIT
24
26
  - bundle-name@4.1.0 — MIT
25
27
  - chalk@5.6.2 — MIT
@@ -1541,6 +1543,34 @@ SPDX: Apache-2.0
1541
1543
 
1542
1544
  ---
1543
1545
 
1546
+ ## @uipath/core-telemetry@1.0.0-beta.3
1547
+
1548
+ SPDX: MIT
1549
+
1550
+ The upstream package ships no licence file here; `MIT` is the
1551
+ licence it is distributed under. The canonical text of that licence
1552
+ applies, with copyright held by the package's authors.
1553
+
1554
+ ---
1555
+
1556
+ ## @uipath/uipath-typescript@1.7.1
1557
+
1558
+ SPDX: MIT
1559
+
1560
+ ```
1561
+ MIT License
1562
+
1563
+ Copyright 2025-present UiPath
1564
+
1565
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1566
+
1567
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1568
+
1569
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1570
+ ```
1571
+
1572
+ ---
1573
+
1544
1574
  ## ansi-regex@6.2.2
1545
1575
 
1546
1576
  SPDX: MIT
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  Command,
4
4
  metadata,
5
5
  registerCommands
6
- } from "./tool-pvd5wy3q.js";
6
+ } from "./tool-t2hchzyd.js";
7
7
  import"./tool-mpvp5rqs.js";
8
8
  import"./tool-1yh8g550.js";
9
9
 
@@ -6864,7 +6864,7 @@ var require_src6 = __commonJS(function(exports) {
6864
6864
  var package_default = {
6865
6865
  name: "@uipath/vertical-solutions-tool",
6866
6866
  license: "SEE LICENSE IN LICENSE.txt",
6867
- version: "1.202.0-preview.166",
6867
+ version: "1.202.1-preview.167",
6868
6868
  description: "Scaffold and generate Vertical Solution projects.",
6869
6869
  private: false,
6870
6870
  repository: {
@@ -44317,4 +44317,4 @@ var registerCommands = async (program2) => {
44317
44317
 
44318
44318
  export { Command, metadata, registerCommands };
44319
44319
 
44320
- //# debugId=2014F1EE0BD7234D64756E2164756E21
44320
+ //# debugId=A07482DBEC73850A64756E2164756E21
package/dist/tool.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  metadata,
3
3
  registerCommands
4
- } from "./tool-pvd5wy3q.js";
4
+ } from "./tool-t2hchzyd.js";
5
5
  import"./tool-mpvp5rqs.js";
6
6
  import"./tool-1yh8g550.js";
7
7
  export {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/vertical-solutions-tool",
3
3
  "license": "SEE LICENSE IN LICENSE.txt",
4
- "version": "1.202.0-preview.166",
4
+ "version": "1.202.1-preview.167",
5
5
  "description": "Scaffold and generate Vertical Solution projects.",
6
6
  "private": false,
7
7
  "repository": {
@@ -34,5 +34,5 @@
34
34
  "files": [
35
35
  "dist"
36
36
  ],
37
- "gitHead": "3306579525192d21e36edf74e4dbabd0e1c5ad85"
37
+ "gitHead": "04e307035c95c9da5b9a2e04c6794f64f14fd9da"
38
38
  }