@dxos/client-services 0.3.11-main.dd122a6 → 0.3.11-main.f08de7a

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_6VE2OLVY = require("../../chunk-6VE2OLVY.cjs");
34
+ var import_chunk_OB6G6A2J = require("../../chunk-OB6G6A2J.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");
@@ -216,7 +216,7 @@ var createInvitation = (host, options) => {
216
216
  authMethod: import_services.Invitation.AuthMethod.NONE,
217
217
  ...options ?? {}
218
218
  };
219
- if (host instanceof import_chunk_6VE2OLVY.ServiceContext) {
219
+ if (host instanceof import_chunk_OB6G6A2J.ServiceContext) {
220
220
  const hostHandler = host.getInvitationHandler({
221
221
  kind: import_services.Invitation.Kind.SPACE,
222
222
  ...options
@@ -227,7 +227,7 @@ var createInvitation = (host, options) => {
227
227
  };
228
228
  var acceptInvitation = (guest, invitation) => {
229
229
  invitation = sanitizeInvitation(invitation);
230
- if (guest instanceof import_chunk_6VE2OLVY.ServiceContext) {
230
+ if (guest instanceof import_chunk_OB6G6A2J.ServiceContext) {
231
231
  const guestHandler = guest.getInvitationHandler({
232
232
  kind: invitation.kind
233
233
  });
@@ -236,7 +236,7 @@ var acceptInvitation = (guest, invitation) => {
236
236
  return guest.join(invitation);
237
237
  };
238
238
  var createServiceHost = (config, signalManagerContext) => {
239
- return new import_chunk_6VE2OLVY.ClientServicesHost({
239
+ return new import_chunk_OB6G6A2J.ClientServicesHost({
240
240
  config,
241
241
  signalManager: new import_messaging.MemorySignalManager(signalManagerContext),
242
242
  transportFactory: import_network_manager.MemoryTransportFactory
@@ -250,8 +250,8 @@ var createServiceContext = ({ signalContext = new import_messaging.MemorySignalM
250
250
  signalManager,
251
251
  transportFactory: import_network_manager.MemoryTransportFactory
252
252
  });
253
- const modelFactory = (0, import_chunk_6VE2OLVY.createDefaultModelFactory)();
254
- return new import_chunk_6VE2OLVY.ServiceContext(storage, networkManager, signalManager, modelFactory);
253
+ const modelFactory = (0, import_chunk_OB6G6A2J.createDefaultModelFactory)();
254
+ return new import_chunk_OB6G6A2J.ServiceContext(storage, networkManager, signalManager, modelFactory);
255
255
  };
256
256
  var createPeers = async (numPeers) => {
257
257
  const signalContext = new import_messaging.MemorySignalManagerContext();
@@ -335,7 +335,7 @@ var TestPeer = class {
335
335
  feedStore: this.feedStore,
336
336
  networkManager: this.networkManager,
337
337
  metadataStore: this.metadataStore,
338
- modelFactory: (0, import_chunk_6VE2OLVY.createDefaultModelFactory)(),
338
+ modelFactory: (0, import_chunk_OB6G6A2J.createDefaultModelFactory)(),
339
339
  snapshotStore: this.snapshotStore,
340
340
  blobStore: this.blobStore
341
341
  });
@@ -347,7 +347,7 @@ var TestPeer = class {
347
347
  return this._props.automergeHost ??= new import_echo_pipeline.AutomergeHost(this.storage.createDirectory("automerge"));
348
348
  }
349
349
  get dataSpaceManager() {
350
- return this._props.dataSpaceManager ??= new import_chunk_6VE2OLVY.DataSpaceManager(this.spaceManager, this.metadataStore, new import_echo_pipeline.DataServiceSubscriptions(), this.keyring, this.identity, this.feedStore, this.automergeHost);
350
+ return this._props.dataSpaceManager ??= new import_chunk_OB6G6A2J.DataSpaceManager(this.spaceManager, this.metadataStore, new import_echo_pipeline.DataServiceSubscriptions(), this.keyring, this.identity, this.feedStore, this.automergeHost);
351
351
  }
352
352
  async createIdentity() {
353
353
  this._props.signingContext ??= await createSigningContext(this.keyring);
@@ -1,2 +1,2 @@
1
- export declare const DXOS_VERSION = "0.3.11-main.dd122a6";
1
+ export declare const DXOS_VERSION = "0.3.11-main.f08de7a";
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.3.11-main.dd122a6",
3
+ "version": "0.3.11-main.f08de7a",
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.3.11-main.dd122a6",
26
- "@dxos/client-protocol": "0.3.11-main.dd122a6",
27
- "@dxos/codec-protobuf": "0.3.11-main.dd122a6",
28
- "@dxos/context": "0.3.11-main.dd122a6",
29
- "@dxos/credentials": "0.3.11-main.dd122a6",
30
- "@dxos/crypto": "0.3.11-main.dd122a6",
31
- "@dxos/config": "0.3.11-main.dd122a6",
32
- "@dxos/debug": "0.3.11-main.dd122a6",
33
- "@dxos/echo-db": "0.3.11-main.dd122a6",
34
- "@dxos/document-model": "0.3.11-main.dd122a6",
35
- "@dxos/echo-pipeline": "0.3.11-main.dd122a6",
36
- "@dxos/echo-schema": "0.3.11-main.dd122a6",
37
- "@dxos/invariant": "0.3.11-main.dd122a6",
38
- "@dxos/feed-store": "0.3.11-main.dd122a6",
39
- "@dxos/keyring": "0.3.11-main.dd122a6",
40
- "@dxos/keys": "0.3.11-main.dd122a6",
41
- "@dxos/lock-file": "0.3.11-main.dd122a6",
42
- "@dxos/log": "0.3.11-main.dd122a6",
43
- "@dxos/network-manager": "0.3.11-main.dd122a6",
44
- "@dxos/messaging": "0.3.11-main.dd122a6",
45
- "@dxos/node-std": "0.3.11-main.dd122a6",
46
- "@dxos/protocols": "0.3.11-main.dd122a6",
47
- "@dxos/model-factory": "0.3.11-main.dd122a6",
48
- "@dxos/rpc": "0.3.11-main.dd122a6",
49
- "@dxos/random-access-storage": "0.3.11-main.dd122a6",
50
- "@dxos/teleport": "0.3.11-main.dd122a6",
51
- "@dxos/text-model": "0.3.11-main.dd122a6",
52
- "@dxos/teleport-extension-gossip": "0.3.11-main.dd122a6",
53
- "@dxos/teleport-extension-object-sync": "0.3.11-main.dd122a6",
54
- "@dxos/timeframe": "0.3.11-main.dd122a6",
55
- "@dxos/tracing": "0.3.11-main.dd122a6",
56
- "@dxos/websocket-rpc": "0.3.11-main.dd122a6",
57
- "@dxos/util": "0.3.11-main.dd122a6"
25
+ "@dxos/codec-protobuf": "0.3.11-main.f08de7a",
26
+ "@dxos/config": "0.3.11-main.f08de7a",
27
+ "@dxos/async": "0.3.11-main.f08de7a",
28
+ "@dxos/context": "0.3.11-main.f08de7a",
29
+ "@dxos/credentials": "0.3.11-main.f08de7a",
30
+ "@dxos/crypto": "0.3.11-main.f08de7a",
31
+ "@dxos/debug": "0.3.11-main.f08de7a",
32
+ "@dxos/document-model": "0.3.11-main.f08de7a",
33
+ "@dxos/echo-db": "0.3.11-main.f08de7a",
34
+ "@dxos/echo-pipeline": "0.3.11-main.f08de7a",
35
+ "@dxos/echo-schema": "0.3.11-main.f08de7a",
36
+ "@dxos/feed-store": "0.3.11-main.f08de7a",
37
+ "@dxos/keyring": "0.3.11-main.f08de7a",
38
+ "@dxos/invariant": "0.3.11-main.f08de7a",
39
+ "@dxos/client-protocol": "0.3.11-main.f08de7a",
40
+ "@dxos/keys": "0.3.11-main.f08de7a",
41
+ "@dxos/lock-file": "0.3.11-main.f08de7a",
42
+ "@dxos/log": "0.3.11-main.f08de7a",
43
+ "@dxos/model-factory": "0.3.11-main.f08de7a",
44
+ "@dxos/messaging": "0.3.11-main.f08de7a",
45
+ "@dxos/node-std": "0.3.11-main.f08de7a",
46
+ "@dxos/protocols": "0.3.11-main.f08de7a",
47
+ "@dxos/network-manager": "0.3.11-main.f08de7a",
48
+ "@dxos/random-access-storage": "0.3.11-main.f08de7a",
49
+ "@dxos/rpc": "0.3.11-main.f08de7a",
50
+ "@dxos/teleport": "0.3.11-main.f08de7a",
51
+ "@dxos/teleport-extension-object-sync": "0.3.11-main.f08de7a",
52
+ "@dxos/text-model": "0.3.11-main.f08de7a",
53
+ "@dxos/teleport-extension-gossip": "0.3.11-main.f08de7a",
54
+ "@dxos/tracing": "0.3.11-main.f08de7a",
55
+ "@dxos/websocket-rpc": "0.3.11-main.f08de7a",
56
+ "@dxos/timeframe": "0.3.11-main.f08de7a",
57
+ "@dxos/util": "0.3.11-main.f08de7a"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@types/platform": "^1.3.4",
61
61
  "@types/readable-stream": "^2.3.9",
62
- "@dxos/signal": "0.3.11-main.dd122a6"
62
+ "@dxos/signal": "0.3.11-main.f08de7a"
63
63
  },
64
64
  "publishConfig": {
65
65
  "access": "public"
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const DXOS_VERSION = "0.3.11-main.dd122a6";
1
+ export const DXOS_VERSION = "0.3.11-main.f08de7a";