@dxos/client-services 0.1.56-main.e79d64a → 0.1.56-main.ec576e1
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-T32PP5QD.mjs → chunk-UGA5DFWL.mjs} +2 -2
- package/dist/lib/browser/{chunk-T32PP5QD.mjs.map → chunk-UGA5DFWL.mjs.map} +1 -1
- package/dist/lib/browser/index.mjs +2 -2
- package/dist/lib/browser/index.mjs.map +2 -2
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/packlets/testing/index.mjs +1 -1
- package/dist/lib/node/index.cjs +2 -2
- package/dist/lib/node/index.cjs.map +2 -2
- 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/packlets/vault/worker-runtime.ts +1 -1
- package/src/version.ts +1 -1
|
@@ -2463,7 +2463,7 @@ import { STORAGE_VERSION } from "@dxos/protocols";
|
|
|
2463
2463
|
import { SpaceMember } from "@dxos/protocols/proto/dxos/client/services";
|
|
2464
2464
|
|
|
2465
2465
|
// packages/sdk/client-services/src/version.ts
|
|
2466
|
-
var DXOS_VERSION = "0.1.56-main.
|
|
2466
|
+
var DXOS_VERSION = "0.1.56-main.ec576e1";
|
|
2467
2467
|
|
|
2468
2468
|
// packages/sdk/client-services/src/packlets/services/platform.ts
|
|
2469
2469
|
var getPlatform = () => {
|
|
@@ -4866,4 +4866,4 @@ export {
|
|
|
4866
4866
|
createDefaultModelFactory,
|
|
4867
4867
|
ClientServicesHost
|
|
4868
4868
|
};
|
|
4869
|
-
//# sourceMappingURL=chunk-
|
|
4869
|
+
//# sourceMappingURL=chunk-UGA5DFWL.mjs.map
|