@uipath/vertical-solutions-tool 1.0.2 → 1.0.4

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 +1 -1
  2. package/package.json +5 -5
package/dist/tool.js CHANGED
@@ -27364,7 +27364,7 @@ var require_src6 = __commonJS((exports) => {
27364
27364
  // package.json
27365
27365
  var package_default = {
27366
27366
  name: "@uipath/vertical-solutions-tool",
27367
- version: "1.0.2",
27367
+ version: "1.0.4",
27368
27368
  description: "Scaffold and generate Vertical Solution projects.",
27369
27369
  private: false,
27370
27370
  repository: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/vertical-solutions-tool",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Scaffold and generate Vertical Solution projects.",
5
5
  "private": false,
6
6
  "repository": {
@@ -42,9 +42,9 @@
42
42
  "test:coverage": "vitest run --coverage"
43
43
  },
44
44
  "devDependencies": {
45
- "@uipath/auth": "1.0.2",
46
- "@uipath/common": "1.0.2",
47
- "@uipath/filesystem": "1.0.2",
45
+ "@uipath/auth": "1.0.4",
46
+ "@uipath/common": "1.0.4",
47
+ "@uipath/filesystem": "1.0.4",
48
48
  "@uipath/uipath-typescript": "^1.3.7",
49
49
  "@inquirer/prompts": "^8.3.2",
50
50
  "@types/node": "^25.5.2",
@@ -53,5 +53,5 @@
53
53
  "typescript": "^6.0.2",
54
54
  "zod": "^4.3.6"
55
55
  },
56
- "gitHead": "e373bfc1657e0bd85a7dc482691f4bda590392e5"
56
+ "gitHead": "e496ee5b65951c8047259ab50d7d6a284eea58a9"
57
57
  }