@dxos/client-services 0.5.8-main.50d87a7 → 0.5.8-main.d2aa75a
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-IIZTWDXJ.mjs → chunk-HESHDWN2.mjs} +2 -2
- package/dist/lib/browser/{chunk-IIZTWDXJ.mjs.map → chunk-HESHDWN2.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-FAVG3SN2.cjs → chunk-N2N5AFLO.cjs} +5 -5
- package/dist/lib/node/{chunk-FAVG3SN2.cjs.map → chunk-N2N5AFLO.cjs.map} +1 -1
- package/dist/lib/node/index.cjs +44 -44
- 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
|
@@ -5333,7 +5333,7 @@ import { SpaceMember as SpaceMember7 } from "@dxos/protocols/proto/dxos/client/s
|
|
|
5333
5333
|
import { TRACE_PROCESSOR } from "@dxos/tracing";
|
|
5334
5334
|
|
|
5335
5335
|
// packages/sdk/client-services/src/version.ts
|
|
5336
|
-
var DXOS_VERSION = "0.5.8-main.
|
|
5336
|
+
var DXOS_VERSION = "0.5.8-main.d2aa75a";
|
|
5337
5337
|
|
|
5338
5338
|
// packages/sdk/client-services/src/packlets/services/platform.ts
|
|
5339
5339
|
import { Platform } from "@dxos/protocols/proto/dxos/client/services";
|
|
@@ -6580,4 +6580,4 @@ export {
|
|
|
6580
6580
|
ClientServicesHost,
|
|
6581
6581
|
ClientServicesProviderResource
|
|
6582
6582
|
};
|
|
6583
|
-
//# sourceMappingURL=chunk-
|
|
6583
|
+
//# sourceMappingURL=chunk-HESHDWN2.mjs.map
|