@uipath/solution-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
@@ -27509,7 +27509,7 @@ toolsFactoryRepository.registerProjectToolFactory(new FunctionsToolFactory);
27509
27509
  // package.json
27510
27510
  var package_default = {
27511
27511
  name: "@uipath/solution-tool",
27512
- version: "1.0.2",
27512
+ version: "1.0.4",
27513
27513
  description: "Create, pack, publish, and deploy UiPath Automation Solutions.",
27514
27514
  repository: {
27515
27515
  type: "git",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/solution-tool",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Create, pack, publish, and deploy UiPath Automation Solutions.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -35,9 +35,9 @@
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/node": "^25.5.2",
38
- "@uipath/auth": "1.0.2",
39
- "@uipath/common": "1.0.2",
40
- "@uipath/filesystem": "1.0.2",
38
+ "@uipath/auth": "1.0.4",
39
+ "@uipath/common": "1.0.4",
40
+ "@uipath/filesystem": "1.0.4",
41
41
  "@uipath/orchestrator-sdk": "1.0.0",
42
42
  "@uipath/packager-tool-connector": "0.0.18",
43
43
  "@uipath/packager-tool-functions": "0.1.0",
@@ -52,5 +52,5 @@
52
52
  "fflate": "^0.8.2",
53
53
  "typescript": "^6.0.2"
54
54
  },
55
- "gitHead": "e373bfc1657e0bd85a7dc482691f4bda590392e5"
55
+ "gitHead": "e496ee5b65951c8047259ab50d7d6a284eea58a9"
56
56
  }