@dxos/client-services 0.4.10-main.6f3f81d → 0.4.10-main.709bd6e
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-CPNS27WB.mjs → chunk-KGUMR65B.mjs} +2 -2
- package/dist/lib/browser/{chunk-CPNS27WB.mjs.map → chunk-KGUMR65B.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-CMVNJWU3.cjs → chunk-B6WHZTHX.cjs} +5 -5
- package/dist/lib/node/{chunk-CMVNJWU3.cjs.map → chunk-B6WHZTHX.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 +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_B6WHZTHX_exports = {};
|
|
30
|
+
__export(chunk_B6WHZTHX_exports, {
|
|
31
31
|
ClientRpcServer: () => ClientRpcServer,
|
|
32
32
|
ClientServicesHost: () => ClientServicesHost,
|
|
33
33
|
ClientServicesProviderResource: () => ClientServicesProviderResource,
|
|
@@ -65,7 +65,7 @@ __export(chunk_CMVNJWU3_exports, {
|
|
|
65
65
|
subscribeToSpaces: () => subscribeToSpaces,
|
|
66
66
|
subscribeToSwarmInfo: () => subscribeToSwarmInfo
|
|
67
67
|
});
|
|
68
|
-
module.exports = __toCommonJS(
|
|
68
|
+
module.exports = __toCommonJS(chunk_B6WHZTHX_exports);
|
|
69
69
|
var import_async = require("@dxos/async");
|
|
70
70
|
var import_codec_protobuf = require("@dxos/codec-protobuf");
|
|
71
71
|
var import_feed_store = require("@dxos/feed-store");
|
|
@@ -4736,7 +4736,7 @@ var ServiceRegistry = class {
|
|
|
4736
4736
|
delete this._handlers[name];
|
|
4737
4737
|
}
|
|
4738
4738
|
};
|
|
4739
|
-
var DXOS_VERSION = "0.4.10-main.
|
|
4739
|
+
var DXOS_VERSION = "0.4.10-main.709bd6e";
|
|
4740
4740
|
var getPlatform = () => {
|
|
4741
4741
|
if (process.browser) {
|
|
4742
4742
|
if (typeof window !== "undefined") {
|
|
@@ -5762,4 +5762,4 @@ var findConfigs = () => {
|
|
|
5762
5762
|
subscribeToSpaces,
|
|
5763
5763
|
subscribeToSwarmInfo
|
|
5764
5764
|
});
|
|
5765
|
-
//# sourceMappingURL=chunk-
|
|
5765
|
+
//# sourceMappingURL=chunk-B6WHZTHX.cjs.map
|