Compare commits

...

3 Commits

Author SHA1 Message Date
semantic-release-bot ba094e3ae8 chore(release): 0.1.0-develop.14 [skip ci]
# [0.1.0-develop.14](https://git.lumeweb.com/LumeWeb/kernel-ipfs/compare/v0.1.0-develop.13...v0.1.0-develop.14) (2023-07-31)

### Bug Fixes

* if the network is ready then fetch the peer count ([a27aeb2](a27aeb2ec8))
2023-07-31 01:38:21 +00:00
Derrick Hammer cb162f5135
Merge remote-tracking branch 'origin/develop' into develop 2023-07-30 21:36:46 -04:00
Derrick Hammer a27aeb2ec8
fix: if the network is ready then fetch the peer count 2023-07-30 21:36:39 -04:00
4 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,10 @@
# [0.1.0-develop.14](https://git.lumeweb.com/LumeWeb/kernel-ipfs/compare/v0.1.0-develop.13...v0.1.0-develop.14) (2023-07-31)
### Bug Fixes
* if the network is ready then fetch the peer count ([a27aeb2](https://git.lumeweb.com/LumeWeb/kernel-ipfs/commit/a27aeb2ec8493b933b3305b2b14e3c960d7c1d0c))
# [0.1.0-develop.13](https://git.lumeweb.com/LumeWeb/kernel-ipfs/compare/v0.1.0-develop.12...v0.1.0-develop.13) (2023-07-31)

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@lumeweb/kernel-ipfs",
"version": "0.1.0-develop.13",
"version": "0.1.0-develop.14",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@lumeweb/kernel-ipfs",
"version": "0.1.0-develop.13",
"version": "0.1.0-develop.14",
"hasInstallScript": true,
"dependencies": {
"@helia/ipns": "^1.1.3",

View File

@ -1,6 +1,6 @@
{
"name": "@lumeweb/kernel-ipfs",
"version": "0.1.0-develop.13",
"version": "0.1.0-develop.14",
"type": "module",
"readme": "ERROR: No README data found!",
"repository": {

View File

@ -313,6 +313,8 @@ async function handleStatus(aq: ActiveQuery) {
sendUpdate();
await ready();
getPeers();
} else {
getPeers();
}
function getPeers() {