@dxos/client-services 0.5.3-main.d28cf09 → 0.5.3-main.d2f7366
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-KBK36K7K.mjs → chunk-ODDSANAN.mjs} +2 -2
- package/dist/lib/browser/{chunk-KBK36K7K.mjs.map → chunk-ODDSANAN.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-BTMCLQC3.cjs → chunk-JJVGG6Y3.cjs} +5 -5
- package/dist/lib/node/{chunk-BTMCLQC3.cjs.map → chunk-JJVGG6Y3.cjs.map} +1 -1
- package/dist/lib/node/index.cjs +44 -44
- 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
|
@@ -5300,7 +5300,7 @@ import { SpaceMember as SpaceMember7 } from "@dxos/protocols/proto/dxos/client/s
|
|
|
5300
5300
|
import { TRACE_PROCESSOR } from "@dxos/tracing";
|
|
5301
5301
|
|
|
5302
5302
|
// packages/sdk/client-services/src/version.ts
|
|
5303
|
-
var DXOS_VERSION = "0.5.3-main.
|
|
5303
|
+
var DXOS_VERSION = "0.5.3-main.d2f7366";
|
|
5304
5304
|
|
|
5305
5305
|
// packages/sdk/client-services/src/packlets/services/platform.ts
|
|
5306
5306
|
import { Platform } from "@dxos/protocols/proto/dxos/client/services";
|
|
@@ -6547,4 +6547,4 @@ export {
|
|
|
6547
6547
|
ClientServicesHost,
|
|
6548
6548
|
ClientServicesProviderResource
|
|
6549
6549
|
};
|
|
6550
|
-
//# sourceMappingURL=chunk-
|
|
6550
|
+
//# sourceMappingURL=chunk-ODDSANAN.mjs.map
|