@dxos/client-services 0.5.1-next.25a7a32 → 0.5.1-next.26de2f3
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-AIUEQOMW.mjs → chunk-LPIE23D2.mjs} +2 -2
- package/dist/lib/browser/{chunk-AIUEQOMW.mjs.map → chunk-LPIE23D2.mjs.map} +1 -1
- 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/{chunk-LFNVBI27.cjs → chunk-MVAX2L2C.cjs} +5 -5
- package/dist/lib/node/{chunk-LFNVBI27.cjs.map → chunk-MVAX2L2C.cjs.map} +1 -1
- package/dist/lib/node/index.cjs +43 -43
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/packlets/testing/index.cjs +8 -8
- package/dist/types/src/version.d.ts +1 -1
- package/package.json +36 -36
- package/src/version.ts +1 -1
|
@@ -5133,7 +5133,7 @@ import { SpaceMember as SpaceMember4 } from "@dxos/protocols/proto/dxos/client/s
|
|
|
5133
5133
|
import { TRACE_PROCESSOR } from "@dxos/tracing";
|
|
5134
5134
|
|
|
5135
5135
|
// packages/sdk/client-services/src/version.ts
|
|
5136
|
-
var DXOS_VERSION = "0.5.1-next.
|
|
5136
|
+
var DXOS_VERSION = "0.5.1-next.26de2f3";
|
|
5137
5137
|
|
|
5138
5138
|
// packages/sdk/client-services/src/packlets/services/platform.ts
|
|
5139
5139
|
import { Platform } from "@dxos/protocols/proto/dxos/client/services";
|
|
@@ -6365,4 +6365,4 @@ export {
|
|
|
6365
6365
|
ClientServicesHost,
|
|
6366
6366
|
ClientServicesProviderResource
|
|
6367
6367
|
};
|
|
6368
|
-
//# sourceMappingURL=chunk-
|
|
6368
|
+
//# sourceMappingURL=chunk-LPIE23D2.mjs.map
|