@dxos/client-services 0.3.9-main.9c71aa7 → 0.3.9-main.9da1d41
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-MA6UXJ2R.mjs → chunk-HZQPQUZD.mjs} +11 -10
- package/dist/lib/browser/chunk-HZQPQUZD.mjs.map +7 -0
- 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-GK2GPVLX.cjs → chunk-XVILBTDI.cjs} +14 -13
- package/dist/lib/node/{chunk-GK2GPVLX.cjs.map → chunk-XVILBTDI.cjs.map} +2 -2
- package/dist/lib/node/index.cjs +37 -37
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/packlets/testing/index.cjs +8 -8
- package/dist/types/src/packlets/services/service-context.d.ts.map +1 -1
- package/dist/types/src/version.d.ts +1 -1
- package/package.json +35 -35
- package/src/packlets/services/automerge-host.test.ts +3 -1
- package/src/packlets/services/service-context.ts +1 -0
- package/src/version.ts +1 -1
- package/dist/lib/browser/chunk-MA6UXJ2R.mjs.map +0 -7
|
@@ -2541,7 +2541,7 @@ var getPlatform = () => {
|
|
|
2541
2541
|
};
|
|
2542
2542
|
|
|
2543
2543
|
// packages/sdk/client-services/src/version.ts
|
|
2544
|
-
var DXOS_VERSION = "0.3.9-main.
|
|
2544
|
+
var DXOS_VERSION = "0.3.9-main.9da1d41";
|
|
2545
2545
|
|
|
2546
2546
|
// packages/sdk/client-services/src/packlets/services/diagnostics.ts
|
|
2547
2547
|
var __dxlog_file10 = "/home/runner/work/dxos/dxos/packages/sdk/client-services/src/packlets/services/diagnostics.ts";
|
|
@@ -4127,6 +4127,7 @@ var ServiceContext = class ServiceContext2 {
|
|
|
4127
4127
|
if (this._deviceSpaceSync && this.identityManager.identity) {
|
|
4128
4128
|
await this.identityManager.identity.space.spaceState.removeCredentialProcessor(this._deviceSpaceSync);
|
|
4129
4129
|
}
|
|
4130
|
+
await this.automergeHost.close();
|
|
4130
4131
|
await this.dataSpaceManager?.close();
|
|
4131
4132
|
await this.identityManager.close();
|
|
4132
4133
|
await this.spaceManager.close();
|
|
@@ -4137,7 +4138,7 @@ var ServiceContext = class ServiceContext2 {
|
|
|
4137
4138
|
await this.metadataStore.close();
|
|
4138
4139
|
log13("closed", void 0, {
|
|
4139
4140
|
F: __dxlog_file15,
|
|
4140
|
-
L:
|
|
4141
|
+
L: 162,
|
|
4141
4142
|
S: this,
|
|
4142
4143
|
C: (f, a) => f(...a)
|
|
4143
4144
|
});
|
|
@@ -4151,7 +4152,7 @@ var ServiceContext = class ServiceContext2 {
|
|
|
4151
4152
|
const factory = this._handlerFactories.get(invitation.kind);
|
|
4152
4153
|
invariant13(factory, `Unknown invitation kind: ${invitation.kind}`, {
|
|
4153
4154
|
F: __dxlog_file15,
|
|
4154
|
-
L:
|
|
4155
|
+
L: 173,
|
|
4155
4156
|
S: this,
|
|
4156
4157
|
A: [
|
|
4157
4158
|
"factory",
|
|
@@ -4183,7 +4184,7 @@ var ServiceContext = class ServiceContext2 {
|
|
|
4183
4184
|
async _initialize(ctx) {
|
|
4184
4185
|
log13("initializing spaces...", void 0, {
|
|
4185
4186
|
F: __dxlog_file15,
|
|
4186
|
-
L:
|
|
4187
|
+
L: 204,
|
|
4187
4188
|
S: this,
|
|
4188
4189
|
C: (f, a) => f(...a)
|
|
4189
4190
|
});
|
|
@@ -4206,7 +4207,7 @@ var ServiceContext = class ServiceContext2 {
|
|
|
4206
4207
|
this._handlerFactories.set(Invitation6.Kind.SPACE, (invitation) => {
|
|
4207
4208
|
invariant13(this.dataSpaceManager, "dataSpaceManager not initialized yet", {
|
|
4208
4209
|
F: __dxlog_file15,
|
|
4209
|
-
L:
|
|
4210
|
+
L: 228,
|
|
4210
4211
|
S: this,
|
|
4211
4212
|
A: [
|
|
4212
4213
|
"this.dataSpaceManager",
|
|
@@ -4230,7 +4231,7 @@ var ServiceContext = class ServiceContext2 {
|
|
|
4230
4231
|
details: assertion
|
|
4231
4232
|
}, {
|
|
4232
4233
|
F: __dxlog_file15,
|
|
4233
|
-
L:
|
|
4234
|
+
L: 244,
|
|
4234
4235
|
S: this,
|
|
4235
4236
|
C: (f, a) => f(...a)
|
|
4236
4237
|
});
|
|
@@ -4241,7 +4242,7 @@ var ServiceContext = class ServiceContext2 {
|
|
|
4241
4242
|
details: assertion
|
|
4242
4243
|
}, {
|
|
4243
4244
|
F: __dxlog_file15,
|
|
4244
|
-
L:
|
|
4245
|
+
L: 248,
|
|
4245
4246
|
S: this,
|
|
4246
4247
|
C: (f, a) => f(...a)
|
|
4247
4248
|
});
|
|
@@ -4252,7 +4253,7 @@ var ServiceContext = class ServiceContext2 {
|
|
|
4252
4253
|
details: assertion
|
|
4253
4254
|
}, {
|
|
4254
4255
|
F: __dxlog_file15,
|
|
4255
|
-
L:
|
|
4256
|
+
L: 253,
|
|
4256
4257
|
S: this,
|
|
4257
4258
|
C: (f, a) => f(...a)
|
|
4258
4259
|
});
|
|
@@ -4263,7 +4264,7 @@ var ServiceContext = class ServiceContext2 {
|
|
|
4263
4264
|
} catch (err) {
|
|
4264
4265
|
log13.catch(err, void 0, {
|
|
4265
4266
|
F: __dxlog_file15,
|
|
4266
|
-
L:
|
|
4267
|
+
L: 259,
|
|
4267
4268
|
S: this,
|
|
4268
4269
|
C: (f, a) => f(...a)
|
|
4269
4270
|
});
|
|
@@ -5164,4 +5165,4 @@ export {
|
|
|
5164
5165
|
createDefaultModelFactory,
|
|
5165
5166
|
ClientServicesHost
|
|
5166
5167
|
};
|
|
5167
|
-
//# sourceMappingURL=chunk-
|
|
5168
|
+
//# sourceMappingURL=chunk-HZQPQUZD.mjs.map
|