@uipath/data-fabric-tool 1.199.0-preview.91 → 1.199.0-preview.92

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
@@ -27310,7 +27310,7 @@ var require_src6 = __commonJS((exports) => {
27310
27310
  var package_default = {
27311
27311
  name: "@uipath/data-fabric-tool",
27312
27312
  license: "MIT",
27313
- version: "1.199.0-preview.91",
27313
+ version: "1.199.0-preview.92",
27314
27314
  description: "Manage Data Fabric entities and records.",
27315
27315
  type: "module",
27316
27316
  main: "./dist/tool.js",
@@ -48295,4 +48295,4 @@ export {
48295
48295
  metadata
48296
48296
  };
48297
48297
 
48298
- //# debugId=5B524D7F53B77CA764756E2164756E21
48298
+ //# debugId=7E8DFF475EA1F36F64756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/data-fabric-tool",
3
3
  "license": "MIT",
4
- "version": "1.199.0-preview.91",
4
+ "version": "1.199.0-preview.92",
5
5
  "description": "Manage Data Fabric entities and records.",
6
6
  "type": "module",
7
7
  "main": "./dist/tool.js",
@@ -14,5 +14,5 @@
14
14
  "publishConfig": {
15
15
  "registry": "https://registry.npmjs.org/"
16
16
  },
17
- "gitHead": "f428cb1e61ba89ad18394b0c6106784055699f02"
17
+ "gitHead": "d7b66f18f30e2e80a17293b6a0b656b54da35d49"
18
18
  }