@dxos/client-services 0.1.38-next.52086c1 → 0.1.38

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 (2) hide show
  1. package/README.md +2 -3
  2. package/package.json +30 -30
package/README.md CHANGED
@@ -14,11 +14,10 @@ pnpm i @dxos/client-services
14
14
 
15
15
  - [Website](https://dxos.org)
16
16
  - [Developer Documentation](https://docs.dxos.org)
17
- - Tag [questions on Stack Overflow](https://stackoverflow.com/questions/tagged/dxos) with `#dxos`
18
- - Tag us on twitter [`@dxos_org`](https://twitter.com/dxos_org)
17
+ - Talk to us on [Discord](https://discord.gg/eXVfryv3sW)
19
18
 
20
19
  ## Contributions
21
20
 
22
- Your ideas, issues, and code are most welcome. Please take a look at our [community code of conduct](https://github.com/dxos/dxos/blob/main/CODE_OF_CONDUCT.md), the [issue guide](https://github.com/dxos/dxos/blob/main/CONTRIBUTING.md#submitting-issues), and the [PR contribution guide](https://github.com/dxos/dxos/blob/main/CONTRIBUTING.md#submitting-prs). If you would like to contribute to the design and implementation of DXOS, please [start with the contributor's guide](https://github.com/dxos/dxos/blob/main/CONTRIBUTING.md).
21
+ Your ideas, issues, and code are most welcome. Please take a look at our [community code of conduct](https://github.com/dxos/dxos/blob/main/CODE_OF_CONDUCT.md), the [issue guide](https://github.com/dxos/dxos/blob/main/CONTRIBUTING.md#submitting-issues), and the [PR contribution guide](https://github.com/dxos/dxos/blob/main/CONTRIBUTING.md#submitting-prs).
23
22
 
24
23
  License: [MIT](./LICENSE) Copyright 2022 © DXOS
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/client-services",
3
- "version": "0.1.38-next.52086c1",
3
+ "version": "0.1.38",
4
4
  "description": "DXOS client services implementation",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
@@ -20,39 +20,39 @@
20
20
  "src"
21
21
  ],
22
22
  "dependencies": {
23
- "@dxos/async": "0.1.38-next.52086c1",
24
- "@dxos/client": "0.1.38-next.52086c1",
25
- "@dxos/codec-protobuf": "0.1.38-next.52086c1",
26
- "@dxos/config": "0.1.38-next.52086c1",
27
- "@dxos/context": "0.1.38-next.52086c1",
28
- "@dxos/credentials": "0.1.38-next.52086c1",
29
- "@dxos/crypto": "0.1.38-next.52086c1",
30
- "@dxos/debug": "0.1.38-next.52086c1",
31
- "@dxos/document-model": "0.1.38-next.52086c1",
32
- "@dxos/echo-db": "0.1.38-next.52086c1",
33
- "@dxos/echo-pipeline": "0.1.38-next.52086c1",
34
- "@dxos/errors": "0.1.38-next.52086c1",
35
- "@dxos/feed-store": "0.1.38-next.52086c1",
36
- "@dxos/keyring": "0.1.38-next.52086c1",
37
- "@dxos/keys": "0.1.38-next.52086c1",
38
- "@dxos/log": "0.1.38-next.52086c1",
39
- "@dxos/messaging": "0.1.38-next.52086c1",
40
- "@dxos/model-factory": "0.1.38-next.52086c1",
41
- "@dxos/network-manager": "0.1.38-next.52086c1",
42
- "@dxos/node-std": "0.1.38-next.52086c1",
43
- "@dxos/protocols": "0.1.38-next.52086c1",
44
- "@dxos/random-access-storage": "0.1.38-next.52086c1",
45
- "@dxos/rpc": "0.1.38-next.52086c1",
46
- "@dxos/teleport": "0.1.38-next.52086c1",
47
- "@dxos/teleport-extension-gossip": "0.1.38-next.52086c1",
48
- "@dxos/text-model": "0.1.38-next.52086c1",
49
- "@dxos/timeframe": "0.1.38-next.52086c1",
50
- "@dxos/util": "0.1.38-next.52086c1"
23
+ "@dxos/async": "0.1.38",
24
+ "@dxos/client": "0.1.38",
25
+ "@dxos/codec-protobuf": "0.1.38",
26
+ "@dxos/config": "0.1.38",
27
+ "@dxos/context": "0.1.38",
28
+ "@dxos/credentials": "0.1.38",
29
+ "@dxos/crypto": "0.1.38",
30
+ "@dxos/debug": "0.1.38",
31
+ "@dxos/document-model": "0.1.38",
32
+ "@dxos/echo-db": "0.1.38",
33
+ "@dxos/echo-pipeline": "0.1.38",
34
+ "@dxos/errors": "0.1.38",
35
+ "@dxos/feed-store": "0.1.38",
36
+ "@dxos/keyring": "0.1.38",
37
+ "@dxos/keys": "0.1.38",
38
+ "@dxos/log": "0.1.38",
39
+ "@dxos/messaging": "0.1.38",
40
+ "@dxos/model-factory": "0.1.38",
41
+ "@dxos/network-manager": "0.1.38",
42
+ "@dxos/node-std": "0.1.38",
43
+ "@dxos/protocols": "0.1.38",
44
+ "@dxos/random-access-storage": "0.1.38",
45
+ "@dxos/rpc": "0.1.38",
46
+ "@dxos/teleport": "0.1.38",
47
+ "@dxos/teleport-extension-gossip": "0.1.38",
48
+ "@dxos/text-model": "0.1.38",
49
+ "@dxos/timeframe": "0.1.38",
50
+ "@dxos/util": "0.1.38"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@types/readable-stream": "^2.3.9",
54
54
  "fast-check": "~3.3.0",
55
- "@dxos/signal": "0.1.38-next.52086c1"
55
+ "@dxos/signal": "0.1.38"
56
56
  },
57
57
  "publishConfig": {
58
58
  "access": "public"