@uipath/data-fabric-tool 1.202.1-preview.178 → 1.202.1-preview.179
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
|
@@ -6583,7 +6583,7 @@ var require_src6 = __commonJS(function(exports) {
|
|
|
6583
6583
|
var package_default = {
|
|
6584
6584
|
name: "@uipath/data-fabric-tool",
|
|
6585
6585
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
6586
|
-
version: "1.202.1-preview.
|
|
6586
|
+
version: "1.202.1-preview.179",
|
|
6587
6587
|
description: "Manage Data Fabric entities and records.",
|
|
6588
6588
|
publishConfig: {
|
|
6589
6589
|
registry: "https://npm.pkg.github.com/"
|
|
@@ -25843,4 +25843,4 @@ var registerCommands = async (program2) => {
|
|
|
25843
25843
|
|
|
25844
25844
|
export { Command, metadata, registerCommands };
|
|
25845
25845
|
|
|
25846
|
-
//# debugId=
|
|
25846
|
+
//# debugId=C1AD43ACEB96FA2C64756E2164756E21
|
package/dist/tool.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/data-fabric-tool",
|
|
3
3
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4
|
-
"version": "1.202.1-preview.
|
|
4
|
+
"version": "1.202.1-preview.179",
|
|
5
5
|
"description": "Manage Data Fabric entities and records.",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -18,5 +18,5 @@
|
|
|
18
18
|
"files": [
|
|
19
19
|
"dist"
|
|
20
20
|
],
|
|
21
|
-
"gitHead": "
|
|
21
|
+
"gitHead": "bd6c3806d42b65cb1511e52a8cfca44ee2160398"
|
|
22
22
|
}
|