@dxos/client-services 0.1.48 → 0.1.49-next.55d8a92
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-KN2NX2RP.mjs → chunk-KMQOZOUZ.mjs} +12 -12
- package/dist/lib/browser/chunk-KMQOZOUZ.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 +18 -5
- package/dist/lib/browser/packlets/testing/index.mjs.map +3 -3
- package/dist/lib/node/index.cjs +11 -11
- 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 +28 -15
- package/dist/lib/node/packlets/testing/index.cjs.map +3 -3
- package/dist/types/src/packlets/services/service-host.d.ts.map +1 -1
- package/dist/types/src/packlets/testing/test-builder.d.ts +10 -3
- package/dist/types/src/packlets/testing/test-builder.d.ts.map +1 -1
- package/package.json +30 -30
- package/src/packlets/devtools/feeds.ts +1 -1
- package/src/packlets/services/service-host.ts +1 -0
- package/src/packlets/spaces/data-space-manager.test.ts +43 -0
- package/src/packlets/testing/test-builder.ts +23 -4
- package/dist/lib/browser/chunk-KN2NX2RP.mjs.map +0 -7
package/dist/lib/node/index.cjs
CHANGED
|
@@ -94,7 +94,7 @@ var subscribeToFeeds = ({ feedStore }, { feedKeys }) => {
|
|
|
94
94
|
feeds: Array.from(feedMap.values()).map((feed) => ({
|
|
95
95
|
feedKey: feed.key,
|
|
96
96
|
length: feed.properties.length,
|
|
97
|
-
|
|
97
|
+
bytes: feed.core.byteLength
|
|
98
98
|
}))
|
|
99
99
|
});
|
|
100
100
|
};
|
|
@@ -4418,7 +4418,7 @@ var ClientServicesHost = class {
|
|
|
4418
4418
|
id: traceId
|
|
4419
4419
|
}), {
|
|
4420
4420
|
file: "service-host.ts",
|
|
4421
|
-
line:
|
|
4421
|
+
line: 187,
|
|
4422
4422
|
scope: this,
|
|
4423
4423
|
callSite: (f, a) => f(...a)
|
|
4424
4424
|
});
|
|
@@ -4431,7 +4431,7 @@ var ClientServicesHost = class {
|
|
|
4431
4431
|
lockKey: (_a = this._resourceLock) == null ? void 0 : _a.lockKey
|
|
4432
4432
|
}, {
|
|
4433
4433
|
file: "service-host.ts",
|
|
4434
|
-
line:
|
|
4434
|
+
line: 195,
|
|
4435
4435
|
scope: this,
|
|
4436
4436
|
callSite: (f, a) => f(...a)
|
|
4437
4437
|
});
|
|
@@ -4466,7 +4466,7 @@ var ClientServicesHost = class {
|
|
|
4466
4466
|
deviceKey
|
|
4467
4467
|
}, {
|
|
4468
4468
|
file: "service-host.ts",
|
|
4469
|
-
line:
|
|
4469
|
+
line: 250,
|
|
4470
4470
|
scope: this,
|
|
4471
4471
|
callSite: (f, a) => f(...a)
|
|
4472
4472
|
});
|
|
@@ -4474,7 +4474,7 @@ var ClientServicesHost = class {
|
|
|
4474
4474
|
id: traceId
|
|
4475
4475
|
}), {
|
|
4476
4476
|
file: "service-host.ts",
|
|
4477
|
-
line:
|
|
4477
|
+
line: 251,
|
|
4478
4478
|
scope: this,
|
|
4479
4479
|
callSite: (f, a) => f(...a)
|
|
4480
4480
|
});
|
|
@@ -4489,7 +4489,7 @@ var ClientServicesHost = class {
|
|
|
4489
4489
|
deviceKey
|
|
4490
4490
|
}, {
|
|
4491
4491
|
file: "service-host.ts",
|
|
4492
|
-
line:
|
|
4492
|
+
line: 260,
|
|
4493
4493
|
scope: this,
|
|
4494
4494
|
callSite: (f, a) => f(...a)
|
|
4495
4495
|
});
|
|
@@ -4504,7 +4504,7 @@ var ClientServicesHost = class {
|
|
|
4504
4504
|
deviceKey
|
|
4505
4505
|
}, {
|
|
4506
4506
|
file: "service-host.ts",
|
|
4507
|
-
line:
|
|
4507
|
+
line: 266,
|
|
4508
4508
|
scope: this,
|
|
4509
4509
|
callSite: (f, a) => f(...a)
|
|
4510
4510
|
});
|
|
@@ -4516,13 +4516,13 @@ var ClientServicesHost = class {
|
|
|
4516
4516
|
id: traceId
|
|
4517
4517
|
}), {
|
|
4518
4518
|
file: "service-host.ts",
|
|
4519
|
-
line:
|
|
4519
|
+
line: 271,
|
|
4520
4520
|
scope: this,
|
|
4521
4521
|
callSite: (f, a) => f(...a)
|
|
4522
4522
|
});
|
|
4523
4523
|
(0, import_log19.log)("resetting...", {}, {
|
|
4524
4524
|
file: "service-host.ts",
|
|
4525
|
-
line:
|
|
4525
|
+
line: 273,
|
|
4526
4526
|
scope: this,
|
|
4527
4527
|
callSite: (f, a) => f(...a)
|
|
4528
4528
|
});
|
|
@@ -4530,7 +4530,7 @@ var ClientServicesHost = class {
|
|
|
4530
4530
|
await this._storage.reset();
|
|
4531
4531
|
(0, import_log19.log)("reset", {}, {
|
|
4532
4532
|
file: "service-host.ts",
|
|
4533
|
-
line:
|
|
4533
|
+
line: 276,
|
|
4534
4534
|
scope: this,
|
|
4535
4535
|
callSite: (f, a) => f(...a)
|
|
4536
4536
|
});
|
|
@@ -4538,7 +4538,7 @@ var ClientServicesHost = class {
|
|
|
4538
4538
|
id: traceId
|
|
4539
4539
|
}), {
|
|
4540
4540
|
file: "service-host.ts",
|
|
4541
|
-
line:
|
|
4541
|
+
line: 277,
|
|
4542
4542
|
scope: this,
|
|
4543
4543
|
callSite: (f, a) => f(...a)
|
|
4544
4544
|
});
|