@dxos/client-services 0.8.4-main.dedc0f3 → 0.8.4-main.e098934
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-LZ5JMQR7.mjs → chunk-4MWNQXYP.mjs} +2 -2
- package/dist/lib/browser/{chunk-LZ5JMQR7.mjs.map → chunk-4MWNQXYP.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-JXUVAXX5.mjs → chunk-CYXIPDHC.mjs} +2 -2
- package/dist/lib/node-esm/{chunk-JXUVAXX5.mjs.map → chunk-CYXIPDHC.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
|
@@ -411,7 +411,7 @@ import { SpaceMember } from "@dxos/protocols/proto/dxos/client/services";
|
|
|
411
411
|
import { TRACE_PROCESSOR } from "@dxos/tracing";
|
|
412
412
|
|
|
413
413
|
// src/version.ts
|
|
414
|
-
var DXOS_VERSION = "0.8.4-main.
|
|
414
|
+
var DXOS_VERSION = "0.8.4-main.e098934";
|
|
415
415
|
|
|
416
416
|
// src/packlets/services/platform.ts
|
|
417
417
|
import { Platform } from "@dxos/protocols/proto/dxos/client/services";
|
|
@@ -9940,4 +9940,4 @@ export {
|
|
|
9940
9940
|
ServiceRegistry,
|
|
9941
9941
|
ClientServicesHost
|
|
9942
9942
|
};
|
|
9943
|
-
//# sourceMappingURL=chunk-
|
|
9943
|
+
//# sourceMappingURL=chunk-CYXIPDHC.mjs.map
|