@dxos/client-services 0.5.9-main.e183eeb → 0.5.9-next.a50ff17
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-S5DPO2DT.mjs → chunk-LCPF6KL6.mjs} +2 -2
- package/dist/lib/browser/{chunk-S5DPO2DT.mjs.map → chunk-LCPF6KL6.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-F2EIFQZH.cjs → chunk-L7MVHCXK.cjs} +5 -5
- package/dist/lib/node/{chunk-F2EIFQZH.cjs.map → chunk-L7MVHCXK.cjs.map} +1 -1
- package/dist/lib/node/index.cjs +41 -41
- 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
|
@@ -355,7 +355,7 @@ import { SpaceMember } from "@dxos/protocols/proto/dxos/client/services";
|
|
|
355
355
|
import { TRACE_PROCESSOR } from "@dxos/tracing";
|
|
356
356
|
|
|
357
357
|
// packages/sdk/client-services/src/version.ts
|
|
358
|
-
var DXOS_VERSION = "0.5.9-
|
|
358
|
+
var DXOS_VERSION = "0.5.9-next.a50ff17";
|
|
359
359
|
|
|
360
360
|
// packages/sdk/client-services/src/packlets/services/platform.ts
|
|
361
361
|
import { Platform } from "@dxos/protocols/proto/dxos/client/services";
|
|
@@ -6897,4 +6897,4 @@ export {
|
|
|
6897
6897
|
ClientServicesProviderResource,
|
|
6898
6898
|
DiagnosticsCollector
|
|
6899
6899
|
};
|
|
6900
|
-
//# sourceMappingURL=chunk-
|
|
6900
|
+
//# sourceMappingURL=chunk-LCPF6KL6.mjs.map
|