@dxos/client-services 0.4.7-main.733903e → 0.4.7-main.d28a540

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.
@@ -31,7 +31,7 @@ __export(testing_exports, {
31
31
  syncItemsLocal: () => syncItemsLocal
32
32
  });
33
33
  module.exports = __toCommonJS(testing_exports);
34
- var import_chunk_IIZJ44EY = require("../../chunk-IIZJ44EY.cjs");
34
+ var import_chunk_ROF5QMCW = require("../../chunk-ROF5QMCW.cjs");
35
35
  var import_credentials = require("@dxos/credentials");
36
36
  var import_keys = require("@dxos/keys");
37
37
  var import_async = require("@dxos/async");
@@ -209,7 +209,7 @@ var createInvitation = (host, options) => {
209
209
  authMethod: import_services.Invitation.AuthMethod.NONE,
210
210
  ...options ?? {}
211
211
  };
212
- if (host instanceof import_chunk_IIZJ44EY.ServiceContext) {
212
+ if (host instanceof import_chunk_ROF5QMCW.ServiceContext) {
213
213
  const hostHandler = host.getInvitationHandler({
214
214
  kind: import_services.Invitation.Kind.SPACE,
215
215
  ...options
@@ -220,7 +220,7 @@ var createInvitation = (host, options) => {
220
220
  };
221
221
  var acceptInvitation = (guest, invitation, guestDeviceProfile) => {
222
222
  invitation = sanitizeInvitation(invitation);
223
- if (guest instanceof import_chunk_IIZJ44EY.ServiceContext) {
223
+ if (guest instanceof import_chunk_ROF5QMCW.ServiceContext) {
224
224
  const guestHandler = guest.getInvitationHandler({
225
225
  kind: invitation.kind
226
226
  });
@@ -229,7 +229,7 @@ var acceptInvitation = (guest, invitation, guestDeviceProfile) => {
229
229
  return guest.join(invitation, guestDeviceProfile);
230
230
  };
231
231
  var createServiceHost = (config, signalManagerContext) => {
232
- return new import_chunk_IIZJ44EY.ClientServicesHost({
232
+ return new import_chunk_ROF5QMCW.ClientServicesHost({
233
233
  config,
234
234
  signalManager: new import_messaging.MemorySignalManager(signalManagerContext),
235
235
  transportFactory: import_network_manager.MemoryTransportFactory
@@ -243,8 +243,8 @@ var createServiceContext = ({ signalContext = new import_messaging.MemorySignalM
243
243
  signalManager,
244
244
  transportFactory: import_network_manager.MemoryTransportFactory
245
245
  });
246
- const modelFactory = (0, import_chunk_IIZJ44EY.createDefaultModelFactory)();
247
- return new import_chunk_IIZJ44EY.ServiceContext(storage, networkManager, signalManager, modelFactory);
246
+ const modelFactory = (0, import_chunk_ROF5QMCW.createDefaultModelFactory)();
247
+ return new import_chunk_ROF5QMCW.ServiceContext(storage, networkManager, signalManager, modelFactory);
248
248
  };
249
249
  var createPeers = async (numPeers) => {
250
250
  const signalContext = new import_messaging.MemorySignalManagerContext();
@@ -328,7 +328,7 @@ var TestPeer = class {
328
328
  feedStore: this.feedStore,
329
329
  networkManager: this.networkManager,
330
330
  metadataStore: this.metadataStore,
331
- modelFactory: (0, import_chunk_IIZJ44EY.createDefaultModelFactory)(),
331
+ modelFactory: (0, import_chunk_ROF5QMCW.createDefaultModelFactory)(),
332
332
  snapshotStore: this.snapshotStore,
333
333
  blobStore: this.blobStore
334
334
  });
@@ -340,7 +340,7 @@ var TestPeer = class {
340
340
  return this._props.automergeHost ??= new import_echo_pipeline.AutomergeHost(this.storage.createDirectory("automerge"));
341
341
  }
342
342
  get dataSpaceManager() {
343
- return this._props.dataSpaceManager ??= new import_chunk_IIZJ44EY.DataSpaceManager(this.spaceManager, this.metadataStore, new import_echo_pipeline.DataServiceSubscriptions(), this.keyring, this.identity, this.feedStore, this.automergeHost);
343
+ return this._props.dataSpaceManager ??= new import_chunk_ROF5QMCW.DataSpaceManager(this.spaceManager, this.metadataStore, new import_echo_pipeline.DataServiceSubscriptions(), this.keyring, this.identity, this.feedStore, this.automergeHost);
344
344
  }
345
345
  async createIdentity() {
346
346
  this._props.signingContext ??= await createSigningContext(this.keyring);
@@ -1,2 +1,2 @@
1
- export declare const DXOS_VERSION = "0.4.7-main.733903e";
1
+ export declare const DXOS_VERSION = "0.4.7-main.d28a540";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/client-services",
3
- "version": "0.4.7-main.733903e",
3
+ "version": "0.4.7-main.d28a540",
4
4
  "description": "DXOS client services implementation",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
@@ -22,44 +22,44 @@
22
22
  ],
23
23
  "dependencies": {
24
24
  "platform": "^1.3.6",
25
- "@dxos/async": "0.4.7-main.733903e",
26
- "@dxos/codec-protobuf": "0.4.7-main.733903e",
27
- "@dxos/client-protocol": "0.4.7-main.733903e",
28
- "@dxos/context": "0.4.7-main.733903e",
29
- "@dxos/credentials": "0.4.7-main.733903e",
30
- "@dxos/debug": "0.4.7-main.733903e",
31
- "@dxos/config": "0.4.7-main.733903e",
32
- "@dxos/document-model": "0.4.7-main.733903e",
33
- "@dxos/crypto": "0.4.7-main.733903e",
34
- "@dxos/echo-db": "0.4.7-main.733903e",
35
- "@dxos/echo-pipeline": "0.4.7-main.733903e",
36
- "@dxos/echo-schema": "0.4.7-main.733903e",
37
- "@dxos/feed-store": "0.4.7-main.733903e",
38
- "@dxos/invariant": "0.4.7-main.733903e",
39
- "@dxos/keyring": "0.4.7-main.733903e",
40
- "@dxos/lock-file": "0.4.7-main.733903e",
41
- "@dxos/keys": "0.4.7-main.733903e",
42
- "@dxos/model-factory": "0.4.7-main.733903e",
43
- "@dxos/messaging": "0.4.7-main.733903e",
44
- "@dxos/log": "0.4.7-main.733903e",
45
- "@dxos/network-manager": "0.4.7-main.733903e",
46
- "@dxos/node-std": "0.4.7-main.733903e",
47
- "@dxos/protocols": "0.4.7-main.733903e",
48
- "@dxos/teleport": "0.4.7-main.733903e",
49
- "@dxos/random-access-storage": "0.4.7-main.733903e",
50
- "@dxos/rpc": "0.4.7-main.733903e",
51
- "@dxos/teleport-extension-gossip": "0.4.7-main.733903e",
52
- "@dxos/teleport-extension-object-sync": "0.4.7-main.733903e",
53
- "@dxos/text-model": "0.4.7-main.733903e",
54
- "@dxos/timeframe": "0.4.7-main.733903e",
55
- "@dxos/tracing": "0.4.7-main.733903e",
56
- "@dxos/util": "0.4.7-main.733903e",
57
- "@dxos/websocket-rpc": "0.4.7-main.733903e"
25
+ "@dxos/async": "0.4.7-main.d28a540",
26
+ "@dxos/codec-protobuf": "0.4.7-main.d28a540",
27
+ "@dxos/config": "0.4.7-main.d28a540",
28
+ "@dxos/client-protocol": "0.4.7-main.d28a540",
29
+ "@dxos/context": "0.4.7-main.d28a540",
30
+ "@dxos/credentials": "0.4.7-main.d28a540",
31
+ "@dxos/crypto": "0.4.7-main.d28a540",
32
+ "@dxos/debug": "0.4.7-main.d28a540",
33
+ "@dxos/document-model": "0.4.7-main.d28a540",
34
+ "@dxos/echo-pipeline": "0.4.7-main.d28a540",
35
+ "@dxos/echo-schema": "0.4.7-main.d28a540",
36
+ "@dxos/feed-store": "0.4.7-main.d28a540",
37
+ "@dxos/echo-db": "0.4.7-main.d28a540",
38
+ "@dxos/invariant": "0.4.7-main.d28a540",
39
+ "@dxos/keyring": "0.4.7-main.d28a540",
40
+ "@dxos/keys": "0.4.7-main.d28a540",
41
+ "@dxos/log": "0.4.7-main.d28a540",
42
+ "@dxos/lock-file": "0.4.7-main.d28a540",
43
+ "@dxos/messaging": "0.4.7-main.d28a540",
44
+ "@dxos/model-factory": "0.4.7-main.d28a540",
45
+ "@dxos/node-std": "0.4.7-main.d28a540",
46
+ "@dxos/network-manager": "0.4.7-main.d28a540",
47
+ "@dxos/random-access-storage": "0.4.7-main.d28a540",
48
+ "@dxos/protocols": "0.4.7-main.d28a540",
49
+ "@dxos/teleport": "0.4.7-main.d28a540",
50
+ "@dxos/rpc": "0.4.7-main.d28a540",
51
+ "@dxos/teleport-extension-gossip": "0.4.7-main.d28a540",
52
+ "@dxos/teleport-extension-object-sync": "0.4.7-main.d28a540",
53
+ "@dxos/text-model": "0.4.7-main.d28a540",
54
+ "@dxos/tracing": "0.4.7-main.d28a540",
55
+ "@dxos/timeframe": "0.4.7-main.d28a540",
56
+ "@dxos/util": "0.4.7-main.d28a540",
57
+ "@dxos/websocket-rpc": "0.4.7-main.d28a540"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@types/platform": "^1.3.4",
61
61
  "@types/readable-stream": "^2.3.9",
62
- "@dxos/signal": "0.4.7-main.733903e"
62
+ "@dxos/signal": "0.4.7-main.d28a540"
63
63
  },
64
64
  "publishConfig": {
65
65
  "access": "public"
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const DXOS_VERSION = "0.4.7-main.733903e";
1
+ export const DXOS_VERSION = "0.4.7-main.d28a540";