@dxos/client-services 0.1.56-main.c787da3 → 0.1.56-main.e47dfd1

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.
Files changed (1) hide show
  1. package/package.json +32 -32
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/client-services",
3
- "version": "0.1.56-main.c787da3",
3
+ "version": "0.1.56-main.e47dfd1",
4
4
  "description": "DXOS client services implementation",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
@@ -22,40 +22,40 @@
22
22
  ],
23
23
  "dependencies": {
24
24
  "tiny-invariant": "^1.3.1",
25
- "@dxos/async": "0.1.56-main.c787da3",
26
- "@dxos/client-protocol": "0.1.56-main.c787da3",
27
- "@dxos/codec-protobuf": "0.1.56-main.c787da3",
28
- "@dxos/config": "0.1.56-main.c787da3",
29
- "@dxos/context": "0.1.56-main.c787da3",
30
- "@dxos/credentials": "0.1.56-main.c787da3",
31
- "@dxos/crypto": "0.1.56-main.c787da3",
32
- "@dxos/debug": "0.1.56-main.c787da3",
33
- "@dxos/document-model": "0.1.56-main.c787da3",
34
- "@dxos/echo-db": "0.1.56-main.c787da3",
35
- "@dxos/echo-pipeline": "0.1.56-main.c787da3",
36
- "@dxos/errors": "0.1.56-main.c787da3",
37
- "@dxos/feed-store": "0.1.56-main.c787da3",
38
- "@dxos/keyring": "0.1.56-main.c787da3",
39
- "@dxos/keys": "0.1.56-main.c787da3",
40
- "@dxos/lock-file": "0.1.56-main.c787da3",
41
- "@dxos/log": "0.1.56-main.c787da3",
42
- "@dxos/messaging": "0.1.56-main.c787da3",
43
- "@dxos/model-factory": "0.1.56-main.c787da3",
44
- "@dxos/network-manager": "0.1.56-main.c787da3",
45
- "@dxos/node-std": "0.1.56-main.c787da3",
46
- "@dxos/protocols": "0.1.56-main.c787da3",
47
- "@dxos/random-access-storage": "0.1.56-main.c787da3",
48
- "@dxos/rpc": "0.1.56-main.c787da3",
49
- "@dxos/teleport": "0.1.56-main.c787da3",
50
- "@dxos/teleport-extension-gossip": "0.1.56-main.c787da3",
51
- "@dxos/teleport-extension-object-sync": "0.1.56-main.c787da3",
52
- "@dxos/text-model": "0.1.56-main.c787da3",
53
- "@dxos/timeframe": "0.1.56-main.c787da3",
54
- "@dxos/util": "0.1.56-main.c787da3"
25
+ "@dxos/async": "0.1.56-main.e47dfd1",
26
+ "@dxos/client-protocol": "0.1.56-main.e47dfd1",
27
+ "@dxos/codec-protobuf": "0.1.56-main.e47dfd1",
28
+ "@dxos/config": "0.1.56-main.e47dfd1",
29
+ "@dxos/context": "0.1.56-main.e47dfd1",
30
+ "@dxos/credentials": "0.1.56-main.e47dfd1",
31
+ "@dxos/crypto": "0.1.56-main.e47dfd1",
32
+ "@dxos/debug": "0.1.56-main.e47dfd1",
33
+ "@dxos/document-model": "0.1.56-main.e47dfd1",
34
+ "@dxos/echo-db": "0.1.56-main.e47dfd1",
35
+ "@dxos/echo-pipeline": "0.1.56-main.e47dfd1",
36
+ "@dxos/errors": "0.1.56-main.e47dfd1",
37
+ "@dxos/feed-store": "0.1.56-main.e47dfd1",
38
+ "@dxos/keyring": "0.1.56-main.e47dfd1",
39
+ "@dxos/keys": "0.1.56-main.e47dfd1",
40
+ "@dxos/lock-file": "0.1.56-main.e47dfd1",
41
+ "@dxos/log": "0.1.56-main.e47dfd1",
42
+ "@dxos/messaging": "0.1.56-main.e47dfd1",
43
+ "@dxos/model-factory": "0.1.56-main.e47dfd1",
44
+ "@dxos/network-manager": "0.1.56-main.e47dfd1",
45
+ "@dxos/node-std": "0.1.56-main.e47dfd1",
46
+ "@dxos/protocols": "0.1.56-main.e47dfd1",
47
+ "@dxos/random-access-storage": "0.1.56-main.e47dfd1",
48
+ "@dxos/rpc": "0.1.56-main.e47dfd1",
49
+ "@dxos/teleport": "0.1.56-main.e47dfd1",
50
+ "@dxos/teleport-extension-gossip": "0.1.56-main.e47dfd1",
51
+ "@dxos/teleport-extension-object-sync": "0.1.56-main.e47dfd1",
52
+ "@dxos/text-model": "0.1.56-main.e47dfd1",
53
+ "@dxos/timeframe": "0.1.56-main.e47dfd1",
54
+ "@dxos/util": "0.1.56-main.e47dfd1"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@types/readable-stream": "^2.3.9",
58
- "@dxos/signal": "0.1.56-main.c787da3"
58
+ "@dxos/signal": "0.1.56-main.e47dfd1"
59
59
  },
60
60
  "publishConfig": {
61
61
  "access": "public"