@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
|
@@ -99,7 +99,7 @@ var getPlatform = () => {
|
|
|
99
99
|
};
|
|
100
100
|
|
|
101
101
|
// packages/sdk/client-services/src/version.ts
|
|
102
|
-
var DXOS_VERSION = "0.3.2-main.
|
|
102
|
+
var DXOS_VERSION = "0.3.2-main.428886c";
|
|
103
103
|
|
|
104
104
|
// packages/sdk/client-services/src/packlets/services/diagnostics.ts
|
|
105
105
|
var __dxlog_file = "/home/runner/work/dxos/dxos/packages/sdk/client-services/src/packlets/services/diagnostics.ts";
|
|
@@ -2139,15 +2139,6 @@ var InvitationsServiceImpl = class {
|
|
|
2139
2139
|
await accepted.cancel();
|
|
2140
2140
|
this._acceptInvitations.delete(invitationId);
|
|
2141
2141
|
this._removedAccepted.emit(accepted.get());
|
|
2142
|
-
} else {
|
|
2143
|
-
import_log7.log.warn("invalid invitation", {
|
|
2144
|
-
invitationId
|
|
2145
|
-
}, {
|
|
2146
|
-
F: __dxlog_file9,
|
|
2147
|
-
L: 132,
|
|
2148
|
-
S: this,
|
|
2149
|
-
C: (f, a) => f(...a)
|
|
2150
|
-
});
|
|
2151
2142
|
}
|
|
2152
2143
|
}
|
|
2153
2144
|
queryInvitations() {
|