@dxos/messaging 0.3.7-main.fcec8cd → 0.3.7-next.bfe6796

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/messaging",
3
- "version": "0.3.7-main.fcec8cd",
3
+ "version": "0.3.7-next.bfe6796",
4
4
  "description": "Messaging",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
@@ -19,23 +19,23 @@
19
19
  "dependencies": {
20
20
  "isomorphic-ws": "^4.0.1",
21
21
  "ws": "^7.4.4",
22
- "@dxos/async": "0.3.7-main.fcec8cd",
23
- "@dxos/codec-protobuf": "0.3.7-main.fcec8cd",
24
- "@dxos/context": "0.3.7-main.fcec8cd",
25
- "@dxos/invariant": "0.3.7-main.fcec8cd",
26
- "@dxos/keys": "0.3.7-main.fcec8cd",
27
- "@dxos/log": "0.3.7-main.fcec8cd",
28
- "@dxos/node-std": "0.3.7-main.fcec8cd",
29
- "@dxos/protocols": "0.3.7-main.fcec8cd",
30
- "@dxos/rpc": "0.3.7-main.fcec8cd",
31
- "@dxos/util": "0.3.7-main.fcec8cd"
22
+ "@dxos/async": "0.3.7-next.bfe6796",
23
+ "@dxos/codec-protobuf": "0.3.7-next.bfe6796",
24
+ "@dxos/invariant": "0.3.7-next.bfe6796",
25
+ "@dxos/log": "0.3.7-next.bfe6796",
26
+ "@dxos/keys": "0.3.7-next.bfe6796",
27
+ "@dxos/context": "0.3.7-next.bfe6796",
28
+ "@dxos/node-std": "0.3.7-next.bfe6796",
29
+ "@dxos/protocols": "0.3.7-next.bfe6796",
30
+ "@dxos/rpc": "0.3.7-next.bfe6796",
31
+ "@dxos/util": "0.3.7-next.bfe6796"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/node": "^18.11.9",
35
35
  "earljs": "~0.1.10",
36
36
  "typescript": "^5.2.2",
37
37
  "wait-for-expect": "^3.0.2",
38
- "@dxos/signal": "0.3.7-main.fcec8cd"
38
+ "@dxos/signal": "0.3.7-next.bfe6796"
39
39
  },
40
40
  "publishConfig": {
41
41
  "access": "public"
@@ -270,7 +270,7 @@ describe('Messenger', () => {
270
270
  }).timeout(1_000);
271
271
 
272
272
  test('Message with broken signal server', async () => {
273
- const builder = new TestBuilder({ signalHosts: [{ server: 'ws://broken.kube' }, { server: broker.url() }] });
273
+ const builder = new TestBuilder({ signalHosts: [{ server: 'ws://broken.kube.' }, { server: broker.url() }] });
274
274
  afterTest(() => builder.close());
275
275
  const peer1 = builder.createPeer();
276
276
  await peer1.open();