@dxos/client-services 0.5.3-main.97757f4 → 0.5.3-main.9a6cd60
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-Q4T2AD6E.mjs → chunk-F2BAJZR5.mjs} +9 -21
- package/dist/lib/browser/{chunk-Q4T2AD6E.mjs.map → chunk-F2BAJZR5.mjs.map} +3 -3
- package/dist/lib/browser/index.mjs +1 -1
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/packlets/testing/index.mjs +1 -1
- package/dist/lib/node/{chunk-YTEUK7BE.cjs → chunk-XZH3AZ6H.cjs} +12 -24
- package/dist/lib/node/{chunk-YTEUK7BE.cjs.map → chunk-XZH3AZ6H.cjs.map} +3 -3
- package/dist/lib/node/index.cjs +44 -44
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/packlets/testing/index.cjs +8 -8
- package/dist/types/src/packlets/spaces/data-space.d.ts.map +1 -1
- package/dist/types/src/version.d.ts +1 -1
- package/package.json +36 -36
- package/src/packlets/spaces/data-space.ts +1 -5
- package/src/version.ts +1 -1
|
@@ -3932,19 +3932,7 @@ var DataSpace = class {
|
|
|
3932
3932
|
};
|
|
3933
3933
|
});
|
|
3934
3934
|
}
|
|
3935
|
-
|
|
3936
|
-
await this._echoHost.openSpaceRoot(handle.url);
|
|
3937
|
-
} else {
|
|
3938
|
-
log11.warn("echo database root already exists", {
|
|
3939
|
-
space: this.key,
|
|
3940
|
-
rootUrl
|
|
3941
|
-
}, {
|
|
3942
|
-
F: __dxlog_file13,
|
|
3943
|
-
L: 393,
|
|
3944
|
-
S: this,
|
|
3945
|
-
C: (f, a) => f(...a)
|
|
3946
|
-
});
|
|
3947
|
-
}
|
|
3935
|
+
await this._echoHost.openSpaceRoot(handle.url);
|
|
3948
3936
|
} catch (err) {
|
|
3949
3937
|
if (err instanceof ContextDisposedError3) {
|
|
3950
3938
|
return;
|
|
@@ -3955,7 +3943,7 @@ var DataSpace = class {
|
|
|
3955
3943
|
err
|
|
3956
3944
|
}, {
|
|
3957
3945
|
F: __dxlog_file13,
|
|
3958
|
-
L:
|
|
3946
|
+
L: 395,
|
|
3959
3947
|
S: this,
|
|
3960
3948
|
C: (f, a) => f(...a)
|
|
3961
3949
|
});
|
|
@@ -4010,7 +3998,7 @@ var DataSpace = class {
|
|
|
4010
3998
|
const newRoot = this._echoHost.automergeRepo.create(rootHandle.docSync());
|
|
4011
3999
|
invariant12(typeof newRoot.url === "string" && newRoot.url.length > 0, void 0, {
|
|
4012
4000
|
F: __dxlog_file13,
|
|
4013
|
-
L:
|
|
4001
|
+
L: 445,
|
|
4014
4002
|
S: this,
|
|
4015
4003
|
A: [
|
|
4016
4004
|
"typeof newRoot.url === 'string' && newRoot.url.length > 0",
|
|
@@ -4029,7 +4017,7 @@ var DataSpace = class {
|
|
|
4029
4017
|
{
|
|
4030
4018
|
log11.info("Fragmenting", void 0, {
|
|
4031
4019
|
F: __dxlog_file13,
|
|
4032
|
-
L:
|
|
4020
|
+
L: 457,
|
|
4033
4021
|
S: this,
|
|
4034
4022
|
C: (f, a) => f(...a)
|
|
4035
4023
|
});
|
|
@@ -4041,7 +4029,7 @@ var DataSpace = class {
|
|
|
4041
4029
|
const otherObjects = objects.filter(([key]) => key !== properties?.[0]);
|
|
4042
4030
|
invariant12(properties, "Properties not found", {
|
|
4043
4031
|
F: __dxlog_file13,
|
|
4044
|
-
L:
|
|
4032
|
+
L: 467,
|
|
4045
4033
|
S: this,
|
|
4046
4034
|
A: [
|
|
4047
4035
|
"properties",
|
|
@@ -4057,7 +4045,7 @@ var DataSpace = class {
|
|
|
4057
4045
|
const newRoot = this._echoHost.automergeRepo.create(newSpaceDoc);
|
|
4058
4046
|
invariant12(typeof newRoot.url === "string" && newRoot.url.length > 0, void 0, {
|
|
4059
4047
|
F: __dxlog_file13,
|
|
4060
|
-
L:
|
|
4048
|
+
L: 472,
|
|
4061
4049
|
S: this,
|
|
4062
4050
|
A: [
|
|
4063
4051
|
"typeof newRoot.url === 'string' && newRoot.url.length > 0",
|
|
@@ -4126,7 +4114,7 @@ var DataSpace = class {
|
|
|
4126
4114
|
state: SpaceState[this._state]
|
|
4127
4115
|
}, {
|
|
4128
4116
|
F: __dxlog_file13,
|
|
4129
|
-
L:
|
|
4117
|
+
L: 538,
|
|
4130
4118
|
S: this,
|
|
4131
4119
|
C: (f, a) => f(...a)
|
|
4132
4120
|
});
|
|
@@ -5312,7 +5300,7 @@ import { SpaceMember as SpaceMember7 } from "@dxos/protocols/proto/dxos/client/s
|
|
|
5312
5300
|
import { TRACE_PROCESSOR } from "@dxos/tracing";
|
|
5313
5301
|
|
|
5314
5302
|
// packages/sdk/client-services/src/version.ts
|
|
5315
|
-
var DXOS_VERSION = "0.5.3-main.
|
|
5303
|
+
var DXOS_VERSION = "0.5.3-main.9a6cd60";
|
|
5316
5304
|
|
|
5317
5305
|
// packages/sdk/client-services/src/packlets/services/platform.ts
|
|
5318
5306
|
import { Platform } from "@dxos/protocols/proto/dxos/client/services";
|
|
@@ -6559,4 +6547,4 @@ export {
|
|
|
6559
6547
|
ClientServicesHost,
|
|
6560
6548
|
ClientServicesProviderResource
|
|
6561
6549
|
};
|
|
6562
|
-
//# sourceMappingURL=chunk-
|
|
6550
|
+
//# sourceMappingURL=chunk-F2BAJZR5.mjs.map
|