@dxos/client-services 0.1.36 → 0.1.37-next.677bac1
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-2AYYVPWN.mjs → chunk-OPQXHEJH.mjs} +2 -2
- package/dist/lib/browser/chunk-OPQXHEJH.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 -1
- 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 -1
- package/dist/lib/node/packlets/testing/index.cjs.map +2 -2
- package/package.json +30 -30
- package/src/packlets/invitations/invitations-handler.ts +1 -1
- package/dist/lib/browser/chunk-2AYYVPWN.mjs.map +0 -7
|
@@ -1344,7 +1344,7 @@ var InvitationsHandler = class {
|
|
|
1344
1344
|
state: Invitation2.State.TIMEOUT
|
|
1345
1345
|
});
|
|
1346
1346
|
} else {
|
|
1347
|
-
log4
|
|
1347
|
+
log4("auth failed", err, {
|
|
1348
1348
|
file: "invitations-handler.ts",
|
|
1349
1349
|
line: 342,
|
|
1350
1350
|
scope: this,
|
|
@@ -4083,4 +4083,4 @@ export {
|
|
|
4083
4083
|
LocalClientServices,
|
|
4084
4084
|
fromHost
|
|
4085
4085
|
};
|
|
4086
|
-
//# sourceMappingURL=chunk-
|
|
4086
|
+
//# sourceMappingURL=chunk-OPQXHEJH.mjs.map
|