@dxos/client-services 0.1.58-main.c10e16a → 0.1.58-main.c4d3e15
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-HNSTFSWR.mjs → chunk-AZ4J4TO4.mjs} +2 -2
- package/dist/lib/browser/{chunk-HNSTFSWR.mjs.map → chunk-AZ4J4TO4.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
|
@@ -2473,7 +2473,7 @@ import { STORAGE_VERSION } from "@dxos/protocols";
|
|
|
2473
2473
|
import { SpaceMember } from "@dxos/protocols/proto/dxos/client/services";
|
|
2474
2474
|
|
|
2475
2475
|
// packages/sdk/client-services/src/version.ts
|
|
2476
|
-
var DXOS_VERSION = "0.1.58-main.
|
|
2476
|
+
var DXOS_VERSION = "0.1.58-main.c4d3e15";
|
|
2477
2477
|
|
|
2478
2478
|
// packages/sdk/client-services/src/packlets/services/platform.ts
|
|
2479
2479
|
var getPlatform = () => {
|
|
@@ -4961,4 +4961,4 @@ export {
|
|
|
4961
4961
|
createDefaultModelFactory,
|
|
4962
4962
|
ClientServicesHost
|
|
4963
4963
|
};
|
|
4964
|
-
//# sourceMappingURL=chunk-
|
|
4964
|
+
//# sourceMappingURL=chunk-AZ4J4TO4.mjs.map
|