@dxos/client-services 0.5.3-main.5a4243f → 0.5.3-main.f1ddd61
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-25A3RELK.mjs → chunk-4JIOIY25.mjs} +2 -2
- package/dist/lib/browser/{chunk-25A3RELK.mjs.map → chunk-4JIOIY25.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-UJ6ZJVX6.cjs → chunk-4IVXGIT3.cjs} +5 -5
- package/dist/lib/node/{chunk-UJ6ZJVX6.cjs.map → chunk-4IVXGIT3.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 +8 -8
- package/dist/types/src/version.d.ts +1 -1
- package/package.json +36 -36
- package/src/version.ts +1 -1
|
@@ -5141,7 +5141,7 @@ import { SpaceMember as SpaceMember6 } from "@dxos/protocols/proto/dxos/client/s
|
|
|
5141
5141
|
import { TRACE_PROCESSOR } from "@dxos/tracing";
|
|
5142
5142
|
|
|
5143
5143
|
// packages/sdk/client-services/src/version.ts
|
|
5144
|
-
var DXOS_VERSION = "0.5.3-main.
|
|
5144
|
+
var DXOS_VERSION = "0.5.3-main.f1ddd61";
|
|
5145
5145
|
|
|
5146
5146
|
// packages/sdk/client-services/src/packlets/services/platform.ts
|
|
5147
5147
|
import { Platform } from "@dxos/protocols/proto/dxos/client/services";
|
|
@@ -6386,4 +6386,4 @@ export {
|
|
|
6386
6386
|
ClientServicesHost,
|
|
6387
6387
|
ClientServicesProviderResource
|
|
6388
6388
|
};
|
|
6389
|
-
//# sourceMappingURL=chunk-
|
|
6389
|
+
//# sourceMappingURL=chunk-4JIOIY25.mjs.map
|