@uipath/data-fabric-tool 1.197.0-preview.59 → 1.197.0-preview.60
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.
- package/dist/tool.js +2 -2
- package/package.json +2 -2
package/dist/tool.js
CHANGED
|
@@ -27244,7 +27244,7 @@ var require_src6 = __commonJS((exports) => {
|
|
|
27244
27244
|
var package_default = {
|
|
27245
27245
|
name: "@uipath/data-fabric-tool",
|
|
27246
27246
|
license: "MIT",
|
|
27247
|
-
version: "1.197.0-preview.
|
|
27247
|
+
version: "1.197.0-preview.60",
|
|
27248
27248
|
description: "Manage Data Fabric entities and records.",
|
|
27249
27249
|
type: "module",
|
|
27250
27250
|
main: "./dist/tool.js",
|
|
@@ -46083,4 +46083,4 @@ export {
|
|
|
46083
46083
|
metadata
|
|
46084
46084
|
};
|
|
46085
46085
|
|
|
46086
|
-
//# debugId=
|
|
46086
|
+
//# debugId=F5D8CF4C2B7D979264756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/data-fabric-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.197.0-preview.
|
|
4
|
+
"version": "1.197.0-preview.60",
|
|
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": "
|
|
17
|
+
"gitHead": "e80b8345e8f629192faeb29202cba3b3de258b50"
|
|
18
18
|
}
|