@dxos/client-services 0.5.3-main.f9b873d → 0.5.3-next.2c59258
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-ZGHJHSHA.mjs → chunk-R3VORRTJ.mjs} +2 -2
- package/dist/lib/browser/{chunk-ZGHJHSHA.mjs.map → chunk-R3VORRTJ.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-VYXGTUEI.cjs → chunk-VOYHS6QR.cjs} +5 -5
- package/dist/lib/node/{chunk-VYXGTUEI.cjs.map → chunk-VOYHS6QR.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
|
@@ -5266,7 +5266,7 @@ import { SpaceMember as SpaceMember7 } from "@dxos/protocols/proto/dxos/client/s
|
|
|
5266
5266
|
import { TRACE_PROCESSOR } from "@dxos/tracing";
|
|
5267
5267
|
|
|
5268
5268
|
// packages/sdk/client-services/src/version.ts
|
|
5269
|
-
var DXOS_VERSION = "0.5.3-
|
|
5269
|
+
var DXOS_VERSION = "0.5.3-next.2c59258";
|
|
5270
5270
|
|
|
5271
5271
|
// packages/sdk/client-services/src/packlets/services/platform.ts
|
|
5272
5272
|
import { Platform } from "@dxos/protocols/proto/dxos/client/services";
|
|
@@ -6512,4 +6512,4 @@ export {
|
|
|
6512
6512
|
ClientServicesHost,
|
|
6513
6513
|
ClientServicesProviderResource
|
|
6514
6514
|
};
|
|
6515
|
-
//# sourceMappingURL=chunk-
|
|
6515
|
+
//# sourceMappingURL=chunk-R3VORRTJ.mjs.map
|