@dxos/client-services 0.4.7-main.7b31910 → 0.4.7-main.85d9ee7
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-AK5GNRMW.mjs → chunk-KESTWAZ5.mjs} +3 -5
- package/dist/lib/browser/{chunk-AK5GNRMW.mjs.map → chunk-KESTWAZ5.mjs.map} +3 -3
- package/dist/lib/browser/index.mjs +2 -2
- package/dist/lib/browser/index.mjs.map +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-F5T3QHFI.cjs → chunk-RG6HMYQS.cjs} +6 -8
- package/dist/lib/node/{chunk-F5T3QHFI.cjs.map → chunk-RG6HMYQS.cjs.map} +2 -2
- package/dist/lib/node/index.cjs +38 -38
- package/dist/lib/node/index.cjs.map +1 -1
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/packlets/testing/index.cjs +8 -8
- package/dist/types/src/packlets/spaces/spaces-service.d.ts.map +1 -1
- package/dist/types/src/version.d.ts +1 -1
- package/package.json +35 -35
- package/src/packlets/spaces/spaces-service.ts +1 -3
- package/src/packlets/vault/shared-worker-connection.ts +1 -1
- package/src/version.ts +1 -1
|
@@ -2671,7 +2671,7 @@ var getPlatform = () => {
|
|
|
2671
2671
|
};
|
|
2672
2672
|
|
|
2673
2673
|
// packages/sdk/client-services/src/version.ts
|
|
2674
|
-
var DXOS_VERSION = "0.4.7-main.
|
|
2674
|
+
var DXOS_VERSION = "0.4.7-main.85d9ee7";
|
|
2675
2675
|
|
|
2676
2676
|
// packages/sdk/client-services/src/packlets/services/diagnostics.ts
|
|
2677
2677
|
var __dxlog_file10 = "/home/runner/work/dxos/dxos/packages/sdk/client-services/src/packlets/services/diagnostics.ts";
|
|
@@ -4225,9 +4225,7 @@ var SpacesServiceImpl = class {
|
|
|
4225
4225
|
return {
|
|
4226
4226
|
identity: {
|
|
4227
4227
|
identityKey: member.key,
|
|
4228
|
-
profile: {
|
|
4229
|
-
displayName: member.profile?.displayName
|
|
4230
|
-
}
|
|
4228
|
+
profile: member.profile ?? {}
|
|
4231
4229
|
},
|
|
4232
4230
|
presence: member.removed ? SpaceMember3.PresenceState.REMOVED : isMe || peers.length > 0 ? SpaceMember3.PresenceState.ONLINE : SpaceMember3.PresenceState.OFFLINE,
|
|
4233
4231
|
peerStates: peers
|
|
@@ -5431,4 +5429,4 @@ export {
|
|
|
5431
5429
|
createDefaultModelFactory,
|
|
5432
5430
|
ClientServicesHost
|
|
5433
5431
|
};
|
|
5434
|
-
//# sourceMappingURL=chunk-
|
|
5432
|
+
//# sourceMappingURL=chunk-KESTWAZ5.mjs.map
|