@uipath/platform-tool 1.199.0-preview.113 → 1.199.0-preview.116

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 +2 -2
  2. package/package.json +2 -2
package/dist/tool.js CHANGED
@@ -46306,7 +46306,7 @@ var require_dist3 = __commonJS((exports) => {
46306
46306
  var package_default = {
46307
46307
  name: "@uipath/platform-tool",
46308
46308
  license: "MIT",
46309
- version: "1.199.0-preview.113",
46309
+ version: "1.199.0-preview.116",
46310
46310
  description: "Manage UiPath platform-level resources such as tenant licensing.",
46311
46311
  type: "module",
46312
46312
  main: "./dist/tool.js",
@@ -58064,4 +58064,4 @@ export {
58064
58064
  metadata
58065
58065
  };
58066
58066
 
58067
- //# debugId=498A264DD6A89B7E64756E2164756E21
58067
+ //# debugId=AAC4EA2AEDD2E29064756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/platform-tool",
3
3
  "license": "MIT",
4
- "version": "1.199.0-preview.113",
4
+ "version": "1.199.0-preview.116",
5
5
  "description": "Manage UiPath platform-level resources such as tenant licensing.",
6
6
  "type": "module",
7
7
  "main": "./dist/tool.js",
@@ -20,5 +20,5 @@
20
20
  "publishConfig": {
21
21
  "registry": "https://registry.npmjs.org/"
22
22
  },
23
- "gitHead": "723e6801b77b5926ba75e75b6a756cc38b1b7adc"
23
+ "gitHead": "c91f4f9738502a4b1ca2849631890fcf59304484"
24
24
  }