@dxos/messaging 0.4.10-next.71cec10 → 0.5.1-next.2ad6c47

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +12 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/messaging",
3
- "version": "0.4.10-next.71cec10",
3
+ "version": "0.5.1-next.2ad6c47",
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": "^8.14.2",
22
- "@dxos/async": "0.4.10-next.71cec10",
23
- "@dxos/codec-protobuf": "0.4.10-next.71cec10",
24
- "@dxos/context": "0.4.10-next.71cec10",
25
- "@dxos/keys": "0.4.10-next.71cec10",
26
- "@dxos/invariant": "0.4.10-next.71cec10",
27
- "@dxos/log": "0.4.10-next.71cec10",
28
- "@dxos/node-std": "0.4.10-next.71cec10",
29
- "@dxos/protocols": "0.4.10-next.71cec10",
30
- "@dxos/rpc": "0.4.10-next.71cec10",
31
- "@dxos/util": "0.4.10-next.71cec10"
22
+ "@dxos/async": "0.5.1-next.2ad6c47",
23
+ "@dxos/codec-protobuf": "0.5.1-next.2ad6c47",
24
+ "@dxos/context": "0.5.1-next.2ad6c47",
25
+ "@dxos/keys": "0.5.1-next.2ad6c47",
26
+ "@dxos/invariant": "0.5.1-next.2ad6c47",
27
+ "@dxos/node-std": "0.5.1-next.2ad6c47",
28
+ "@dxos/log": "0.5.1-next.2ad6c47",
29
+ "@dxos/protocols": "0.5.1-next.2ad6c47",
30
+ "@dxos/rpc": "0.5.1-next.2ad6c47",
31
+ "@dxos/util": "0.5.1-next.2ad6c47"
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.4.10-next.71cec10"
38
+ "@dxos/signal": "0.5.1-next.2ad6c47"
39
39
  },
40
40
  "publishConfig": {
41
41
  "access": "public"