@dxos/client-services 0.4.10-main.4c7b3fa → 0.4.10-main.54f4629
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-UWSCLXQ5.mjs → chunk-3R6B6RR2.mjs} +2 -2
- package/dist/lib/browser/{chunk-UWSCLXQ5.mjs.map → chunk-3R6B6RR2.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-G6YGTBEV.cjs → chunk-MSMRPXAT.cjs} +5 -5
- package/dist/lib/node/{chunk-G6YGTBEV.cjs.map → chunk-MSMRPXAT.cjs.map} +1 -1
- package/dist/lib/node/index.cjs +43 -43
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/packlets/testing/index.cjs +6 -6
- package/dist/types/src/version.d.ts +1 -1
- package/package.json +34 -34
- 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_MSMRPXAT_exports = {};
|
|
30
|
+
__export(chunk_MSMRPXAT_exports, {
|
|
31
31
|
ClientRpcServer: () => ClientRpcServer,
|
|
32
32
|
ClientServicesHost: () => ClientServicesHost,
|
|
33
33
|
ClientServicesProviderResource: () => ClientServicesProviderResource,
|
|
@@ -66,7 +66,7 @@ __export(chunk_G6YGTBEV_exports, {
|
|
|
66
66
|
subscribeToSpaces: () => subscribeToSpaces,
|
|
67
67
|
subscribeToSwarmInfo: () => subscribeToSwarmInfo
|
|
68
68
|
});
|
|
69
|
-
module.exports = __toCommonJS(
|
|
69
|
+
module.exports = __toCommonJS(chunk_MSMRPXAT_exports);
|
|
70
70
|
var import_async = require("@dxos/async");
|
|
71
71
|
var import_codec_protobuf = require("@dxos/codec-protobuf");
|
|
72
72
|
var import_feed_store = require("@dxos/feed-store");
|
|
@@ -4801,7 +4801,7 @@ var ServiceRegistry = class {
|
|
|
4801
4801
|
delete this._handlers[name];
|
|
4802
4802
|
}
|
|
4803
4803
|
};
|
|
4804
|
-
var DXOS_VERSION = "0.4.10-main.
|
|
4804
|
+
var DXOS_VERSION = "0.4.10-main.54f4629";
|
|
4805
4805
|
var getPlatform = () => {
|
|
4806
4806
|
if (process.browser) {
|
|
4807
4807
|
if (typeof window !== "undefined") {
|
|
@@ -5810,4 +5810,4 @@ var findConfigs = () => {
|
|
|
5810
5810
|
subscribeToSpaces,
|
|
5811
5811
|
subscribeToSwarmInfo
|
|
5812
5812
|
});
|
|
5813
|
-
//# sourceMappingURL=chunk-
|
|
5813
|
+
//# sourceMappingURL=chunk-MSMRPXAT.cjs.map
|