@dxos/client-services 0.5.1-main.bc05254 → 0.5.1-main.ff7d242
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-CBM5S3CL.mjs → chunk-7AHPYPLI.mjs} +2 -2
- package/dist/lib/browser/{chunk-CBM5S3CL.mjs.map → chunk-7AHPYPLI.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-EM4RDOFJ.cjs → chunk-HBT5F5OI.cjs} +5 -5
- package/dist/lib/node/{chunk-EM4RDOFJ.cjs.map → chunk-HBT5F5OI.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 +8 -8
- 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_HBT5F5OI_exports = {};
|
|
30
|
+
__export(chunk_HBT5F5OI_exports, {
|
|
31
31
|
ClientRpcServer: () => ClientRpcServer,
|
|
32
32
|
ClientServicesHost: () => ClientServicesHost,
|
|
33
33
|
ClientServicesProviderResource: () => ClientServicesProviderResource,
|
|
@@ -66,7 +66,7 @@ __export(chunk_EM4RDOFJ_exports, {
|
|
|
66
66
|
subscribeToSpaces: () => subscribeToSpaces,
|
|
67
67
|
subscribeToSwarmInfo: () => subscribeToSwarmInfo
|
|
68
68
|
});
|
|
69
|
-
module.exports = __toCommonJS(
|
|
69
|
+
module.exports = __toCommonJS(chunk_HBT5F5OI_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");
|
|
@@ -4820,7 +4820,7 @@ var ServiceRegistry = class {
|
|
|
4820
4820
|
delete this._handlers[name];
|
|
4821
4821
|
}
|
|
4822
4822
|
};
|
|
4823
|
-
var DXOS_VERSION = "0.5.1-main.
|
|
4823
|
+
var DXOS_VERSION = "0.5.1-main.ff7d242";
|
|
4824
4824
|
var getPlatform = () => {
|
|
4825
4825
|
if (process.browser) {
|
|
4826
4826
|
if (typeof window !== "undefined") {
|
|
@@ -5826,4 +5826,4 @@ var findConfigs = () => {
|
|
|
5826
5826
|
subscribeToSpaces,
|
|
5827
5827
|
subscribeToSwarmInfo
|
|
5828
5828
|
});
|
|
5829
|
-
//# sourceMappingURL=chunk-
|
|
5829
|
+
//# sourceMappingURL=chunk-HBT5F5OI.cjs.map
|