@dxos/client-services 0.5.0 → 0.5.1-next.2ad6c47
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-ESEYLOPB.mjs → chunk-CMVTOS5E.mjs} +2 -2
- package/dist/lib/browser/{chunk-ESEYLOPB.mjs.map → chunk-CMVTOS5E.mjs.map} +2 -2
- 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-GA7JFIXK.cjs → chunk-EAWN3LCD.cjs} +5 -5
- package/dist/lib/node/{chunk-GA7JFIXK.cjs.map → chunk-EAWN3LCD.cjs.map} +2 -2
- 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/dist/types/src/version.d.ts.map +1 -1
- package/package.json +34 -34
- package/src/version.ts +1 -5
|
@@ -4829,7 +4829,7 @@ import { SpaceMember as SpaceMember4 } from "@dxos/protocols/proto/dxos/client/s
|
|
|
4829
4829
|
import { TRACE_PROCESSOR } from "@dxos/tracing";
|
|
4830
4830
|
|
|
4831
4831
|
// packages/sdk/client-services/src/version.ts
|
|
4832
|
-
var DXOS_VERSION = "0.5.
|
|
4832
|
+
var DXOS_VERSION = "0.5.1-next.2ad6c47";
|
|
4833
4833
|
|
|
4834
4834
|
// packages/sdk/client-services/src/packlets/services/platform.ts
|
|
4835
4835
|
import { Platform } from "@dxos/protocols/proto/dxos/client/services";
|
|
@@ -6068,4 +6068,4 @@ export {
|
|
|
6068
6068
|
ClientServicesHost,
|
|
6069
6069
|
ClientServicesProviderResource
|
|
6070
6070
|
};
|
|
6071
|
-
//# sourceMappingURL=chunk-
|
|
6071
|
+
//# sourceMappingURL=chunk-CMVTOS5E.mjs.map
|