@dxos/client-services 0.3.2-main.14bd43d → 0.3.2-main.428886c
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-D5YLUKQN.mjs → chunk-7ILC5J66.mjs} +2 -11
- package/dist/lib/browser/chunk-7ILC5J66.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/index.cjs +1 -10
- package/dist/lib/node/index.cjs.map +2 -2
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/packlets/testing/index.cjs +1 -10
- package/dist/lib/node/packlets/testing/index.cjs.map +2 -2
- package/dist/types/src/packlets/invitations/invitations-service.d.ts.map +1 -1
- package/dist/types/src/version.d.ts +1 -1
- package/package.json +35 -35
- package/src/packlets/invitations/invitations-service.ts +0 -2
- package/src/version.ts +1 -1
- package/dist/lib/browser/chunk-D5YLUKQN.mjs.map +0 -7
|
@@ -2241,15 +2241,6 @@ var InvitationsServiceImpl = class {
|
|
|
2241
2241
|
await accepted.cancel();
|
|
2242
2242
|
this._acceptInvitations.delete(invitationId);
|
|
2243
2243
|
this._removedAccepted.emit(accepted.get());
|
|
2244
|
-
} else {
|
|
2245
|
-
log6.warn("invalid invitation", {
|
|
2246
|
-
invitationId
|
|
2247
|
-
}, {
|
|
2248
|
-
F: __dxlog_file8,
|
|
2249
|
-
L: 132,
|
|
2250
|
-
S: this,
|
|
2251
|
-
C: (f, a) => f(...a)
|
|
2252
|
-
});
|
|
2253
2244
|
}
|
|
2254
2245
|
}
|
|
2255
2246
|
queryInvitations() {
|
|
@@ -2549,7 +2540,7 @@ var getPlatform = () => {
|
|
|
2549
2540
|
};
|
|
2550
2541
|
|
|
2551
2542
|
// packages/sdk/client-services/src/version.ts
|
|
2552
|
-
var DXOS_VERSION = "0.3.2-main.
|
|
2543
|
+
var DXOS_VERSION = "0.3.2-main.428886c";
|
|
2553
2544
|
|
|
2554
2545
|
// packages/sdk/client-services/src/packlets/services/diagnostics.ts
|
|
2555
2546
|
var __dxlog_file10 = "/home/runner/work/dxos/dxos/packages/sdk/client-services/src/packlets/services/diagnostics.ts";
|
|
@@ -5107,4 +5098,4 @@ export {
|
|
|
5107
5098
|
createDefaultModelFactory,
|
|
5108
5099
|
ClientServicesHost
|
|
5109
5100
|
};
|
|
5110
|
-
//# sourceMappingURL=chunk-
|
|
5101
|
+
//# sourceMappingURL=chunk-7ILC5J66.mjs.map
|