@dxos/client-services 0.8.4-main.70d3990 → 0.8.4-main.7ace549
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-EO3OGIWY.mjs → chunk-NXGWBEOK.mjs} +2 -2
- package/dist/lib/browser/{chunk-EO3OGIWY.mjs.map → chunk-NXGWBEOK.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-6VP57LH5.mjs → chunk-AO4R6IID.mjs} +2 -2
- package/dist/lib/node-esm/{chunk-6VP57LH5.mjs.map → chunk-AO4R6IID.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.7ace549";
|
|
400
400
|
|
|
401
401
|
// src/packlets/services/platform.ts
|
|
402
402
|
import { Platform } from "@dxos/protocols/proto/dxos/client/services";
|
|
@@ -9630,4 +9630,4 @@ export {
|
|
|
9630
9630
|
ServiceRegistry,
|
|
9631
9631
|
ClientServicesHost
|
|
9632
9632
|
};
|
|
9633
|
-
//# sourceMappingURL=chunk-
|
|
9633
|
+
//# sourceMappingURL=chunk-AO4R6IID.mjs.map
|