@dxos/client-services 0.6.8 → 0.6.9
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-C2KJVHKB.mjs → chunk-67XXCVHL.mjs} +2 -2
- package/dist/lib/browser/{chunk-C2KJVHKB.mjs.map → chunk-67XXCVHL.mjs.map} +1 -1
- package/dist/lib/browser/index.mjs +1 -1
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/testing/index.mjs +1 -1
- package/dist/lib/node/{chunk-YMKH6QR7.cjs → chunk-WTK4Q3EG.cjs} +5 -5
- package/dist/lib/node/{chunk-YMKH6QR7.cjs.map → chunk-WTK4Q3EG.cjs.map} +1 -1
- package/dist/lib/node/index.cjs +45 -45
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/testing/index.cjs +8 -8
- package/dist/types/src/version.d.ts +1 -1
- package/package.json +37 -37
- package/src/version.ts +1 -1
|
@@ -368,7 +368,7 @@ import { SpaceMember } from "@dxos/protocols/proto/dxos/client/services";
|
|
|
368
368
|
import { TRACE_PROCESSOR } from "@dxos/tracing";
|
|
369
369
|
|
|
370
370
|
// packages/sdk/client-services/src/version.ts
|
|
371
|
-
var DXOS_VERSION = "0.6.
|
|
371
|
+
var DXOS_VERSION = "0.6.9";
|
|
372
372
|
|
|
373
373
|
// packages/sdk/client-services/src/packlets/services/platform.ts
|
|
374
374
|
import { Platform } from "@dxos/protocols/proto/dxos/client/services";
|
|
@@ -7858,4 +7858,4 @@ export {
|
|
|
7858
7858
|
importProfileData,
|
|
7859
7859
|
ClientServicesHost
|
|
7860
7860
|
};
|
|
7861
|
-
//# sourceMappingURL=chunk-
|
|
7861
|
+
//# sourceMappingURL=chunk-67XXCVHL.mjs.map
|