@dxos/client-services 0.6.7-staging.e9eb1ed → 0.6.7
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-SUE4WXQD.mjs → chunk-67R5H5BQ.mjs} +2 -2
- package/dist/lib/browser/chunk-67R5H5BQ.mjs.map +7 -0
- 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-G2C4HQXC.cjs → chunk-7MSO7RYL.cjs} +5 -5
- package/dist/lib/node/chunk-7MSO7RYL.cjs.map +7 -0
- 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/dist/types/src/version.d.ts.map +1 -1
- package/package.json +37 -37
- package/src/version.ts +5 -1
- package/dist/lib/browser/chunk-SUE4WXQD.mjs.map +0 -7
- package/dist/lib/node/chunk-G2C4HQXC.cjs.map +0 -7
|
@@ -359,7 +359,7 @@ import { SpaceMember } from "@dxos/protocols/proto/dxos/client/services";
|
|
|
359
359
|
import { TRACE_PROCESSOR } from "@dxos/tracing";
|
|
360
360
|
|
|
361
361
|
// packages/sdk/client-services/src/version.ts
|
|
362
|
-
var DXOS_VERSION = "0.6.7
|
|
362
|
+
var DXOS_VERSION = "0.6.7";
|
|
363
363
|
|
|
364
364
|
// packages/sdk/client-services/src/packlets/services/platform.ts
|
|
365
365
|
import { Platform } from "@dxos/protocols/proto/dxos/client/services";
|
|
@@ -7812,4 +7812,4 @@ export {
|
|
|
7812
7812
|
importProfileData,
|
|
7813
7813
|
ClientServicesHost
|
|
7814
7814
|
};
|
|
7815
|
-
//# sourceMappingURL=chunk-
|
|
7815
|
+
//# sourceMappingURL=chunk-67R5H5BQ.mjs.map
|