@uipath/data-fabric-tool 1.203.0-preview.160 → 1.203.0-preview.182
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/index.js
CHANGED
|
@@ -6584,7 +6584,7 @@ var package_default = {
|
|
|
6584
6584
|
name: "@uipath/data-fabric-tool",
|
|
6585
6585
|
author: "UiPath",
|
|
6586
6586
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
6587
|
-
version: "1.203.0-preview.
|
|
6587
|
+
version: "1.203.0-preview.182",
|
|
6588
6588
|
description: "Manage Data Fabric entities and records.",
|
|
6589
6589
|
publishConfig: {
|
|
6590
6590
|
registry: "https://npm.pkg.github.com/"
|
|
@@ -26093,4 +26093,4 @@ var registerCommands = async (program2) => {
|
|
|
26093
26093
|
|
|
26094
26094
|
export { Command, metadata, registerCommands };
|
|
26095
26095
|
|
|
26096
|
-
//# debugId=
|
|
26096
|
+
//# debugId=6BC35BADDC5D2C0D64756E2164756E21
|
package/dist/tool.js
CHANGED
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@uipath/data-fabric-tool",
|
|
3
3
|
"author": "UiPath",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
|
-
"version": "1.203.0-preview.
|
|
5
|
+
"version": "1.203.0-preview.182",
|
|
6
6
|
"description": "Manage Data Fabric entities and records.",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -19,5 +19,5 @@
|
|
|
19
19
|
"files": [
|
|
20
20
|
"dist"
|
|
21
21
|
],
|
|
22
|
-
"gitHead": "
|
|
22
|
+
"gitHead": "f4f19f4d98117736cd2b34629dc1564ae6761aef"
|
|
23
23
|
}
|