@dxos/client-services 0.1.58-main.935caa2 → 0.1.58-main.94338f5
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-TTBUIXO4.mjs → chunk-QXG5TGHC.mjs} +2 -2
- package/dist/lib/browser/{chunk-TTBUIXO4.mjs.map → chunk-QXG5TGHC.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/index.cjs +1 -1
- package/dist/lib/node/index.cjs.map +1 -1
- package/dist/lib/node/packlets/testing/index.cjs +1 -1
- package/dist/lib/node/packlets/testing/index.cjs.map +1 -1
- package/dist/types/src/version.d.ts +1 -1
- package/package.json +34 -34
- package/src/version.ts +1 -1
|
@@ -2471,7 +2471,7 @@ import { STORAGE_VERSION } from "@dxos/protocols";
|
|
|
2471
2471
|
import { SpaceMember } from "@dxos/protocols/proto/dxos/client/services";
|
|
2472
2472
|
|
|
2473
2473
|
// packages/sdk/client-services/src/version.ts
|
|
2474
|
-
var DXOS_VERSION = "0.1.58-main.
|
|
2474
|
+
var DXOS_VERSION = "0.1.58-main.94338f5";
|
|
2475
2475
|
|
|
2476
2476
|
// packages/sdk/client-services/src/packlets/services/platform.ts
|
|
2477
2477
|
var getPlatform = () => {
|
|
@@ -5005,4 +5005,4 @@ export {
|
|
|
5005
5005
|
createDefaultModelFactory,
|
|
5006
5006
|
ClientServicesHost
|
|
5007
5007
|
};
|
|
5008
|
-
//# sourceMappingURL=chunk-
|
|
5008
|
+
//# sourceMappingURL=chunk-QXG5TGHC.mjs.map
|