@uipath/platform-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
@@ -28891,7 +28891,7 @@ var require_dist2 = __commonJS((exports) => {
28891
28891
  // package.json
28892
28892
  var package_default = {
28893
28893
  name: "@uipath/platform-tool",
28894
- version: "1.0.2",
28894
+ version: "1.0.4",
28895
28895
  description: "Manage UiPath platform-level resources such as tenant licensing.",
28896
28896
  type: "module",
28897
28897
  main: "./dist/tool.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/platform-tool",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Manage UiPath platform-level resources such as tenant licensing.",
5
5
  "type": "module",
6
6
  "main": "./dist/tool.js",
@@ -23,9 +23,9 @@
23
23
  },
24
24
  "devDependencies": {
25
25
  "commander": "^14.0.3",
26
- "@uipath/common": "1.0.2",
27
- "@uipath/auth": "1.0.2",
28
- "@uipath/filesystem": "1.0.2",
26
+ "@uipath/common": "1.0.4",
27
+ "@uipath/auth": "1.0.4",
28
+ "@uipath/filesystem": "1.0.4",
29
29
  "@uipath/license.resource.manager.typescript.client": "1.1.11-dev.4",
30
30
  "@types/node": "^25.5.2",
31
31
  "typescript": "^6.0.2"
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "registry": "https://registry.npmjs.org/"
38
38
  },
39
- "gitHead": "e373bfc1657e0bd85a7dc482691f4bda590392e5"
39
+ "gitHead": "e496ee5b65951c8047259ab50d7d6a284eea58a9"
40
40
  }