@dxos/client-services 0.11.0 → 0.11.1
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.
|
@@ -440,7 +440,7 @@ var toEffectStream = (stream) => EffectStream.async((emit) => {
|
|
|
440
440
|
});
|
|
441
441
|
//#endregion
|
|
442
442
|
//#region src/version.ts
|
|
443
|
-
var DXOS_VERSION = "0.11.
|
|
443
|
+
var DXOS_VERSION = "0.11.1";
|
|
444
444
|
//#endregion
|
|
445
445
|
//#region src/packlets/services/platform.ts
|
|
446
446
|
var getPlatform = () => {
|