@dxos/client-services 0.5.9-main.94cc71c → 0.5.9-main.bdf733d
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-BCEEK7HL.mjs → chunk-KNGR7BYM.mjs} +2 -2
- package/dist/lib/browser/{chunk-BCEEK7HL.mjs.map → chunk-KNGR7BYM.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/{chunk-TEHPZ4CS.cjs → chunk-WWHTBQNR.cjs} +5 -5
- package/dist/lib/node/{chunk-TEHPZ4CS.cjs.map → chunk-WWHTBQNR.cjs.map} +1 -1
- package/dist/lib/node/index.cjs +42 -42
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/packlets/testing/index.cjs +8 -8
- package/dist/types/src/version.d.ts +1 -1
- package/package.json +36 -36
- package/src/version.ts +1 -1
|
@@ -26,8 +26,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var
|
|
30
|
-
__export(
|
|
29
|
+
var chunk_WWHTBQNR_exports = {};
|
|
30
|
+
__export(chunk_WWHTBQNR_exports, {
|
|
31
31
|
ClientRpcServer: () => ClientRpcServer,
|
|
32
32
|
ClientServicesHost: () => ClientServicesHost,
|
|
33
33
|
ClientServicesProviderResource: () => ClientServicesProviderResource,
|
|
@@ -67,7 +67,7 @@ __export(chunk_TEHPZ4CS_exports, {
|
|
|
67
67
|
subscribeToSpaces: () => subscribeToSpaces,
|
|
68
68
|
subscribeToSwarmInfo: () => subscribeToSwarmInfo
|
|
69
69
|
});
|
|
70
|
-
module.exports = __toCommonJS(
|
|
70
|
+
module.exports = __toCommonJS(chunk_WWHTBQNR_exports);
|
|
71
71
|
var import_async = require("@dxos/async");
|
|
72
72
|
var import_codec_protobuf = require("@dxos/codec-protobuf");
|
|
73
73
|
var import_feed_store = require("@dxos/feed-store");
|
|
@@ -611,7 +611,7 @@ var DevtoolsServiceImpl = class {
|
|
|
611
611
|
});
|
|
612
612
|
}
|
|
613
613
|
};
|
|
614
|
-
var DXOS_VERSION = "0.5.9-main.
|
|
614
|
+
var DXOS_VERSION = "0.5.9-main.bdf733d";
|
|
615
615
|
var getPlatform = () => {
|
|
616
616
|
if (process.browser) {
|
|
617
617
|
if (typeof window !== "undefined") {
|
|
@@ -6390,4 +6390,4 @@ ClientServicesHost = _ts_decorate8([
|
|
|
6390
6390
|
subscribeToSpaces,
|
|
6391
6391
|
subscribeToSwarmInfo
|
|
6392
6392
|
});
|
|
6393
|
-
//# sourceMappingURL=chunk-
|
|
6393
|
+
//# sourceMappingURL=chunk-WWHTBQNR.cjs.map
|