@dxos/client-services 0.4.7-main.0a4f1cd → 0.4.7-main.2193472

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_URTAX6GZ = require("../../chunk-URTAX6GZ.cjs");
34
+ var import_chunk_G7NYLGCU = require("../../chunk-G7NYLGCU.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_URTAX6GZ.ServiceContext) {
212
+ if (host instanceof import_chunk_G7NYLGCU.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_URTAX6GZ.ServiceContext) {
223
+ if (guest instanceof import_chunk_G7NYLGCU.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_URTAX6GZ.ClientServicesHost({
232
+ return new import_chunk_G7NYLGCU.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_URTAX6GZ.createDefaultModelFactory)();
247
- return new import_chunk_URTAX6GZ.ServiceContext(storage, networkManager, signalManager, modelFactory);
246
+ const modelFactory = (0, import_chunk_G7NYLGCU.createDefaultModelFactory)();
247
+ return new import_chunk_G7NYLGCU.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_URTAX6GZ.createDefaultModelFactory)(),
331
+ modelFactory: (0, import_chunk_G7NYLGCU.createDefaultModelFactory)(),
332
332
  snapshotStore: this.snapshotStore,
333
333
  blobStore: this.blobStore
334
334
  });
@@ -342,7 +342,7 @@ var TestPeer = class {
342
342
  });
343
343
  }
344
344
  get dataSpaceManager() {
345
- return this._props.dataSpaceManager ??= new import_chunk_URTAX6GZ.DataSpaceManager(this.spaceManager, this.metadataStore, new import_echo_pipeline.DataServiceSubscriptions(), this.keyring, this.identity, this.feedStore, this.automergeHost);
345
+ return this._props.dataSpaceManager ??= new import_chunk_G7NYLGCU.DataSpaceManager(this.spaceManager, this.metadataStore, new import_echo_pipeline.DataServiceSubscriptions(), this.keyring, this.identity, this.feedStore, this.automergeHost);
346
346
  }
347
347
  async createIdentity() {
348
348
  this._props.signingContext ??= await createSigningContext(this.keyring);
@@ -1,2 +1,2 @@
1
- export declare const DXOS_VERSION = "0.4.7-main.0a4f1cd";
1
+ export declare const DXOS_VERSION = "0.4.7-main.2193472";
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.0a4f1cd",
3
+ "version": "0.4.7-main.2193472",
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.0a4f1cd",
26
- "@dxos/client-protocol": "0.4.7-main.0a4f1cd",
27
- "@dxos/codec-protobuf": "0.4.7-main.0a4f1cd",
28
- "@dxos/config": "0.4.7-main.0a4f1cd",
29
- "@dxos/context": "0.4.7-main.0a4f1cd",
30
- "@dxos/credentials": "0.4.7-main.0a4f1cd",
31
- "@dxos/crypto": "0.4.7-main.0a4f1cd",
32
- "@dxos/debug": "0.4.7-main.0a4f1cd",
33
- "@dxos/document-model": "0.4.7-main.0a4f1cd",
34
- "@dxos/echo-db": "0.4.7-main.0a4f1cd",
35
- "@dxos/echo-schema": "0.4.7-main.0a4f1cd",
36
- "@dxos/echo-pipeline": "0.4.7-main.0a4f1cd",
37
- "@dxos/feed-store": "0.4.7-main.0a4f1cd",
38
- "@dxos/invariant": "0.4.7-main.0a4f1cd",
39
- "@dxos/keys": "0.4.7-main.0a4f1cd",
40
- "@dxos/keyring": "0.4.7-main.0a4f1cd",
41
- "@dxos/log": "0.4.7-main.0a4f1cd",
42
- "@dxos/lock-file": "0.4.7-main.0a4f1cd",
43
- "@dxos/messaging": "0.4.7-main.0a4f1cd",
44
- "@dxos/model-factory": "0.4.7-main.0a4f1cd",
45
- "@dxos/network-manager": "0.4.7-main.0a4f1cd",
46
- "@dxos/node-std": "0.4.7-main.0a4f1cd",
47
- "@dxos/protocols": "0.4.7-main.0a4f1cd",
48
- "@dxos/rpc": "0.4.7-main.0a4f1cd",
49
- "@dxos/teleport": "0.4.7-main.0a4f1cd",
50
- "@dxos/random-access-storage": "0.4.7-main.0a4f1cd",
51
- "@dxos/teleport-extension-gossip": "0.4.7-main.0a4f1cd",
52
- "@dxos/teleport-extension-object-sync": "0.4.7-main.0a4f1cd",
53
- "@dxos/text-model": "0.4.7-main.0a4f1cd",
54
- "@dxos/timeframe": "0.4.7-main.0a4f1cd",
55
- "@dxos/tracing": "0.4.7-main.0a4f1cd",
56
- "@dxos/util": "0.4.7-main.0a4f1cd",
57
- "@dxos/websocket-rpc": "0.4.7-main.0a4f1cd"
25
+ "@dxos/async": "0.4.7-main.2193472",
26
+ "@dxos/codec-protobuf": "0.4.7-main.2193472",
27
+ "@dxos/config": "0.4.7-main.2193472",
28
+ "@dxos/client-protocol": "0.4.7-main.2193472",
29
+ "@dxos/context": "0.4.7-main.2193472",
30
+ "@dxos/credentials": "0.4.7-main.2193472",
31
+ "@dxos/crypto": "0.4.7-main.2193472",
32
+ "@dxos/debug": "0.4.7-main.2193472",
33
+ "@dxos/document-model": "0.4.7-main.2193472",
34
+ "@dxos/echo-db": "0.4.7-main.2193472",
35
+ "@dxos/echo-pipeline": "0.4.7-main.2193472",
36
+ "@dxos/echo-schema": "0.4.7-main.2193472",
37
+ "@dxos/feed-store": "0.4.7-main.2193472",
38
+ "@dxos/invariant": "0.4.7-main.2193472",
39
+ "@dxos/keyring": "0.4.7-main.2193472",
40
+ "@dxos/keys": "0.4.7-main.2193472",
41
+ "@dxos/lock-file": "0.4.7-main.2193472",
42
+ "@dxos/log": "0.4.7-main.2193472",
43
+ "@dxos/model-factory": "0.4.7-main.2193472",
44
+ "@dxos/messaging": "0.4.7-main.2193472",
45
+ "@dxos/network-manager": "0.4.7-main.2193472",
46
+ "@dxos/node-std": "0.4.7-main.2193472",
47
+ "@dxos/protocols": "0.4.7-main.2193472",
48
+ "@dxos/rpc": "0.4.7-main.2193472",
49
+ "@dxos/random-access-storage": "0.4.7-main.2193472",
50
+ "@dxos/teleport": "0.4.7-main.2193472",
51
+ "@dxos/teleport-extension-gossip": "0.4.7-main.2193472",
52
+ "@dxos/teleport-extension-object-sync": "0.4.7-main.2193472",
53
+ "@dxos/timeframe": "0.4.7-main.2193472",
54
+ "@dxos/text-model": "0.4.7-main.2193472",
55
+ "@dxos/tracing": "0.4.7-main.2193472",
56
+ "@dxos/util": "0.4.7-main.2193472",
57
+ "@dxos/websocket-rpc": "0.4.7-main.2193472"
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.0a4f1cd"
62
+ "@dxos/signal": "0.4.7-main.2193472"
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.0a4f1cd";
1
+ export const DXOS_VERSION = "0.4.7-main.2193472";