@dxos/client-services 0.1.56-main.fd2d497 → 0.1.56-next.71eb10c
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/lib/browser/{chunk-2ILFHDSV.mjs → chunk-V4EYH65A.mjs} +51 -47
- package/dist/lib/browser/chunk-V4EYH65A.mjs.map +7 -0
- package/dist/lib/browser/index.mjs +2 -2
- package/dist/lib/browser/index.mjs.map +3 -3
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/packlets/testing/index.mjs +1 -1
- package/dist/lib/node/index.cjs +51 -47
- package/dist/lib/node/index.cjs.map +3 -3
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/packlets/testing/index.cjs +50 -46
- package/dist/lib/node/packlets/testing/index.cjs.map +3 -3
- package/dist/types/src/packlets/invitations/invitations-handler.d.ts.map +1 -1
- package/dist/types/src/packlets/services/diagnostics.d.ts.map +1 -1
- package/dist/types/src/packlets/services/service-context.d.ts.map +1 -1
- package/dist/types/src/packlets/spaces/data-space-manager.d.ts.map +1 -1
- package/dist/types/src/version.d.ts +1 -1
- package/package.json +34 -34
- package/src/packlets/invitations/invitations-handler.ts +2 -0
- package/src/packlets/services/diagnostics.ts +2 -1
- package/src/packlets/services/service-context.ts +4 -4
- package/src/packlets/services/service-host.test.ts +1 -1
- package/src/packlets/spaces/data-space-manager.test.ts +57 -0
- package/src/packlets/spaces/data-space-manager.ts +5 -1
- package/src/packlets/spaces/spaces-service.ts +1 -1
- package/src/packlets/vault/worker-runtime.ts +1 -1
- package/src/version.ts +1 -1
- package/dist/lib/browser/chunk-2ILFHDSV.mjs.map +0 -7
|
@@ -1717,7 +1717,8 @@ var InvitationsHandler = class {
|
|
|
1717
1717
|
protocolProvider: createTeleportProtocolFactory(async (teleport) => {
|
|
1718
1718
|
teleport.addExtension("dxos.halo.invitations", createExtension());
|
|
1719
1719
|
}),
|
|
1720
|
-
topology: new StarTopology(topic)
|
|
1720
|
+
topology: new StarTopology(topic),
|
|
1721
|
+
label: "invitation host"
|
|
1721
1722
|
});
|
|
1722
1723
|
ctx.onDispose(() => swarmConnection.close());
|
|
1723
1724
|
stream.next({
|
|
@@ -1742,7 +1743,7 @@ var InvitationsHandler = class {
|
|
|
1742
1743
|
const { timeout = INVITATION_TIMEOUT } = invitation;
|
|
1743
1744
|
invariant6(protocol, void 0, {
|
|
1744
1745
|
F: __dxlog_file7,
|
|
1745
|
-
L:
|
|
1746
|
+
L: 211,
|
|
1746
1747
|
S: this,
|
|
1747
1748
|
A: [
|
|
1748
1749
|
"protocol",
|
|
@@ -1756,7 +1757,7 @@ var InvitationsHandler = class {
|
|
|
1756
1757
|
const setState = (newData) => {
|
|
1757
1758
|
invariant6(newData.state !== void 0, void 0, {
|
|
1758
1759
|
F: __dxlog_file7,
|
|
1759
|
-
L:
|
|
1760
|
+
L: 222,
|
|
1760
1761
|
S: this,
|
|
1761
1762
|
A: [
|
|
1762
1763
|
"newData.state !== undefined",
|
|
@@ -1776,7 +1777,7 @@ var InvitationsHandler = class {
|
|
|
1776
1777
|
...protocol.toJSON()
|
|
1777
1778
|
}, {
|
|
1778
1779
|
F: __dxlog_file7,
|
|
1779
|
-
L:
|
|
1780
|
+
L: 230,
|
|
1780
1781
|
S: this,
|
|
1781
1782
|
C: (f, a) => f(...a)
|
|
1782
1783
|
});
|
|
@@ -1786,7 +1787,7 @@ var InvitationsHandler = class {
|
|
|
1786
1787
|
} else {
|
|
1787
1788
|
log5.warn("auth failed", err, {
|
|
1788
1789
|
F: __dxlog_file7,
|
|
1789
|
-
L:
|
|
1790
|
+
L: 233,
|
|
1790
1791
|
S: this,
|
|
1791
1792
|
C: (f, a) => f(...a)
|
|
1792
1793
|
});
|
|
@@ -1800,7 +1801,7 @@ var InvitationsHandler = class {
|
|
|
1800
1801
|
...protocol.toJSON()
|
|
1801
1802
|
}, {
|
|
1802
1803
|
F: __dxlog_file7,
|
|
1803
|
-
L:
|
|
1804
|
+
L: 241,
|
|
1804
1805
|
S: this,
|
|
1805
1806
|
C: (f, a) => f(...a)
|
|
1806
1807
|
});
|
|
@@ -1815,7 +1816,7 @@ var InvitationsHandler = class {
|
|
|
1815
1816
|
currentState
|
|
1816
1817
|
}, {
|
|
1817
1818
|
F: __dxlog_file7,
|
|
1818
|
-
L:
|
|
1819
|
+
L: 251,
|
|
1819
1820
|
S: this,
|
|
1820
1821
|
C: (f, a) => f(...a)
|
|
1821
1822
|
});
|
|
@@ -1830,7 +1831,7 @@ var InvitationsHandler = class {
|
|
|
1830
1831
|
id: traceId
|
|
1831
1832
|
}), {
|
|
1832
1833
|
F: __dxlog_file7,
|
|
1833
|
-
L:
|
|
1834
|
+
L: 260,
|
|
1834
1835
|
S: this,
|
|
1835
1836
|
C: (f, a) => f(...a)
|
|
1836
1837
|
});
|
|
@@ -1842,7 +1843,7 @@ var InvitationsHandler = class {
|
|
|
1842
1843
|
...protocol.toJSON()
|
|
1843
1844
|
}, {
|
|
1844
1845
|
F: __dxlog_file7,
|
|
1845
|
-
L:
|
|
1846
|
+
L: 268,
|
|
1846
1847
|
S: this,
|
|
1847
1848
|
C: (f, a) => f(...a)
|
|
1848
1849
|
});
|
|
@@ -1853,7 +1854,7 @@ var InvitationsHandler = class {
|
|
|
1853
1854
|
...protocol.toJSON()
|
|
1854
1855
|
}, {
|
|
1855
1856
|
F: __dxlog_file7,
|
|
1856
|
-
L:
|
|
1857
|
+
L: 272,
|
|
1857
1858
|
S: this,
|
|
1858
1859
|
C: (f, a) => f(...a)
|
|
1859
1860
|
});
|
|
@@ -1863,7 +1864,7 @@ var InvitationsHandler = class {
|
|
|
1863
1864
|
response: introductionResponse
|
|
1864
1865
|
}, {
|
|
1865
1866
|
F: __dxlog_file7,
|
|
1866
|
-
L:
|
|
1867
|
+
L: 276,
|
|
1867
1868
|
S: this,
|
|
1868
1869
|
C: (f, a) => f(...a)
|
|
1869
1870
|
});
|
|
@@ -1875,7 +1876,7 @@ var InvitationsHandler = class {
|
|
|
1875
1876
|
for (let attempt = 1; attempt <= MAX_OTP_ATTEMPTS; attempt++) {
|
|
1876
1877
|
log5("guest waiting for authentication code...", void 0, {
|
|
1877
1878
|
F: __dxlog_file7,
|
|
1878
|
-
L:
|
|
1879
|
+
L: 285,
|
|
1879
1880
|
S: this,
|
|
1880
1881
|
C: (f, a) => f(...a)
|
|
1881
1882
|
});
|
|
@@ -1887,7 +1888,7 @@ var InvitationsHandler = class {
|
|
|
1887
1888
|
});
|
|
1888
1889
|
log5("sending authentication request", void 0, {
|
|
1889
1890
|
F: __dxlog_file7,
|
|
1890
|
-
L:
|
|
1891
|
+
L: 289,
|
|
1891
1892
|
S: this,
|
|
1892
1893
|
C: (f, a) => f(...a)
|
|
1893
1894
|
});
|
|
@@ -1908,7 +1909,7 @@ var InvitationsHandler = class {
|
|
|
1908
1909
|
attempt
|
|
1909
1910
|
}, {
|
|
1910
1911
|
F: __dxlog_file7,
|
|
1911
|
-
L:
|
|
1912
|
+
L: 300,
|
|
1912
1913
|
S: this,
|
|
1913
1914
|
C: (f, a) => f(...a)
|
|
1914
1915
|
});
|
|
@@ -1925,7 +1926,7 @@ var InvitationsHandler = class {
|
|
|
1925
1926
|
...protocol.toJSON()
|
|
1926
1927
|
}, {
|
|
1927
1928
|
F: __dxlog_file7,
|
|
1928
|
-
L:
|
|
1929
|
+
L: 311,
|
|
1929
1930
|
S: this,
|
|
1930
1931
|
C: (f, a) => f(...a)
|
|
1931
1932
|
});
|
|
@@ -1937,7 +1938,7 @@ var InvitationsHandler = class {
|
|
|
1937
1938
|
...protocol.toJSON()
|
|
1938
1939
|
}, {
|
|
1939
1940
|
F: __dxlog_file7,
|
|
1940
|
-
L:
|
|
1941
|
+
L: 322,
|
|
1941
1942
|
S: this,
|
|
1942
1943
|
C: (f, a) => f(...a)
|
|
1943
1944
|
});
|
|
@@ -1949,7 +1950,7 @@ var InvitationsHandler = class {
|
|
|
1949
1950
|
id: traceId
|
|
1950
1951
|
}), {
|
|
1951
1952
|
F: __dxlog_file7,
|
|
1952
|
-
L:
|
|
1953
|
+
L: 324,
|
|
1953
1954
|
S: this,
|
|
1954
1955
|
C: (f, a) => f(...a)
|
|
1955
1956
|
});
|
|
@@ -1959,7 +1960,7 @@ var InvitationsHandler = class {
|
|
|
1959
1960
|
...protocol.toJSON()
|
|
1960
1961
|
}, {
|
|
1961
1962
|
F: __dxlog_file7,
|
|
1962
|
-
L:
|
|
1963
|
+
L: 327,
|
|
1963
1964
|
S: this,
|
|
1964
1965
|
C: (f, a) => f(...a)
|
|
1965
1966
|
});
|
|
@@ -1969,7 +1970,7 @@ var InvitationsHandler = class {
|
|
|
1969
1970
|
} else {
|
|
1970
1971
|
log5("auth failed", err, {
|
|
1971
1972
|
F: __dxlog_file7,
|
|
1972
|
-
L:
|
|
1973
|
+
L: 330,
|
|
1973
1974
|
S: this,
|
|
1974
1975
|
C: (f, a) => f(...a)
|
|
1975
1976
|
});
|
|
@@ -1980,7 +1981,7 @@ var InvitationsHandler = class {
|
|
|
1980
1981
|
error: err
|
|
1981
1982
|
}), {
|
|
1982
1983
|
F: __dxlog_file7,
|
|
1983
|
-
L:
|
|
1984
|
+
L: 333,
|
|
1984
1985
|
S: this,
|
|
1985
1986
|
C: (f, a) => f(...a)
|
|
1986
1987
|
});
|
|
@@ -1998,7 +1999,7 @@ var InvitationsHandler = class {
|
|
|
1998
1999
|
...protocol.toJSON()
|
|
1999
2000
|
}, {
|
|
2000
2001
|
F: __dxlog_file7,
|
|
2001
|
-
L:
|
|
2002
|
+
L: 344,
|
|
2002
2003
|
S: this,
|
|
2003
2004
|
C: (f, a) => f(...a)
|
|
2004
2005
|
});
|
|
@@ -2008,7 +2009,7 @@ var InvitationsHandler = class {
|
|
|
2008
2009
|
} else {
|
|
2009
2010
|
log5("auth failed", err, {
|
|
2010
2011
|
F: __dxlog_file7,
|
|
2011
|
-
L:
|
|
2012
|
+
L: 347,
|
|
2012
2013
|
S: this,
|
|
2013
2014
|
C: (f, a) => f(...a)
|
|
2014
2015
|
});
|
|
@@ -2021,7 +2022,7 @@ var InvitationsHandler = class {
|
|
|
2021
2022
|
scheduleTask2(ctx, async () => {
|
|
2022
2023
|
invariant6(invitation.swarmKey, void 0, {
|
|
2023
2024
|
F: __dxlog_file7,
|
|
2024
|
-
L:
|
|
2025
|
+
L: 357,
|
|
2025
2026
|
S: this,
|
|
2026
2027
|
A: [
|
|
2027
2028
|
"invitation.swarmKey",
|
|
@@ -2035,7 +2036,8 @@ var InvitationsHandler = class {
|
|
|
2035
2036
|
protocolProvider: createTeleportProtocolFactory(async (teleport) => {
|
|
2036
2037
|
teleport.addExtension("dxos.halo.invitations", createExtension());
|
|
2037
2038
|
}),
|
|
2038
|
-
topology: new StarTopology(topic)
|
|
2039
|
+
topology: new StarTopology(topic),
|
|
2040
|
+
label: "invitation guest"
|
|
2039
2041
|
});
|
|
2040
2042
|
ctx.onDispose(() => swarmConnection.close());
|
|
2041
2043
|
setState({
|
|
@@ -2454,13 +2456,14 @@ var ClientRpcServer = class {
|
|
|
2454
2456
|
import { getFirstStreamValue } from "@dxos/codec-protobuf";
|
|
2455
2457
|
import { credentialTypeFilter } from "@dxos/credentials";
|
|
2456
2458
|
import { DocumentModel } from "@dxos/document-model";
|
|
2459
|
+
import { TYPE_PROPERTIES } from "@dxos/echo-db";
|
|
2457
2460
|
import { invariant as invariant9 } from "@dxos/invariant";
|
|
2458
2461
|
import { log as log8 } from "@dxos/log";
|
|
2459
2462
|
import { STORAGE_VERSION } from "@dxos/protocols";
|
|
2460
2463
|
import { SpaceMember } from "@dxos/protocols/proto/dxos/client/services";
|
|
2461
2464
|
|
|
2462
2465
|
// packages/sdk/client-services/src/version.ts
|
|
2463
|
-
var DXOS_VERSION = "0.1.56-
|
|
2466
|
+
var DXOS_VERSION = "0.1.56-next.71eb10c";
|
|
2464
2467
|
|
|
2465
2468
|
// packages/sdk/client-services/src/packlets/services/platform.ts
|
|
2466
2469
|
var getPlatform = () => {
|
|
@@ -2507,7 +2510,7 @@ var createDiagnostics = async (clientServices, serviceContext, config) => {
|
|
|
2507
2510
|
{
|
|
2508
2511
|
invariant9(clientServices.LoggingService, "SystemService is not available.", {
|
|
2509
2512
|
F: __dxlog_file10,
|
|
2510
|
-
L:
|
|
2513
|
+
L: 88,
|
|
2511
2514
|
S: void 0,
|
|
2512
2515
|
A: [
|
|
2513
2516
|
"clientServices.LoggingService",
|
|
@@ -2547,13 +2550,13 @@ var createDiagnostics = async (clientServices, serviceContext, config) => {
|
|
|
2547
2550
|
var getProperties = (space) => {
|
|
2548
2551
|
let properties = {};
|
|
2549
2552
|
try {
|
|
2550
|
-
const propertiesItem = space.dataPipeline.itemManager.items.find((item) => item.modelMeta?.type === DocumentModel.meta.type && item.state?.type ===
|
|
2553
|
+
const propertiesItem = space.dataPipeline.itemManager.items.find((item) => item.modelMeta?.type === DocumentModel.meta.type && item.state?.type === TYPE_PROPERTIES);
|
|
2551
2554
|
const state = propertiesItem?.state;
|
|
2552
2555
|
properties = state?.data;
|
|
2553
2556
|
} catch (err) {
|
|
2554
2557
|
log8.warn(err.message, void 0, {
|
|
2555
2558
|
F: __dxlog_file10,
|
|
2556
|
-
L:
|
|
2559
|
+
L: 145,
|
|
2557
2560
|
S: void 0,
|
|
2558
2561
|
C: (f, a) => f(...a)
|
|
2559
2562
|
});
|
|
@@ -3506,7 +3509,7 @@ var DataSpaceManager = class DataSpaceManager2 {
|
|
|
3506
3509
|
onAuthFailure: () => {
|
|
3507
3510
|
log11.warn("auth failure", void 0, {
|
|
3508
3511
|
F: __dxlog_file13,
|
|
3509
|
-
L:
|
|
3512
|
+
L: 217,
|
|
3510
3513
|
S: this,
|
|
3511
3514
|
C: (f, a) => f(...a)
|
|
3512
3515
|
});
|
|
@@ -3530,7 +3533,7 @@ var DataSpaceManager = class DataSpaceManager2 {
|
|
|
3530
3533
|
space: space.key
|
|
3531
3534
|
}, {
|
|
3532
3535
|
F: __dxlog_file13,
|
|
3533
|
-
L:
|
|
3536
|
+
L: 235,
|
|
3534
3537
|
S: this,
|
|
3535
3538
|
C: (f, a) => f(...a)
|
|
3536
3539
|
});
|
|
@@ -3542,7 +3545,7 @@ var DataSpaceManager = class DataSpaceManager2 {
|
|
|
3542
3545
|
open: this._isOpen
|
|
3543
3546
|
}, {
|
|
3544
3547
|
F: __dxlog_file13,
|
|
3545
|
-
L:
|
|
3548
|
+
L: 242,
|
|
3546
3549
|
S: this,
|
|
3547
3550
|
C: (f, a) => f(...a)
|
|
3548
3551
|
});
|
|
@@ -3555,7 +3558,7 @@ var DataSpaceManager = class DataSpaceManager2 {
|
|
|
3555
3558
|
space: space.key
|
|
3556
3559
|
}, {
|
|
3557
3560
|
F: __dxlog_file13,
|
|
3558
|
-
L:
|
|
3561
|
+
L: 248,
|
|
3559
3562
|
S: this,
|
|
3560
3563
|
C: (f, a) => f(...a)
|
|
3561
3564
|
});
|
|
@@ -3652,7 +3655,7 @@ var SpacesServiceImpl = class {
|
|
|
3652
3655
|
spaces
|
|
3653
3656
|
});
|
|
3654
3657
|
}, {
|
|
3655
|
-
maxFrequency: 2
|
|
3658
|
+
maxFrequency: false ? void 0 : 2
|
|
3656
3659
|
});
|
|
3657
3660
|
scheduleTask5(ctx, async () => {
|
|
3658
3661
|
const dataSpaceManager = await this._getDataSpaceManager();
|
|
@@ -3818,7 +3821,8 @@ var ServiceContext = class ServiceContext2 {
|
|
|
3818
3821
|
root: storage.createDirectory("feeds"),
|
|
3819
3822
|
signer: this.keyring,
|
|
3820
3823
|
hypercore: {
|
|
3821
|
-
valueEncoding
|
|
3824
|
+
valueEncoding,
|
|
3825
|
+
stats: true
|
|
3822
3826
|
}
|
|
3823
3827
|
})
|
|
3824
3828
|
});
|
|
@@ -3838,7 +3842,7 @@ var ServiceContext = class ServiceContext2 {
|
|
|
3838
3842
|
await this._checkStorageVersion();
|
|
3839
3843
|
log13("opening...", void 0, {
|
|
3840
3844
|
F: __dxlog_file15,
|
|
3841
|
-
L:
|
|
3845
|
+
L: 135,
|
|
3842
3846
|
S: this,
|
|
3843
3847
|
C: (f, a) => f(...a)
|
|
3844
3848
|
});
|
|
@@ -3846,7 +3850,7 @@ var ServiceContext = class ServiceContext2 {
|
|
|
3846
3850
|
id: this._instanceId
|
|
3847
3851
|
}), {
|
|
3848
3852
|
F: __dxlog_file15,
|
|
3849
|
-
L:
|
|
3853
|
+
L: 136,
|
|
3850
3854
|
S: this,
|
|
3851
3855
|
C: (f, a) => f(...a)
|
|
3852
3856
|
});
|
|
@@ -3861,13 +3865,13 @@ var ServiceContext = class ServiceContext2 {
|
|
|
3861
3865
|
id: this._instanceId
|
|
3862
3866
|
}), {
|
|
3863
3867
|
F: __dxlog_file15,
|
|
3864
|
-
L:
|
|
3868
|
+
L: 144,
|
|
3865
3869
|
S: this,
|
|
3866
3870
|
C: (f, a) => f(...a)
|
|
3867
3871
|
});
|
|
3868
3872
|
log13("opened", void 0, {
|
|
3869
3873
|
F: __dxlog_file15,
|
|
3870
|
-
L:
|
|
3874
|
+
L: 145,
|
|
3871
3875
|
S: this,
|
|
3872
3876
|
C: (f, a) => f(...a)
|
|
3873
3877
|
});
|
|
@@ -3875,7 +3879,7 @@ var ServiceContext = class ServiceContext2 {
|
|
|
3875
3879
|
async close() {
|
|
3876
3880
|
log13("closing...", void 0, {
|
|
3877
3881
|
F: __dxlog_file15,
|
|
3878
|
-
L:
|
|
3882
|
+
L: 149,
|
|
3879
3883
|
S: this,
|
|
3880
3884
|
C: (f, a) => f(...a)
|
|
3881
3885
|
});
|
|
@@ -3891,7 +3895,7 @@ var ServiceContext = class ServiceContext2 {
|
|
|
3891
3895
|
this.dataServiceSubscriptions.clear();
|
|
3892
3896
|
log13("closed", void 0, {
|
|
3893
3897
|
F: __dxlog_file15,
|
|
3894
|
-
L:
|
|
3898
|
+
L: 160,
|
|
3895
3899
|
S: this,
|
|
3896
3900
|
C: (f, a) => f(...a)
|
|
3897
3901
|
});
|
|
@@ -3929,7 +3933,7 @@ var ServiceContext = class ServiceContext2 {
|
|
|
3929
3933
|
async _initialize(ctx) {
|
|
3930
3934
|
log13("initializing spaces...", void 0, {
|
|
3931
3935
|
F: __dxlog_file15,
|
|
3932
|
-
L:
|
|
3936
|
+
L: 192,
|
|
3933
3937
|
S: this,
|
|
3934
3938
|
C: (f, a) => f(...a)
|
|
3935
3939
|
});
|
|
@@ -3952,7 +3956,7 @@ var ServiceContext = class ServiceContext2 {
|
|
|
3952
3956
|
this._handlerFactories.set(Invitation5.Kind.SPACE, (invitation) => {
|
|
3953
3957
|
invariant12(this.dataSpaceManager, "dataSpaceManager not initialized yet", {
|
|
3954
3958
|
F: __dxlog_file15,
|
|
3955
|
-
L:
|
|
3959
|
+
L: 215,
|
|
3956
3960
|
S: this,
|
|
3957
3961
|
A: [
|
|
3958
3962
|
"this.dataSpaceManager",
|
|
@@ -3976,7 +3980,7 @@ var ServiceContext = class ServiceContext2 {
|
|
|
3976
3980
|
details: assertion
|
|
3977
3981
|
}, {
|
|
3978
3982
|
F: __dxlog_file15,
|
|
3979
|
-
L:
|
|
3983
|
+
L: 231,
|
|
3980
3984
|
S: this,
|
|
3981
3985
|
C: (f, a) => f(...a)
|
|
3982
3986
|
});
|
|
@@ -3987,7 +3991,7 @@ var ServiceContext = class ServiceContext2 {
|
|
|
3987
3991
|
details: assertion
|
|
3988
3992
|
}, {
|
|
3989
3993
|
F: __dxlog_file15,
|
|
3990
|
-
L:
|
|
3994
|
+
L: 235,
|
|
3991
3995
|
S: this,
|
|
3992
3996
|
C: (f, a) => f(...a)
|
|
3993
3997
|
});
|
|
@@ -3998,7 +4002,7 @@ var ServiceContext = class ServiceContext2 {
|
|
|
3998
4002
|
details: assertion
|
|
3999
4003
|
}, {
|
|
4000
4004
|
F: __dxlog_file15,
|
|
4001
|
-
L:
|
|
4005
|
+
L: 240,
|
|
4002
4006
|
S: this,
|
|
4003
4007
|
C: (f, a) => f(...a)
|
|
4004
4008
|
});
|
|
@@ -4009,7 +4013,7 @@ var ServiceContext = class ServiceContext2 {
|
|
|
4009
4013
|
} catch (err) {
|
|
4010
4014
|
log13.catch(err, void 0, {
|
|
4011
4015
|
F: __dxlog_file15,
|
|
4012
|
-
L:
|
|
4016
|
+
L: 246,
|
|
4013
4017
|
S: this,
|
|
4014
4018
|
C: (f, a) => f(...a)
|
|
4015
4019
|
});
|
|
@@ -4862,4 +4866,4 @@ export {
|
|
|
4862
4866
|
createDefaultModelFactory,
|
|
4863
4867
|
ClientServicesHost
|
|
4864
4868
|
};
|
|
4865
|
-
//# sourceMappingURL=chunk-
|
|
4869
|
+
//# sourceMappingURL=chunk-V4EYH65A.mjs.map
|