@uipath/data-fabric-tool 1.0.1 → 1.0.4
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 +5 -7
- package/dist/tool.js +5 -7
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -1007,7 +1007,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
1007
1007
|
this._exitCallback = (err) => {
|
|
1008
1008
|
if (err.code !== "commander.executeSubCommandAsync") {
|
|
1009
1009
|
throw err;
|
|
1010
|
-
}
|
|
1010
|
+
}
|
|
1011
1011
|
};
|
|
1012
1012
|
}
|
|
1013
1013
|
return this;
|
|
@@ -4009,7 +4009,7 @@ var require_tracestate_impl = __commonJS((exports) => {
|
|
|
4009
4009
|
const value = listMember.slice(i2 + 1, part.length);
|
|
4010
4010
|
if ((0, tracestate_validators_1.validateKey)(key) && (0, tracestate_validators_1.validateValue)(value)) {
|
|
4011
4011
|
agg.set(key, value);
|
|
4012
|
-
}
|
|
4012
|
+
}
|
|
4013
4013
|
}
|
|
4014
4014
|
return agg;
|
|
4015
4015
|
}, new Map);
|
|
@@ -6842,7 +6842,7 @@ var require_TraceState = __commonJS((exports) => {
|
|
|
6842
6842
|
const value = listMember.slice(i2 + 1, part.length);
|
|
6843
6843
|
if ((0, validators_1.validateKey)(key) && (0, validators_1.validateValue)(value)) {
|
|
6844
6844
|
agg.set(key, value);
|
|
6845
|
-
}
|
|
6845
|
+
}
|
|
6846
6846
|
}
|
|
6847
6847
|
return agg;
|
|
6848
6848
|
}, new Map);
|
|
@@ -8878,7 +8878,7 @@ function isBrowser2() {
|
|
|
8878
8878
|
|
|
8879
8879
|
// ../../node_modules/@uipath/coreipc/index.js
|
|
8880
8880
|
var require_coreipc = __commonJS((exports, module) => {
|
|
8881
|
-
var __dirname = "/
|
|
8881
|
+
var __dirname = "/Users/alexandru.oltean/github/cli/node_modules/@uipath/coreipc";
|
|
8882
8882
|
/*! For license information please see index.js.LICENSE.txt */
|
|
8883
8883
|
(function(e, t) {
|
|
8884
8884
|
typeof exports == "object" && typeof module == "object" ? module.exports = t() : typeof define == "function" && define.amd ? define([], t) : typeof exports == "object" ? exports.ipc = t() : e.ipc = t();
|
|
@@ -27089,7 +27089,7 @@ var {
|
|
|
27089
27089
|
// package.json
|
|
27090
27090
|
var package_default = {
|
|
27091
27091
|
name: "@uipath/data-fabric-tool",
|
|
27092
|
-
version: "1.0.
|
|
27092
|
+
version: "1.0.4",
|
|
27093
27093
|
description: "Manage Data Fabric entities and records.",
|
|
27094
27094
|
type: "module",
|
|
27095
27095
|
main: "./dist/tool.js",
|
|
@@ -37008,8 +37008,6 @@ function finalize(ctx, schema2) {
|
|
|
37008
37008
|
result.$schema = "http://json-schema.org/draft-04/schema#";
|
|
37009
37009
|
} else if (ctx.target === "openapi-3.0")
|
|
37010
37010
|
;
|
|
37011
|
-
else
|
|
37012
|
-
;
|
|
37013
37011
|
if (ctx.external?.uri) {
|
|
37014
37012
|
const id = ctx.external.registry.get(schema2)?.id;
|
|
37015
37013
|
if (!id)
|
package/dist/tool.js
CHANGED
|
@@ -1005,7 +1005,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
1005
1005
|
this._exitCallback = (err) => {
|
|
1006
1006
|
if (err.code !== "commander.executeSubCommandAsync") {
|
|
1007
1007
|
throw err;
|
|
1008
|
-
}
|
|
1008
|
+
}
|
|
1009
1009
|
};
|
|
1010
1010
|
}
|
|
1011
1011
|
return this;
|
|
@@ -4007,7 +4007,7 @@ var require_tracestate_impl = __commonJS((exports) => {
|
|
|
4007
4007
|
const value = listMember.slice(i2 + 1, part.length);
|
|
4008
4008
|
if ((0, tracestate_validators_1.validateKey)(key) && (0, tracestate_validators_1.validateValue)(value)) {
|
|
4009
4009
|
agg.set(key, value);
|
|
4010
|
-
}
|
|
4010
|
+
}
|
|
4011
4011
|
}
|
|
4012
4012
|
return agg;
|
|
4013
4013
|
}, new Map);
|
|
@@ -6840,7 +6840,7 @@ var require_TraceState = __commonJS((exports) => {
|
|
|
6840
6840
|
const value = listMember.slice(i2 + 1, part.length);
|
|
6841
6841
|
if ((0, validators_1.validateKey)(key) && (0, validators_1.validateValue)(value)) {
|
|
6842
6842
|
agg.set(key, value);
|
|
6843
|
-
}
|
|
6843
|
+
}
|
|
6844
6844
|
}
|
|
6845
6845
|
return agg;
|
|
6846
6846
|
}, new Map);
|
|
@@ -8876,7 +8876,7 @@ function isBrowser2() {
|
|
|
8876
8876
|
|
|
8877
8877
|
// ../../node_modules/@uipath/coreipc/index.js
|
|
8878
8878
|
var require_coreipc = __commonJS((exports, module) => {
|
|
8879
|
-
var __dirname = "/
|
|
8879
|
+
var __dirname = "/Users/alexandru.oltean/github/cli/node_modules/@uipath/coreipc";
|
|
8880
8880
|
/*! For license information please see index.js.LICENSE.txt */
|
|
8881
8881
|
(function(e, t) {
|
|
8882
8882
|
typeof exports == "object" && typeof module == "object" ? module.exports = t() : typeof define == "function" && define.amd ? define([], t) : typeof exports == "object" ? exports.ipc = t() : e.ipc = t();
|
|
@@ -27071,7 +27071,7 @@ var require_dist = __commonJS((exports) => {
|
|
|
27071
27071
|
// package.json
|
|
27072
27072
|
var package_default = {
|
|
27073
27073
|
name: "@uipath/data-fabric-tool",
|
|
27074
|
-
version: "1.0.
|
|
27074
|
+
version: "1.0.4",
|
|
27075
27075
|
description: "Manage Data Fabric entities and records.",
|
|
27076
27076
|
type: "module",
|
|
27077
27077
|
main: "./dist/tool.js",
|
|
@@ -36990,8 +36990,6 @@ function finalize(ctx, schema2) {
|
|
|
36990
36990
|
result.$schema = "http://json-schema.org/draft-04/schema#";
|
|
36991
36991
|
} else if (ctx.target === "openapi-3.0")
|
|
36992
36992
|
;
|
|
36993
|
-
else
|
|
36994
|
-
;
|
|
36995
36993
|
if (ctx.external?.uri) {
|
|
36996
36994
|
const id = ctx.external.registry.get(schema2)?.id;
|
|
36997
36995
|
if (!id)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/data-fabric-tool",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Manage Data Fabric entities and records.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/tool.js",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"commander": "^14.0.3",
|
|
23
|
-
"@uipath/common": "1.0.
|
|
24
|
-
"@uipath/auth": "1.0.
|
|
25
|
-
"@uipath/filesystem": "1.0.
|
|
23
|
+
"@uipath/common": "1.0.4",
|
|
24
|
+
"@uipath/auth": "1.0.4",
|
|
25
|
+
"@uipath/filesystem": "1.0.4",
|
|
26
26
|
"@uipath/uipath-typescript": "^1.3.7",
|
|
27
27
|
"@types/node": "^25.5.2",
|
|
28
28
|
"typescript": "^6.0.2"
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
"publishConfig": {
|
|
31
31
|
"registry": "https://registry.npmjs.org/"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "e496ee5b65951c8047259ab50d7d6a284eea58a9"
|
|
34
34
|
}
|