@dxos/client-services 0.4.10-main.4c7b3fa → 0.4.10-main.54f4629
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-UWSCLXQ5.mjs → chunk-3R6B6RR2.mjs} +2 -2
- package/dist/lib/browser/{chunk-UWSCLXQ5.mjs.map → chunk-3R6B6RR2.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-G6YGTBEV.cjs → chunk-MSMRPXAT.cjs} +5 -5
- package/dist/lib/node/{chunk-G6YGTBEV.cjs.map → chunk-MSMRPXAT.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 +6 -6
- package/dist/types/src/version.d.ts +1 -1
- package/package.json +34 -34
- package/src/version.ts +1 -1
|
@@ -4761,7 +4761,7 @@ import { SpaceMember as SpaceMember3 } from "@dxos/protocols/proto/dxos/client/s
|
|
|
4761
4761
|
import { TRACE_PROCESSOR } from "@dxos/tracing";
|
|
4762
4762
|
|
|
4763
4763
|
// packages/sdk/client-services/src/version.ts
|
|
4764
|
-
var DXOS_VERSION = "0.4.10-main.
|
|
4764
|
+
var DXOS_VERSION = "0.4.10-main.54f4629";
|
|
4765
4765
|
|
|
4766
4766
|
// packages/sdk/client-services/src/packlets/services/platform.ts
|
|
4767
4767
|
import { Platform } from "@dxos/protocols/proto/dxos/client/services";
|
|
@@ -5997,4 +5997,4 @@ export {
|
|
|
5997
5997
|
ClientServicesHost,
|
|
5998
5998
|
ClientServicesProviderResource
|
|
5999
5999
|
};
|
|
6000
|
-
//# sourceMappingURL=chunk-
|
|
6000
|
+
//# sourceMappingURL=chunk-3R6B6RR2.mjs.map
|