@dxos/client-services 0.5.1-main.bc05254 → 0.5.1-main.ff7d242

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/client-services",
3
- "version": "0.5.1-main.bc05254",
3
+ "version": "0.5.1-main.ff7d242",
4
4
  "description": "DXOS client services implementation",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
@@ -24,43 +24,43 @@
24
24
  "dependencies": {
25
25
  "level": "^8.0.1",
26
26
  "platform": "^1.3.6",
27
- "@dxos/async": "0.5.1-main.bc05254",
28
- "@dxos/automerge": "0.5.1-main.bc05254",
29
- "@dxos/client-protocol": "0.5.1-main.bc05254",
30
- "@dxos/codec-protobuf": "0.5.1-main.bc05254",
31
- "@dxos/config": "0.5.1-main.bc05254",
32
- "@dxos/context": "0.5.1-main.bc05254",
33
- "@dxos/credentials": "0.5.1-main.bc05254",
34
- "@dxos/crypto": "0.5.1-main.bc05254",
35
- "@dxos/debug": "0.5.1-main.bc05254",
36
- "@dxos/echo-db": "0.5.1-main.bc05254",
37
- "@dxos/echo-schema": "0.5.1-main.bc05254",
38
- "@dxos/indexing": "0.5.1-main.bc05254",
39
- "@dxos/echo-pipeline": "0.5.1-main.bc05254",
40
- "@dxos/feed-store": "0.5.1-main.bc05254",
41
- "@dxos/invariant": "0.5.1-main.bc05254",
42
- "@dxos/keyring": "0.5.1-main.bc05254",
43
- "@dxos/keys": "0.5.1-main.bc05254",
44
- "@dxos/lock-file": "0.5.1-main.bc05254",
45
- "@dxos/log": "0.5.1-main.bc05254",
46
- "@dxos/messaging": "0.5.1-main.bc05254",
47
- "@dxos/network-manager": "0.5.1-main.bc05254",
48
- "@dxos/node-std": "0.5.1-main.bc05254",
49
- "@dxos/rpc": "0.5.1-main.bc05254",
50
- "@dxos/random-access-storage": "0.5.1-main.bc05254",
51
- "@dxos/protocols": "0.5.1-main.bc05254",
52
- "@dxos/teleport-extension-gossip": "0.5.1-main.bc05254",
53
- "@dxos/teleport": "0.5.1-main.bc05254",
54
- "@dxos/teleport-extension-object-sync": "0.5.1-main.bc05254",
55
- "@dxos/timeframe": "0.5.1-main.bc05254",
56
- "@dxos/tracing": "0.5.1-main.bc05254",
57
- "@dxos/websocket-rpc": "0.5.1-main.bc05254",
58
- "@dxos/util": "0.5.1-main.bc05254"
27
+ "@dxos/async": "0.5.1-main.ff7d242",
28
+ "@dxos/automerge": "0.5.1-main.ff7d242",
29
+ "@dxos/client-protocol": "0.5.1-main.ff7d242",
30
+ "@dxos/config": "0.5.1-main.ff7d242",
31
+ "@dxos/codec-protobuf": "0.5.1-main.ff7d242",
32
+ "@dxos/context": "0.5.1-main.ff7d242",
33
+ "@dxos/crypto": "0.5.1-main.ff7d242",
34
+ "@dxos/credentials": "0.5.1-main.ff7d242",
35
+ "@dxos/debug": "0.5.1-main.ff7d242",
36
+ "@dxos/echo-db": "0.5.1-main.ff7d242",
37
+ "@dxos/echo-pipeline": "0.5.1-main.ff7d242",
38
+ "@dxos/feed-store": "0.5.1-main.ff7d242",
39
+ "@dxos/echo-schema": "0.5.1-main.ff7d242",
40
+ "@dxos/invariant": "0.5.1-main.ff7d242",
41
+ "@dxos/keyring": "0.5.1-main.ff7d242",
42
+ "@dxos/indexing": "0.5.1-main.ff7d242",
43
+ "@dxos/keys": "0.5.1-main.ff7d242",
44
+ "@dxos/lock-file": "0.5.1-main.ff7d242",
45
+ "@dxos/log": "0.5.1-main.ff7d242",
46
+ "@dxos/messaging": "0.5.1-main.ff7d242",
47
+ "@dxos/network-manager": "0.5.1-main.ff7d242",
48
+ "@dxos/protocols": "0.5.1-main.ff7d242",
49
+ "@dxos/node-std": "0.5.1-main.ff7d242",
50
+ "@dxos/random-access-storage": "0.5.1-main.ff7d242",
51
+ "@dxos/teleport": "0.5.1-main.ff7d242",
52
+ "@dxos/rpc": "0.5.1-main.ff7d242",
53
+ "@dxos/teleport-extension-gossip": "0.5.1-main.ff7d242",
54
+ "@dxos/teleport-extension-object-sync": "0.5.1-main.ff7d242",
55
+ "@dxos/timeframe": "0.5.1-main.ff7d242",
56
+ "@dxos/util": "0.5.1-main.ff7d242",
57
+ "@dxos/tracing": "0.5.1-main.ff7d242",
58
+ "@dxos/websocket-rpc": "0.5.1-main.ff7d242"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@types/platform": "^1.3.4",
62
62
  "@types/readable-stream": "^2.3.9",
63
- "@dxos/signal": "0.5.1-main.bc05254"
63
+ "@dxos/signal": "0.5.1-main.ff7d242"
64
64
  },
65
65
  "publishConfig": {
66
66
  "access": "public"
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const DXOS_VERSION = "0.5.1-main.bc05254";
1
+ export const DXOS_VERSION = "0.5.1-main.ff7d242";