@uipath/data-fabric-tool 1.201.0-preview.127 → 1.201.0-preview.131
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 +1 -1
- package/dist/{tool-r5g69h6v.js → tool-4r45s814.js} +5 -2
- package/dist/tool.js +1 -1
- package/package.json +16 -16
package/dist/index.js
CHANGED
|
@@ -6595,8 +6595,11 @@ var require_src6 = __commonJS((exports) => {
|
|
|
6595
6595
|
var package_default = {
|
|
6596
6596
|
name: "@uipath/data-fabric-tool",
|
|
6597
6597
|
license: "MIT",
|
|
6598
|
-
version: "1.201.0-preview.
|
|
6598
|
+
version: "1.201.0-preview.131",
|
|
6599
6599
|
description: "Manage Data Fabric entities and records.",
|
|
6600
|
+
publishConfig: {
|
|
6601
|
+
registry: "https://npm.pkg.github.com/"
|
|
6602
|
+
},
|
|
6600
6603
|
type: "module",
|
|
6601
6604
|
main: "./dist/tool.js",
|
|
6602
6605
|
exports: {
|
|
@@ -24033,4 +24036,4 @@ var registerCommands = async (program2) => {
|
|
|
24033
24036
|
|
|
24034
24037
|
export { Command, metadata, registerCommands };
|
|
24035
24038
|
|
|
24036
|
-
//# debugId=
|
|
24039
|
+
//# debugId=8873DD4AE7D918D964756E2164756E21
|
package/dist/tool.js
CHANGED
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
2
|
+
"name": "@uipath/data-fabric-tool",
|
|
3
|
+
"license": "MIT",
|
|
4
|
+
"version": "1.201.0-preview.131",
|
|
5
|
+
"description": "Manage Data Fabric entities and records.",
|
|
6
|
+
"publishConfig": {
|
|
7
|
+
"registry": "https://registry.npmjs.org/"
|
|
8
|
+
},
|
|
9
|
+
"type": "module",
|
|
10
|
+
"main": "./dist/tool.js",
|
|
11
|
+
"exports": {
|
|
12
|
+
".": "./dist/tool.js"
|
|
13
|
+
},
|
|
14
|
+
"bin": {
|
|
15
|
+
"data-fabric-tool": "./dist/index.js"
|
|
16
|
+
},
|
|
17
|
+
"gitHead": "5b0a03e4ee4be352459ac9fd82341ff77bc82ee6"
|
|
18
18
|
}
|