@ceramicnetwork/ipfs-topology 2.1.3 → 2.1.4-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.
- package/README.md +1 -1
- package/lib/index.d.ts +0 -0
- package/lib/index.d.ts.map +0 -0
- package/lib/index.js +0 -0
- package/lib/index.js.map +0 -0
- package/lib/ipfs-topology.d.ts +0 -0
- package/lib/ipfs-topology.d.ts.map +0 -0
- package/lib/ipfs-topology.js +0 -0
- package/lib/ipfs-topology.js.map +0 -0
- 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/
|
|
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/lib/index.d.ts
CHANGED
|
File without changes
|
package/lib/index.d.ts.map
CHANGED
|
File without changes
|
package/lib/index.js
CHANGED
|
File without changes
|
package/lib/index.js.map
CHANGED
|
File without changes
|
package/lib/ipfs-topology.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
package/lib/ipfs-topology.js
CHANGED
|
File without changes
|
package/lib/ipfs-topology.js.map
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ceramicnetwork/ipfs-topology",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.4-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.
|
|
33
|
+
"@ceramicnetwork/common": "^2.5.0-rc.0",
|
|
34
34
|
"cross-fetch": "^3.1.4"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"multiaddr": "^10.0.1"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "d4b6fd134bcc4a36e7db59f8a6b4f2eb6a832e82"
|
|
40
40
|
}
|