@dxos/client-services 0.5.1-main.ff7d242 → 0.5.1-next.7f021b8
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-7AHPYPLI.mjs → chunk-FKKPCNDO.mjs} +2 -2
- package/dist/lib/browser/{chunk-7AHPYPLI.mjs.map → chunk-FKKPCNDO.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-HBT5F5OI.cjs → chunk-Q6Z4BMTZ.cjs} +5 -5
- package/dist/lib/node/{chunk-HBT5F5OI.cjs.map → chunk-Q6Z4BMTZ.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 +34 -34
- package/src/version.ts +1 -1
|
@@ -4777,7 +4777,7 @@ import { SpaceMember as SpaceMember4 } from "@dxos/protocols/proto/dxos/client/s
|
|
|
4777
4777
|
import { TRACE_PROCESSOR } from "@dxos/tracing";
|
|
4778
4778
|
|
|
4779
4779
|
// packages/sdk/client-services/src/version.ts
|
|
4780
|
-
var DXOS_VERSION = "0.5.1-
|
|
4780
|
+
var DXOS_VERSION = "0.5.1-next.7f021b8";
|
|
4781
4781
|
|
|
4782
4782
|
// packages/sdk/client-services/src/packlets/services/platform.ts
|
|
4783
4783
|
import { Platform } from "@dxos/protocols/proto/dxos/client/services";
|
|
@@ -6009,4 +6009,4 @@ export {
|
|
|
6009
6009
|
ClientServicesHost,
|
|
6010
6010
|
ClientServicesProviderResource
|
|
6011
6011
|
};
|
|
6012
|
-
//# sourceMappingURL=chunk-
|
|
6012
|
+
//# sourceMappingURL=chunk-FKKPCNDO.mjs.map
|