@dxos/timeframe 0.5.4 → 0.5.5-main.1aa8b60

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 +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -12,7 +12,7 @@ pnpm i @dxos/timeframe
12
12
 
13
13
  - [Website](https://dxos.org)
14
14
  - [Developer Documentation](https://docs.dxos.org)
15
- - Talk to us on [Discord](https://discord.gg/eXVfryv3sW)
15
+ - Talk to us on [Discord](https://dxos.org/discord)
16
16
 
17
17
  ## Contributions
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/timeframe",
3
- "version": "0.5.4",
3
+ "version": "0.5.5-main.1aa8b60",
4
4
  "description": "Timeframe vector clock.",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
@@ -16,11 +16,11 @@
16
16
  "src"
17
17
  ],
18
18
  "dependencies": {
19
- "@dxos/debug": "0.5.4",
20
- "@dxos/keys": "0.5.4",
21
- "@dxos/node-std": "0.5.4",
22
- "@dxos/log": "0.5.4",
23
- "@dxos/util": "0.5.4"
19
+ "@dxos/debug": "0.5.5-main.1aa8b60",
20
+ "@dxos/keys": "0.5.5-main.1aa8b60",
21
+ "@dxos/log": "0.5.5-main.1aa8b60",
22
+ "@dxos/util": "0.5.5-main.1aa8b60",
23
+ "@dxos/node-std": "0.5.5-main.1aa8b60"
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "public"