@uipath/vertical-solutions-tool 1.202.0 → 1.202.1-preview.168
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/THIRD-PARTY-NOTICES.md +31 -1
- package/dist/index.js +1 -1
- package/dist/{tool-wzespwbb.js → tool-857na667.js} +1168 -260
- package/dist/tool.js +1 -1
- package/package.json +2 -2
|
@@ -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
|
-
|
|
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
|