@dxos/client-services 0.4.10-main.c5e8686 → 0.4.10-main.cb83c78
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-FUEOAPLA.mjs → chunk-MR3A4F5A.mjs} +3 -3
- package/dist/lib/browser/{chunk-FUEOAPLA.mjs.map → chunk-MR3A4F5A.mjs.map} +2 -2
- 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-VRSCM2WE.cjs → chunk-SICZTC25.cjs} +6 -6
- package/dist/lib/node/{chunk-VRSCM2WE.cjs.map → chunk-SICZTC25.cjs.map} +2 -2
- 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/packlets/services/service-context.ts +1 -1
- 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_SICZTC25_exports = {};
|
|
30
|
+
__export(chunk_SICZTC25_exports, {
|
|
31
31
|
ClientRpcServer: () => ClientRpcServer,
|
|
32
32
|
ClientServicesHost: () => ClientServicesHost,
|
|
33
33
|
ClientServicesProviderResource: () => ClientServicesProviderResource,
|
|
@@ -65,7 +65,7 @@ __export(chunk_VRSCM2WE_exports, {
|
|
|
65
65
|
subscribeToSpaces: () => subscribeToSpaces,
|
|
66
66
|
subscribeToSwarmInfo: () => subscribeToSwarmInfo
|
|
67
67
|
});
|
|
68
|
-
module.exports = __toCommonJS(
|
|
68
|
+
module.exports = __toCommonJS(chunk_SICZTC25_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");
|
|
@@ -4501,7 +4501,7 @@ var ServiceContext = class extends import_context10.Resource {
|
|
|
4501
4501
|
});
|
|
4502
4502
|
this.indexer = new import_indexing.Indexer({
|
|
4503
4503
|
indexStore: new import_indexing.IndexStore({
|
|
4504
|
-
db: level.sublevel("index-
|
|
4504
|
+
db: level.sublevel("index-store")
|
|
4505
4505
|
}),
|
|
4506
4506
|
metadataStore: this.indexMetadata,
|
|
4507
4507
|
loadDocuments: createSelectedDocumentsIterator(this.automergeHost),
|
|
@@ -4739,7 +4739,7 @@ var ServiceRegistry = class {
|
|
|
4739
4739
|
delete this._handlers[name];
|
|
4740
4740
|
}
|
|
4741
4741
|
};
|
|
4742
|
-
var DXOS_VERSION = "0.4.10-main.
|
|
4742
|
+
var DXOS_VERSION = "0.4.10-main.cb83c78";
|
|
4743
4743
|
var getPlatform = () => {
|
|
4744
4744
|
if (process.browser) {
|
|
4745
4745
|
if (typeof window !== "undefined") {
|
|
@@ -5765,4 +5765,4 @@ var findConfigs = () => {
|
|
|
5765
5765
|
subscribeToSpaces,
|
|
5766
5766
|
subscribeToSwarmInfo
|
|
5767
5767
|
});
|
|
5768
|
-
//# sourceMappingURL=chunk-
|
|
5768
|
+
//# sourceMappingURL=chunk-SICZTC25.cjs.map
|