@dxos/client-services 0.9.1-staging.ee54ba693a → 0.10.0
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-SRTDXIDQ.mjs → chunk-XU5R2BMF.mjs} +2 -2
- package/dist/lib/browser/chunk-XU5R2BMF.mjs.map +7 -0
- 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-NEJCHFZ3.mjs → chunk-H5YTUD35.mjs} +2 -2
- package/dist/lib/node-esm/chunk-H5YTUD35.mjs.map +7 -0
- 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/src/version.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +39 -39
- package/src/version.ts +5 -1
- package/dist/lib/browser/chunk-SRTDXIDQ.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-NEJCHFZ3.mjs.map +0 -7
|
@@ -414,7 +414,7 @@ import { SpaceMember } from "@dxos/protocols/proto/dxos/client/services";
|
|
|
414
414
|
import { TRACE_PROCESSOR } from "@dxos/tracing";
|
|
415
415
|
|
|
416
416
|
// src/version.ts
|
|
417
|
-
var DXOS_VERSION = "0.
|
|
417
|
+
var DXOS_VERSION = "0.10.0";
|
|
418
418
|
|
|
419
419
|
// src/packlets/services/platform.ts
|
|
420
420
|
import { Platform } from "@dxos/protocols/proto/dxos/client/services";
|
|
@@ -8834,4 +8834,4 @@ export {
|
|
|
8834
8834
|
ServiceRegistry,
|
|
8835
8835
|
ClientServicesHost
|
|
8836
8836
|
};
|
|
8837
|
-
//# sourceMappingURL=chunk-
|
|
8837
|
+
//# sourceMappingURL=chunk-XU5R2BMF.mjs.map
|