@dxos/client-services 0.8.4-main.66e292d → 0.8.4-main.70d3990
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-PWKWJATU.mjs → chunk-EO3OGIWY.mjs} +2 -2
- package/dist/lib/browser/{chunk-PWKWJATU.mjs.map → chunk-EO3OGIWY.mjs.map} +1 -1
- package/dist/lib/browser/index.mjs +1 -1
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/testing/index.mjs +1 -1
- package/dist/lib/node-esm/{chunk-7NQQ5F2Q.mjs → chunk-6VP57LH5.mjs} +2 -2
- package/dist/lib/node-esm/{chunk-7NQQ5F2Q.mjs.map → chunk-6VP57LH5.mjs.map} +1 -1
- package/dist/lib/node-esm/index.mjs +1 -1
- package/dist/lib/node-esm/meta.json +1 -1
- package/dist/lib/node-esm/testing/index.mjs +1 -1
- package/dist/types/src/version.d.ts +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +37 -37
- package/src/version.ts +1 -1
|
@@ -396,7 +396,7 @@ import { SpaceMember } from "@dxos/protocols/proto/dxos/client/services";
|
|
|
396
396
|
import { TRACE_PROCESSOR } from "@dxos/tracing";
|
|
397
397
|
|
|
398
398
|
// src/version.ts
|
|
399
|
-
var DXOS_VERSION = "0.8.4-main.
|
|
399
|
+
var DXOS_VERSION = "0.8.4-main.70d3990";
|
|
400
400
|
|
|
401
401
|
// src/packlets/services/platform.ts
|
|
402
402
|
import { Platform } from "@dxos/protocols/proto/dxos/client/services";
|
|
@@ -9761,4 +9761,4 @@ export {
|
|
|
9761
9761
|
ServiceRegistry,
|
|
9762
9762
|
ClientServicesHost
|
|
9763
9763
|
};
|
|
9764
|
-
//# sourceMappingURL=chunk-
|
|
9764
|
+
//# sourceMappingURL=chunk-EO3OGIWY.mjs.map
|