@dxos/client-services 0.1.58-main.6b705b8 → 0.1.58-main.ffbb8a1
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-EGT6LGGB.mjs → chunk-YLR3BYMV.mjs} +2 -2
- package/dist/lib/browser/{chunk-EGT6LGGB.mjs.map → chunk-YLR3BYMV.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 +35 -35
- package/src/version.ts +1 -1
|
@@ -2467,7 +2467,7 @@ import { STORAGE_VERSION } from "@dxos/protocols";
|
|
|
2467
2467
|
import { SpaceMember } from "@dxos/protocols/proto/dxos/client/services";
|
|
2468
2468
|
|
|
2469
2469
|
// packages/sdk/client-services/src/version.ts
|
|
2470
|
-
var DXOS_VERSION = "0.1.58-main.
|
|
2470
|
+
var DXOS_VERSION = "0.1.58-main.ffbb8a1";
|
|
2471
2471
|
|
|
2472
2472
|
// packages/sdk/client-services/src/packlets/services/platform.ts
|
|
2473
2473
|
var getPlatform = () => {
|
|
@@ -4955,4 +4955,4 @@ export {
|
|
|
4955
4955
|
createDefaultModelFactory,
|
|
4956
4956
|
ClientServicesHost
|
|
4957
4957
|
};
|
|
4958
|
-
//# sourceMappingURL=chunk-
|
|
4958
|
+
//# sourceMappingURL=chunk-YLR3BYMV.mjs.map
|