@uipath/solution-tool 0.9.0 → 0.9.1
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 +152 -50
- package/package.json +8 -8
package/dist/tool.js
CHANGED
|
@@ -10966,7 +10966,7 @@ var require_coreipc = __commonJS((exports, module) => {
|
|
|
10966
10966
|
if (S(n3))
|
|
10967
10967
|
return r3;
|
|
10968
10968
|
for (var i3 = function(e6) {
|
|
10969
|
-
var t5 =
|
|
10969
|
+
var t5 = T(e6, o2);
|
|
10970
10970
|
if (!k(t5))
|
|
10971
10971
|
throw new TypeError;
|
|
10972
10972
|
var r4 = t5.call(e6);
|
|
@@ -11029,7 +11029,7 @@ var require_coreipc = __commonJS((exports, module) => {
|
|
|
11029
11029
|
case 5:
|
|
11030
11030
|
return e5;
|
|
11031
11031
|
}
|
|
11032
|
-
var r3 = t4 === 3 ? "string" : t4 === 5 ? "number" : "default", o3 =
|
|
11032
|
+
var r3 = t4 === 3 ? "string" : t4 === 5 ? "number" : "default", o3 = T(e5, n2);
|
|
11033
11033
|
if (o3 !== undefined) {
|
|
11034
11034
|
var i3 = o3.call(e5, r3);
|
|
11035
11035
|
if (j(i3))
|
|
@@ -11066,10 +11066,10 @@ var require_coreipc = __commonJS((exports, module) => {
|
|
|
11066
11066
|
function k(e5) {
|
|
11067
11067
|
return typeof e5 == "function";
|
|
11068
11068
|
}
|
|
11069
|
-
function
|
|
11069
|
+
function C(e5) {
|
|
11070
11070
|
return typeof e5 == "function";
|
|
11071
11071
|
}
|
|
11072
|
-
function
|
|
11072
|
+
function T(e5, t4) {
|
|
11073
11073
|
var r3 = e5[t4];
|
|
11074
11074
|
if (r3 != null) {
|
|
11075
11075
|
if (!k(r3))
|
|
@@ -11104,13 +11104,13 @@ var require_coreipc = __commonJS((exports, module) => {
|
|
|
11104
11104
|
if (S(r3)) {
|
|
11105
11105
|
if (!M(e5))
|
|
11106
11106
|
throw new TypeError;
|
|
11107
|
-
if (!
|
|
11107
|
+
if (!C(t4))
|
|
11108
11108
|
throw new TypeError;
|
|
11109
11109
|
return function(e6, t5) {
|
|
11110
11110
|
for (var r4 = e6.length - 1;r4 >= 0; --r4) {
|
|
11111
11111
|
var n4 = (0, e6[r4])(t5);
|
|
11112
11112
|
if (!S(n4) && !P(n4)) {
|
|
11113
|
-
if (!
|
|
11113
|
+
if (!C(n4))
|
|
11114
11114
|
throw new TypeError;
|
|
11115
11115
|
t5 = n4;
|
|
11116
11116
|
}
|
|
@@ -11320,13 +11320,13 @@ var require_coreipc = __commonJS((exports, module) => {
|
|
|
11320
11320
|
Object.defineProperty(t2, "EmptyError", { enumerable: true, get: function() {
|
|
11321
11321
|
return k.EmptyError;
|
|
11322
11322
|
} });
|
|
11323
|
-
var
|
|
11323
|
+
var C = r(7628);
|
|
11324
11324
|
Object.defineProperty(t2, "NotFoundError", { enumerable: true, get: function() {
|
|
11325
|
-
return
|
|
11325
|
+
return C.NotFoundError;
|
|
11326
11326
|
} });
|
|
11327
|
-
var
|
|
11327
|
+
var T = r(740);
|
|
11328
11328
|
Object.defineProperty(t2, "ObjectUnsubscribedError", { enumerable: true, get: function() {
|
|
11329
|
-
return
|
|
11329
|
+
return T.ObjectUnsubscribedError;
|
|
11330
11330
|
} });
|
|
11331
11331
|
var A = r(6968);
|
|
11332
11332
|
Object.defineProperty(t2, "SequenceError", { enumerable: true, get: function() {
|
|
@@ -11536,13 +11536,13 @@ var require_coreipc = __commonJS((exports, module) => {
|
|
|
11536
11536
|
Object.defineProperty(t2, "debounceTime", { enumerable: true, get: function() {
|
|
11537
11537
|
return ke.debounceTime;
|
|
11538
11538
|
} });
|
|
11539
|
-
var
|
|
11539
|
+
var Ce = r(6204);
|
|
11540
11540
|
Object.defineProperty(t2, "defaultIfEmpty", { enumerable: true, get: function() {
|
|
11541
|
-
return
|
|
11541
|
+
return Ce.defaultIfEmpty;
|
|
11542
11542
|
} });
|
|
11543
|
-
var
|
|
11543
|
+
var Te = r(7752);
|
|
11544
11544
|
Object.defineProperty(t2, "delay", { enumerable: true, get: function() {
|
|
11545
|
-
return
|
|
11545
|
+
return Te.delay;
|
|
11546
11546
|
} });
|
|
11547
11547
|
var Ae = r(7532);
|
|
11548
11548
|
Object.defineProperty(t2, "delayWhen", { enumerable: true, get: function() {
|
|
@@ -11752,13 +11752,13 @@ var require_coreipc = __commonJS((exports, module) => {
|
|
|
11752
11752
|
Object.defineProperty(t2, "share", { enumerable: true, get: function() {
|
|
11753
11753
|
return kt.share;
|
|
11754
11754
|
} });
|
|
11755
|
-
var
|
|
11755
|
+
var Ct = r(4980);
|
|
11756
11756
|
Object.defineProperty(t2, "shareReplay", { enumerable: true, get: function() {
|
|
11757
|
-
return
|
|
11757
|
+
return Ct.shareReplay;
|
|
11758
11758
|
} });
|
|
11759
|
-
var
|
|
11759
|
+
var Tt = r(1400);
|
|
11760
11760
|
Object.defineProperty(t2, "single", { enumerable: true, get: function() {
|
|
11761
|
-
return
|
|
11761
|
+
return Tt.single;
|
|
11762
11762
|
} });
|
|
11763
11763
|
var At = r(7516);
|
|
11764
11764
|
Object.defineProperty(t2, "skip", { enumerable: true, get: function() {
|
|
@@ -17458,12 +17458,24 @@ var require_coreipc = __commonJS((exports, module) => {
|
|
|
17458
17458
|
static create() {
|
|
17459
17459
|
return new r;
|
|
17460
17460
|
}
|
|
17461
|
+
get(e3) {
|
|
17462
|
+
return this._map.get(e3);
|
|
17463
|
+
}
|
|
17461
17464
|
getOrCreateValue(e3, t3) {
|
|
17462
17465
|
if (this._map.has(e3))
|
|
17463
17466
|
return this._map.get(e3);
|
|
17464
17467
|
let r2 = t3(e3);
|
|
17465
17468
|
return this._map.set(e3, r2), r2;
|
|
17466
17469
|
}
|
|
17470
|
+
delete(e3) {
|
|
17471
|
+
return this._map.delete(e3);
|
|
17472
|
+
}
|
|
17473
|
+
values() {
|
|
17474
|
+
return this._map.values();
|
|
17475
|
+
}
|
|
17476
|
+
clear() {
|
|
17477
|
+
this._map.clear();
|
|
17478
|
+
}
|
|
17467
17479
|
}
|
|
17468
17480
|
t2.Dictionary = r;
|
|
17469
17481
|
}, 4444: function(e2, t2, r) {
|
|
@@ -18836,25 +18848,61 @@ Object name: '${e3}'.`), t3;
|
|
|
18836
18848
|
Object.defineProperty(t2, "__esModule", { value: true }), o(r(1476), t2), o(r(9108), t2), o(r(4236), t2), o(r(2988), t2), o(r(5276), t2), o(r(7540), t2), o(r(2432), t2), o(r(712), t2);
|
|
18837
18849
|
}, 1816: (e2, t2) => {
|
|
18838
18850
|
Object.defineProperty(t2, "__esModule", { value: true });
|
|
18839
|
-
}, 5284: (e2, t2, r)
|
|
18851
|
+
}, 5284: function(e2, t2, r) {
|
|
18852
|
+
var n = this && this.__awaiter || function(e3, t3, r2, n2) {
|
|
18853
|
+
return new (r2 || (r2 = Promise))(function(o2, i3) {
|
|
18854
|
+
function s2(e4) {
|
|
18855
|
+
try {
|
|
18856
|
+
c2(n2.next(e4));
|
|
18857
|
+
} catch (e5) {
|
|
18858
|
+
i3(e5);
|
|
18859
|
+
}
|
|
18860
|
+
}
|
|
18861
|
+
function a2(e4) {
|
|
18862
|
+
try {
|
|
18863
|
+
c2(n2.throw(e4));
|
|
18864
|
+
} catch (e5) {
|
|
18865
|
+
i3(e5);
|
|
18866
|
+
}
|
|
18867
|
+
}
|
|
18868
|
+
function c2(e4) {
|
|
18869
|
+
var t4;
|
|
18870
|
+
e4.done ? o2(e4.value) : (t4 = e4.value, t4 instanceof r2 ? t4 : new r2(function(e5) {
|
|
18871
|
+
e5(t4);
|
|
18872
|
+
})).then(s2, a2);
|
|
18873
|
+
}
|
|
18874
|
+
c2((n2 = n2.apply(e3, t3 || [])).next());
|
|
18875
|
+
});
|
|
18876
|
+
};
|
|
18840
18877
|
Object.defineProperty(t2, "__esModule", { value: true }), t2.IpcBaseImpl = t2.IpcCoreBase = undefined;
|
|
18841
|
-
const
|
|
18878
|
+
const o = r(5188), i2 = r(3212), s = r(4104), a = r(2760), c = r(9100);
|
|
18842
18879
|
t2.IpcCoreBase = class {
|
|
18843
18880
|
constructor() {
|
|
18844
18881
|
this._db = new Map;
|
|
18845
18882
|
}
|
|
18846
18883
|
};
|
|
18847
18884
|
|
|
18848
|
-
class
|
|
18885
|
+
class u {
|
|
18849
18886
|
constructor(e3, t3, r2) {
|
|
18850
|
-
this.addressBuilder = e3, this.proxy = new
|
|
18887
|
+
this.addressBuilder = e3, this.proxy = new u.ProxySource(this), this.config = new u.Configuration(this), this.callback = new c.CallbackImpl(this), this.configStore = new i2.ConfigStore(this), this.proxySource = new s.ProxySource(this), this.dispatchProxies = new s.DispatchProxyClassStore, this.wire = new s.Wire(this), this.contractStore = new a.ContractStore, this.callbackStore = new s.CallbackStoreImpl, this.$service = t3 != null ? t3 : new i2.ServiceAnnotationsWrapper(this).iface, this.$operation = r2 != null ? r2 : new i2.OperationAnnotationsWrapper(this).iface;
|
|
18851
18888
|
}
|
|
18852
18889
|
getAddress(e3) {
|
|
18853
18890
|
const t3 = new this.addressBuilder;
|
|
18854
18891
|
return e3(t3), t3.assertAddress();
|
|
18855
18892
|
}
|
|
18893
|
+
disposeChannel(e3) {
|
|
18894
|
+
return n(this, undefined, undefined, function* () {
|
|
18895
|
+
const t3 = this.getAddress(e3);
|
|
18896
|
+
yield this.wire.disposeChannel(t3.key);
|
|
18897
|
+
});
|
|
18898
|
+
}
|
|
18899
|
+
disposeAllChannels() {
|
|
18900
|
+
return n(this, undefined, undefined, function* () {
|
|
18901
|
+
yield this.wire.disposeAllChannels();
|
|
18902
|
+
});
|
|
18903
|
+
}
|
|
18856
18904
|
}
|
|
18857
|
-
t2.IpcBaseImpl =
|
|
18905
|
+
t2.IpcBaseImpl = u, function(e3) {
|
|
18858
18906
|
e3.ProxySource = class {
|
|
18859
18907
|
constructor(e4) {
|
|
18860
18908
|
this._serviceProvider = e4;
|
|
@@ -18870,7 +18918,7 @@ Object name: '${e3}'.`), t3;
|
|
|
18870
18918
|
this._serviceProvider = e4, this._address = t4;
|
|
18871
18919
|
}
|
|
18872
18920
|
withService(e4) {
|
|
18873
|
-
const t4 = new
|
|
18921
|
+
const t4 = new s.ProxyId(e4, this._address);
|
|
18874
18922
|
return this._serviceProvider.proxySource.resolve(t4);
|
|
18875
18923
|
}
|
|
18876
18924
|
}
|
|
@@ -18892,27 +18940,27 @@ Object name: '${e3}'.`), t3;
|
|
|
18892
18940
|
this._ipc = e4, this._address = t4;
|
|
18893
18941
|
}
|
|
18894
18942
|
setConnectHelper(e4) {
|
|
18895
|
-
(0,
|
|
18943
|
+
(0, o.assertArgument)({ value: e4 }, "function"), this._ipc.configStore.setConnectHelper(this._address, e4);
|
|
18896
18944
|
}
|
|
18897
18945
|
forAnyService() {
|
|
18898
|
-
return new
|
|
18946
|
+
return new n2(this._ipc, this._address);
|
|
18899
18947
|
}
|
|
18900
18948
|
forService(e4) {
|
|
18901
|
-
return new
|
|
18949
|
+
return new n2(this._ipc, this._address, e4);
|
|
18902
18950
|
}
|
|
18903
18951
|
}
|
|
18904
18952
|
e3.ConfigurationWithAddress = r2;
|
|
18905
18953
|
|
|
18906
|
-
class
|
|
18954
|
+
class n2 {
|
|
18907
18955
|
constructor(e4, t4, r3) {
|
|
18908
18956
|
this._ipc = e4, this._address = t4, this._service = r3;
|
|
18909
18957
|
}
|
|
18910
18958
|
setRequestTimeout(e4) {
|
|
18911
|
-
(0,
|
|
18959
|
+
(0, o.assertArgument)({ value: e4 }, "number", o.TimeSpan), typeof e4 == "number" && (e4 = o.TimeSpan.fromMilliseconds(e4)), this._ipc.configStore.setRequestTimeout(this._address, this._service, e4);
|
|
18912
18960
|
}
|
|
18913
18961
|
}
|
|
18914
|
-
e3.ConfigurationWithAddressService =
|
|
18915
|
-
}(
|
|
18962
|
+
e3.ConfigurationWithAddressService = n2;
|
|
18963
|
+
}(u = t2.IpcBaseImpl || (t2.IpcBaseImpl = {}));
|
|
18916
18964
|
}, 3552: (e2, t2) => {
|
|
18917
18965
|
Object.defineProperty(t2, "__esModule", { value: true }), t2.IpcError = undefined, t2.IpcError = class {
|
|
18918
18966
|
constructor(e3, t3, r, n) {
|
|
@@ -18985,7 +19033,13 @@ Object name: '${e3}'.`), t3;
|
|
|
18985
19033
|
}
|
|
18986
19034
|
disposeAsync() {
|
|
18987
19035
|
return n(this, undefined, undefined, function* () {
|
|
18988
|
-
this._ctsLoop.cancel()
|
|
19036
|
+
this._ctsLoop.cancel();
|
|
19037
|
+
try {
|
|
19038
|
+
yield this._loop;
|
|
19039
|
+
} catch (e3) {
|
|
19040
|
+
e3 instanceof o.OperationCanceledError || o.Trace.log(o.UnknownError.ensureError(e3));
|
|
19041
|
+
}
|
|
19042
|
+
this._stream.dispose();
|
|
18989
19043
|
});
|
|
18990
19044
|
}
|
|
18991
19045
|
static toMessageTypeString(e3) {
|
|
@@ -19170,8 +19224,8 @@ ${e3.Data}`);
|
|
|
19170
19224
|
static create(e3, t3, r2, n2, o2, i3) {
|
|
19171
19225
|
return new a(e3, t3, r2, n2, o2, i3);
|
|
19172
19226
|
}
|
|
19173
|
-
constructor(e3, t3, r2, n2,
|
|
19174
|
-
this._observer =
|
|
19227
|
+
constructor(e3, t3, r2, n2, s2, c) {
|
|
19228
|
+
this._observer = s2, this._isDisposed = false, this._outgoingCalls = new a.OutgoingCallTable, this._networkObserver = new class {
|
|
19175
19229
|
constructor(e4) {
|
|
19176
19230
|
this._owner = e4;
|
|
19177
19231
|
}
|
|
@@ -19184,8 +19238,8 @@ ${e3.Data}`);
|
|
|
19184
19238
|
complete() {
|
|
19185
19239
|
this._owner.dispatchNetworkComplete();
|
|
19186
19240
|
}
|
|
19187
|
-
}(this), this._$messageStream = a.createMessageStream(e3, t3, r2, n2, this._networkObserver, i2.MessageStream.Factory.orDefault(
|
|
19188
|
-
this.disposeAsync();
|
|
19241
|
+
}(this), this._$messageStream = a.createMessageStream(e3, t3, r2, n2, this._networkObserver, i2.MessageStream.Factory.orDefault(c)), this._$messageStream.catch((e4) => {
|
|
19242
|
+
o.Trace.traceErrorNoThrow(this.disposeAsync());
|
|
19189
19243
|
});
|
|
19190
19244
|
}
|
|
19191
19245
|
disposeAsync() {
|
|
@@ -19424,6 +19478,12 @@ ${e3.Data}`);
|
|
|
19424
19478
|
complete() {}
|
|
19425
19479
|
}(this);
|
|
19426
19480
|
}
|
|
19481
|
+
disposeAsync() {
|
|
19482
|
+
return n(this, undefined, undefined, function* () {
|
|
19483
|
+
const e3 = this._latestChannel;
|
|
19484
|
+
this._latestChannel = undefined, e3 && !e3.isDisposed && (yield e3.disposeAsync());
|
|
19485
|
+
});
|
|
19486
|
+
}
|
|
19427
19487
|
invokeMethod(e3, t3, r2) {
|
|
19428
19488
|
return n(this, undefined, undefined, function* () {
|
|
19429
19489
|
const [n2, a, c, u] = s.RpcRequestFactory.create({ sp: this._sp, service: e3, address: this._address, methodName: t3, args: r2 }), l = yield this.ensureConnection(o.Timeout.infiniteTimeSpan, c), f = yield l.call(n2, u, c), d = i2.Converter.unwrapRpcResponse(f, n2);
|
|
@@ -19578,18 +19638,55 @@ ${e3.Data}`);
|
|
|
19578
19638
|
return !d || e3.args.length !== 0 && e3.args[e3.args.length - 1] instanceof n.CancellationToken || (y = [...y, n.CancellationToken.none]), [o.Converter.toRpcRequest(l, f, y, b), p, v, b];
|
|
19579
19639
|
}
|
|
19580
19640
|
};
|
|
19581
|
-
}, 4156: (e2, t2, r)
|
|
19641
|
+
}, 4156: function(e2, t2, r) {
|
|
19642
|
+
var n = this && this.__awaiter || function(e3, t3, r2, n2) {
|
|
19643
|
+
return new (r2 || (r2 = Promise))(function(o2, i3) {
|
|
19644
|
+
function s2(e4) {
|
|
19645
|
+
try {
|
|
19646
|
+
c(n2.next(e4));
|
|
19647
|
+
} catch (e5) {
|
|
19648
|
+
i3(e5);
|
|
19649
|
+
}
|
|
19650
|
+
}
|
|
19651
|
+
function a(e4) {
|
|
19652
|
+
try {
|
|
19653
|
+
c(n2.throw(e4));
|
|
19654
|
+
} catch (e5) {
|
|
19655
|
+
i3(e5);
|
|
19656
|
+
}
|
|
19657
|
+
}
|
|
19658
|
+
function c(e4) {
|
|
19659
|
+
var t4;
|
|
19660
|
+
e4.done ? o2(e4.value) : (t4 = e4.value, t4 instanceof r2 ? t4 : new r2(function(e5) {
|
|
19661
|
+
e5(t4);
|
|
19662
|
+
})).then(s2, a);
|
|
19663
|
+
}
|
|
19664
|
+
c((n2 = n2.apply(e3, t3 || [])).next());
|
|
19665
|
+
});
|
|
19666
|
+
};
|
|
19582
19667
|
Object.defineProperty(t2, "__esModule", { value: true }), t2.Wire = undefined;
|
|
19583
|
-
const
|
|
19668
|
+
const o = r(3212), i2 = r(4104), s = r(5188);
|
|
19584
19669
|
t2.Wire = class {
|
|
19585
19670
|
invokeMethod(e3, t3, r2) {
|
|
19586
19671
|
return this.getOrCreateChannelManager(e3.address).invokeMethod(e3.service, t3, r2);
|
|
19587
19672
|
}
|
|
19588
|
-
constructor(e3, t3 =
|
|
19589
|
-
this._sp = e3, this._rpcChannelFactory = t3, this._messageStreamFactory = r2, this._map = new
|
|
19673
|
+
constructor(e3, t3 = o.RpcChannel, r2 = new o.MessageStream.Factory) {
|
|
19674
|
+
this._sp = e3, this._rpcChannelFactory = t3, this._messageStreamFactory = r2, this._map = new s.Dictionary;
|
|
19590
19675
|
}
|
|
19591
19676
|
getOrCreateChannelManager(e3) {
|
|
19592
|
-
return this._map.getOrCreateValue(e3.key, () => new
|
|
19677
|
+
return this._map.getOrCreateValue(e3.key, () => new i2.ChannelManager(this._sp, e3, this._rpcChannelFactory, this._messageStreamFactory));
|
|
19678
|
+
}
|
|
19679
|
+
disposeChannel(e3) {
|
|
19680
|
+
return n(this, undefined, undefined, function* () {
|
|
19681
|
+
const t3 = this._map.get(e3);
|
|
19682
|
+
t3 && (this._map.delete(e3), yield t3.disposeAsync());
|
|
19683
|
+
});
|
|
19684
|
+
}
|
|
19685
|
+
disposeAllChannels() {
|
|
19686
|
+
return n(this, undefined, undefined, function* () {
|
|
19687
|
+
const e3 = [...this._map.values()];
|
|
19688
|
+
this._map.clear(), yield Promise.all(e3.map((e4) => e4.disposeAsync()));
|
|
19689
|
+
});
|
|
19593
19690
|
}
|
|
19594
19691
|
};
|
|
19595
19692
|
}, 4104: function(e2, t2, r) {
|
|
@@ -20552,7 +20649,7 @@ ${e3.Data}`);
|
|
|
20552
20649
|
}
|
|
20553
20650
|
};
|
|
20554
20651
|
}, 5144: (e2, t2, r) => {
|
|
20555
|
-
const n = r(467), o = r(1256), i2 = r(3755), s = r(5256), a = r(192), { randomBytes: c, createHash: u } = r(7968), { Readable: l } = r(8378), { URL: f } = r(8716), d = r(516), p = r(6804), h = r(957), { BINARY_TYPES: v, EMPTY_BUFFER: b, GUID: y, kForOnEventAttribute: _, kListener: m, kStatusCode: g, kWebSocket: O, NOOP: w } = r(5820), { EventTarget: { addEventListener: S, removeEventListener: P } } = r(2584), { format: j, parse: E } = r(1056), { toBuffer: x } = r(3092), M = Symbol("kAborted"), k = [8, 13],
|
|
20652
|
+
const n = r(467), o = r(1256), i2 = r(3755), s = r(5256), a = r(192), { randomBytes: c, createHash: u } = r(7968), { Readable: l } = r(8378), { URL: f } = r(8716), d = r(516), p = r(6804), h = r(957), { BINARY_TYPES: v, EMPTY_BUFFER: b, GUID: y, kForOnEventAttribute: _, kListener: m, kStatusCode: g, kWebSocket: O, NOOP: w } = r(5820), { EventTarget: { addEventListener: S, removeEventListener: P } } = r(2584), { format: j, parse: E } = r(1056), { toBuffer: x } = r(3092), M = Symbol("kAborted"), k = [8, 13], C = ["CONNECTING", "OPEN", "CLOSING", "CLOSED"], T = /^[!#$%&'*+\-.0-9A-Z^_`|a-z~]+$/;
|
|
20556
20653
|
|
|
20557
20654
|
class A extends n {
|
|
20558
20655
|
constructor(e3, t3, r2) {
|
|
@@ -20675,7 +20772,7 @@ ${e3.Data}`);
|
|
|
20675
20772
|
let g2, O2;
|
|
20676
20773
|
if (s2.createConnection = l2 ? F : R, s2.defaultPort = s2.defaultPort || v2, s2.port = a2.port || v2, s2.host = a2.hostname.startsWith("[") ? a2.hostname.slice(1, -1) : a2.hostname, s2.headers = { ...s2.headers, "Sec-WebSocket-Version": s2.protocolVersion, "Sec-WebSocket-Key": b2, Connection: "Upgrade", Upgrade: "websocket" }, s2.path = a2.pathname + a2.search, s2.timeout = s2.handshakeTimeout, s2.perMessageDeflate && (g2 = new d(s2.perMessageDeflate !== true ? s2.perMessageDeflate : {}, false, s2.maxPayload), s2.headers["Sec-WebSocket-Extensions"] = j({ [d.extensionName]: g2.offer() })), r2.length) {
|
|
20677
20774
|
for (const e4 of r2) {
|
|
20678
|
-
if (typeof e4 != "string" || !
|
|
20775
|
+
if (typeof e4 != "string" || !T.test(e4) || m2.has(e4))
|
|
20679
20776
|
throw new SyntaxError("An invalid or duplicated subprotocol was specified");
|
|
20680
20777
|
m2.add(e4);
|
|
20681
20778
|
}
|
|
@@ -20774,7 +20871,7 @@ ${e3.Data}`);
|
|
|
20774
20871
|
const r3 = x(t3).length;
|
|
20775
20872
|
e3._socket ? e3._sender._bufferedBytes += r3 : e3._bufferedAmount += r3;
|
|
20776
20873
|
}
|
|
20777
|
-
r2 && r2(new Error(`WebSocket is not open: readyState ${e3.readyState} (${
|
|
20874
|
+
r2 && r2(new Error(`WebSocket is not open: readyState ${e3.readyState} (${C[e3.readyState]})`));
|
|
20778
20875
|
}
|
|
20779
20876
|
function W(e3, t3) {
|
|
20780
20877
|
const r2 = this[O];
|
|
@@ -20820,7 +20917,7 @@ ${e3.Data}`);
|
|
|
20820
20917
|
const e3 = this[O];
|
|
20821
20918
|
this.removeListener("error", J), this.on("error", w), e3 && (e3._readyState = A.CLOSING, this.destroy());
|
|
20822
20919
|
}
|
|
20823
|
-
Object.defineProperty(A, "CONNECTING", { enumerable: true, value:
|
|
20920
|
+
Object.defineProperty(A, "CONNECTING", { enumerable: true, value: C.indexOf("CONNECTING") }), Object.defineProperty(A.prototype, "CONNECTING", { enumerable: true, value: C.indexOf("CONNECTING") }), Object.defineProperty(A, "OPEN", { enumerable: true, value: C.indexOf("OPEN") }), Object.defineProperty(A.prototype, "OPEN", { enumerable: true, value: C.indexOf("OPEN") }), Object.defineProperty(A, "CLOSING", { enumerable: true, value: C.indexOf("CLOSING") }), Object.defineProperty(A.prototype, "CLOSING", { enumerable: true, value: C.indexOf("CLOSING") }), Object.defineProperty(A, "CLOSED", { enumerable: true, value: C.indexOf("CLOSED") }), Object.defineProperty(A.prototype, "CLOSED", { enumerable: true, value: C.indexOf("CLOSED") }), ["binaryType", "bufferedAmount", "extensions", "isPaused", "protocol", "readyState", "url"].forEach((e3) => {
|
|
20824
20921
|
Object.defineProperty(A.prototype, e3, { enumerable: true });
|
|
20825
20922
|
}), ["open", "error", "close", "message"].forEach((e3) => {
|
|
20826
20923
|
Object.defineProperty(A.prototype, `on${e3}`, { enumerable: true, get() {
|
|
@@ -27497,11 +27594,13 @@ var require_handle_consent_code_message = __commonJS((exports) => {
|
|
|
27497
27594
|
var coreipc_1 = require_coreipc();
|
|
27498
27595
|
|
|
27499
27596
|
class HandleConsentCodeMessage extends coreipc_1.Message {
|
|
27500
|
-
constructor(Accept, Domain, ConsentCode) {
|
|
27597
|
+
constructor(Accept, Domain, ConsentCode, SignInUrl) {
|
|
27501
27598
|
super();
|
|
27502
27599
|
this.Accept = Accept;
|
|
27503
27600
|
this.Domain = Domain;
|
|
27504
27601
|
this.ConsentCode = ConsentCode;
|
|
27602
|
+
this.SignInUrl = SignInUrl;
|
|
27603
|
+
this.RequestTimeout = coreipc_1.TimeSpan.fromSeconds(60);
|
|
27505
27604
|
}
|
|
27506
27605
|
}
|
|
27507
27606
|
exports.HandleConsentCodeMessage = HandleConsentCodeMessage;
|
|
@@ -28302,8 +28401,8 @@ var require_robotjs_services2 = __commonJS((exports) => {
|
|
|
28302
28401
|
constructor(_consentCodeServices) {
|
|
28303
28402
|
this._consentCodeServices = _consentCodeServices;
|
|
28304
28403
|
}
|
|
28305
|
-
HandleConsentCode(accept, domain2, consentCode) {
|
|
28306
|
-
return this._consentCodeServices.HandleConsentCode(new server.HandleConsentCodeMessage(accept, domain2, consentCode), coreipc_1.CancellationToken.none);
|
|
28404
|
+
HandleConsentCode(accept, domain2, consentCode, signInUrl) {
|
|
28405
|
+
return this._consentCodeServices.HandleConsentCode(new server.HandleConsentCodeMessage(accept, domain2, consentCode, signInUrl), coreipc_1.CancellationToken.none);
|
|
28307
28406
|
}
|
|
28308
28407
|
IsDomainAllowed(domain2) {
|
|
28309
28408
|
return this._consentCodeServices.IsDomainAllowed(new server.IsDomainAllowedMessage(domain2), coreipc_1.CancellationToken.none);
|
|
@@ -28445,7 +28544,10 @@ var require_robot_agent_proxy2 = __commonJS((exports) => {
|
|
|
28445
28544
|
this._robotJsServices = new robotjs_services_1.RobotJsServices(this._consentCodeServices);
|
|
28446
28545
|
}
|
|
28447
28546
|
CloseAsync() {
|
|
28448
|
-
return __awaiter(this, undefined, undefined, function* () {
|
|
28547
|
+
return __awaiter(this, undefined, undefined, function* () {
|
|
28548
|
+
yield coreipc_1.ipc.disposeChannel(coreipc_1.ipc.namedPipe(this._settings.pipeName));
|
|
28549
|
+
yield coreipc_1.ipc.disposeChannel(coreipc_1.ipc.namedPipe(this._robotJsSettings.pipeName));
|
|
28550
|
+
});
|
|
28449
28551
|
}
|
|
28450
28552
|
get RobotStatusChanged() {
|
|
28451
28553
|
return this._robotStatusChanged;
|
|
@@ -32485,7 +32587,7 @@ toolsFactoryRepository4.registerProjectToolFactory(new FunctionsToolFactory);
|
|
|
32485
32587
|
// package.json
|
|
32486
32588
|
var package_default = {
|
|
32487
32589
|
name: "@uipath/solution-tool",
|
|
32488
|
-
version: "0.9.
|
|
32590
|
+
version: "0.9.1",
|
|
32489
32591
|
description: "Create, pack, publish, and deploy UiPath Automation Solutions.",
|
|
32490
32592
|
repository: {
|
|
32491
32593
|
type: "git",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/solution-tool",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"description": "Create, pack, publish, and deploy UiPath Automation Solutions.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -38,21 +38,21 @@
|
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@types/node": "^25.5.0",
|
|
41
|
-
"@uipath/auth": "0.9.
|
|
42
|
-
"@uipath/common": "0.9.
|
|
43
|
-
"@uipath/filesystem": "0.9.
|
|
44
|
-
"@uipath/orchestrator-sdk": "0.9.
|
|
41
|
+
"@uipath/auth": "0.9.1",
|
|
42
|
+
"@uipath/common": "0.9.1",
|
|
43
|
+
"@uipath/filesystem": "0.9.1",
|
|
44
|
+
"@uipath/orchestrator-sdk": "0.9.1",
|
|
45
45
|
"@uipath/packager-tool-connector": "0.0.18",
|
|
46
46
|
"@uipath/packager-tool-functions": "0.0.8",
|
|
47
47
|
"@uipath/packager-tool-webapp": "1.0.5",
|
|
48
|
-
"@uipath/pipelines-sdk": "0.9.
|
|
48
|
+
"@uipath/pipelines-sdk": "0.9.1",
|
|
49
49
|
"@uipath/resource-builder-sdk": "^2025.11.0-alpha2432-2950",
|
|
50
50
|
"@uipath/resource-builder-tool": "2025.11.0-alpha2928-3101",
|
|
51
51
|
"@uipath/solution-packager": "0.0.34",
|
|
52
|
-
"@uipath/solution-sdk": "0.9.
|
|
52
|
+
"@uipath/solution-sdk": "0.9.1",
|
|
53
53
|
"commander": "^14.0.3",
|
|
54
54
|
"fflate": "^0.8.2",
|
|
55
55
|
"typescript": "^5"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "e8da2857e37a9495c4907cd39f47c9d6ed1a5566"
|
|
58
58
|
}
|