@dxos/client-services 0.4.10-main.83e1ee9 → 0.4.10-main.85f8e19
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-A332PHV3.mjs → chunk-GVJIB6RK.mjs} +2 -2
- package/dist/lib/browser/{chunk-A332PHV3.mjs.map → chunk-GVJIB6RK.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-HYJVZMHR.cjs → chunk-GY5U4XLI.cjs} +5 -5
- package/dist/lib/node/{chunk-HYJVZMHR.cjs.map → chunk-GY5U4XLI.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 +6 -6
- package/dist/types/src/version.d.ts +1 -1
- package/package.json +34 -34
- package/src/version.ts +1 -1
|
@@ -4758,7 +4758,7 @@ import { SpaceMember as SpaceMember3 } from "@dxos/protocols/proto/dxos/client/s
|
|
|
4758
4758
|
import { TRACE_PROCESSOR } from "@dxos/tracing";
|
|
4759
4759
|
|
|
4760
4760
|
// packages/sdk/client-services/src/version.ts
|
|
4761
|
-
var DXOS_VERSION = "0.4.10-main.
|
|
4761
|
+
var DXOS_VERSION = "0.4.10-main.85f8e19";
|
|
4762
4762
|
|
|
4763
4763
|
// packages/sdk/client-services/src/packlets/services/platform.ts
|
|
4764
4764
|
import { Platform } from "@dxos/protocols/proto/dxos/client/services";
|
|
@@ -5994,4 +5994,4 @@ export {
|
|
|
5994
5994
|
ClientServicesHost,
|
|
5995
5995
|
ClientServicesProviderResource
|
|
5996
5996
|
};
|
|
5997
|
-
//# sourceMappingURL=chunk-
|
|
5997
|
+
//# sourceMappingURL=chunk-GVJIB6RK.mjs.map
|