@ceramicnetwork/ipfs-topology 2.1.4 → 2.1.5-rc.0

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 +3 -3
package/README.md CHANGED
@@ -26,7 +26,7 @@ await topology.start()
26
26
  ```
27
27
 
28
28
  ## Contributing
29
- We are happy to accept small and large contributions. Make sure to check out the [Ceramic specifications](https://github.com/ceramicnetwork/specs) for details of how the protocol works.
29
+ We are happy to accept small and large contributions. Make sure to check out the [Ceramic specifications](https://github.com/ceramicnetwork/ceramic/blob/main/SPECIFICATION.md) for details of how the protocol works.
30
30
 
31
31
  ## License
32
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ceramicnetwork/ipfs-topology",
3
- "version": "2.1.4",
3
+ "version": "2.1.5-rc.0",
4
4
  "description": "Setup IPFS topology right",
5
5
  "keywords": [
6
6
  "ipfs",
@@ -30,11 +30,11 @@
30
30
  "test": "exit 0"
31
31
  },
32
32
  "dependencies": {
33
- "@ceramicnetwork/common": "^2.4.1",
33
+ "@ceramicnetwork/common": "^2.5.0-rc.2",
34
34
  "cross-fetch": "^3.1.4"
35
35
  },
36
36
  "devDependencies": {
37
37
  "multiaddr": "^10.0.1"
38
38
  },
39
- "gitHead": "211861ca3349978277c9497671e1e2e7d6f4bf91"
39
+ "gitHead": "1fa8a1435f4947c6a4b5a1c950183bc428ac7c65"
40
40
  }