Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit ab02e8f

Browse files
authored
docs: update readmes to fix ci badges (#4296)
Update readme badges and align dep versions
1 parent c5e76b7 commit ab02e8f

File tree

34 files changed

+140
-105
lines changed

34 files changed

+140
-105
lines changed

packages/interface-ipfs-core/README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# interface-ipfs-core <!-- omit in toc -->
22

3-
[![ipfs.io](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io)
4-
[![IRC](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
5-
[![Discord](https://img.shields.io/discord/806902334369824788?style=flat-square)](https://discord.gg/ipfs)
3+
[![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech)
4+
[![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech)
65
[![codecov](https://img.shields.io/codecov/c/github/ipfs/js-ipfs.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-ipfs)
7-
[![CI](https://img.shields.io/github/workflow/status/ipfs/js-ipfs/test%20&%20maybe%20release/master?style=flat-square)](https://github.com/ipfs/js-ipfs/actions/workflows/js-test-and-release.yml)
6+
[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/js-ipfs/js-test-and-release.yml?branch=master\&style=flat-square)](https://github.com/ipfs/js-ipfs/actions/workflows/js-test-and-release.yml?query=branch%3Amaster)
87

98
> A test suite and interface you can use to implement a IPFS core interface.
109

packages/interface-ipfs-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@
6969
"@ipld/dag-pb": "^4.0.0",
7070
"@libp2p/crypto": "^1.0.7",
7171
"@libp2p/interface-peer-id": "^2.0.0",
72-
"@libp2p/interfaces": "^3.0.3",
72+
"@libp2p/interfaces": "^3.2.0",
7373
"@libp2p/peer-id": "^2.0.0",
7474
"@libp2p/peer-id-factory": "^2.0.0",
7575
"@libp2p/websockets": "^5.0.0",
76-
"@multiformats/multiaddr": "^11.0.0",
76+
"@multiformats/multiaddr": "^11.1.5",
7777
"@types/node": "^18.0.0",
7878
"@types/pako": "^2.0.0",
7979
"@types/readable-stream": "^2.3.13",

packages/ipfs-cli/README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# ipfs-cli <!-- omit in toc -->
22

3-
[![ipfs.io](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io)
4-
[![IRC](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
5-
[![Discord](https://img.shields.io/discord/806902334369824788?style=flat-square)](https://discord.gg/ipfs)
3+
[![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech)
4+
[![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech)
65
[![codecov](https://img.shields.io/codecov/c/github/ipfs/js-ipfs.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-ipfs)
7-
[![CI](https://img.shields.io/github/workflow/status/ipfs/js-ipfs/test%20&%20maybe%20release/master?style=flat-square)](https://github.com/ipfs/js-ipfs/actions/workflows/js-test-and-release.yml)
6+
[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/js-ipfs/js-test-and-release.yml?branch=master\&style=flat-square)](https://github.com/ipfs/js-ipfs/actions/workflows/js-test-and-release.yml?query=branch%3Amaster)
87

98
> JavaScript implementation of the IPFS specification
109

packages/ipfs-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@
7070
"@ipld/dag-cbor": "^9.0.0",
7171
"@ipld/dag-json": "^10.0.0",
7272
"@ipld/dag-pb": "^4.0.0",
73-
"@libp2p/logger": "^2.0.2",
73+
"@libp2p/logger": "^2.0.5",
7474
"@libp2p/peer-id": "^2.0.0",
7575
"@multiformats/mafmt": "^11.0.2",
76-
"@multiformats/multiaddr": "^11.0.0",
76+
"@multiformats/multiaddr": "^11.1.5",
7777
"@multiformats/multiaddr-to-uri": "^9.0.1",
7878
"byteman": "^1.3.5",
7979
"execa": "^6.1.0",

packages/ipfs-client/README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# ipfs-client <!-- omit in toc -->
22

3-
[![ipfs.io](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io)
4-
[![IRC](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
5-
[![Discord](https://img.shields.io/discord/806902334369824788?style=flat-square)](https://discord.gg/ipfs)
3+
[![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech)
4+
[![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech)
65
[![codecov](https://img.shields.io/codecov/c/github/ipfs/js-ipfs.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-ipfs)
7-
[![CI](https://img.shields.io/github/workflow/status/ipfs/js-ipfs/test%20&%20maybe%20release/master?style=flat-square)](https://github.com/ipfs/js-ipfs/actions/workflows/js-test-and-release.yml)
6+
[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/js-ipfs/js-test-and-release.yml?branch=master\&style=flat-square)](https://github.com/ipfs/js-ipfs/actions/workflows/js-test-and-release.yml?query=branch%3Amaster)
87

98
> A client library to talk to local IPFS daemons
109

packages/ipfs-core-config/README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# ipfs-core-config <!-- omit in toc -->
22

3-
[![ipfs.io](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io)
4-
[![IRC](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
5-
[![Discord](https://img.shields.io/discord/806902334369824788?style=flat-square)](https://discord.gg/ipfs)
3+
[![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech)
4+
[![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech)
65
[![codecov](https://img.shields.io/codecov/c/github/ipfs/js-ipfs.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-ipfs)
7-
[![CI](https://img.shields.io/github/workflow/status/ipfs/js-ipfs/test%20&%20maybe%20release/master?style=flat-square)](https://github.com/ipfs/js-ipfs/actions/workflows/js-test-and-release.yml)
6+
[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/js-ipfs/js-test-and-release.yml?branch=master\&style=flat-square)](https://github.com/ipfs/js-ipfs/actions/workflows/js-test-and-release.yml?query=branch%3Amaster)
87

98
> Package to store node and browser specific config for ipfs-core
109

packages/ipfs-core-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"dependencies": {
9797
"@chainsafe/libp2p-gossipsub": "^6.0.0",
9898
"@libp2p/floodsub": "^6.0.0",
99-
"@libp2p/logger": "^2.0.2",
99+
"@libp2p/logger": "^2.0.5",
100100
"@libp2p/mdns": "^6.0.0",
101101
"@libp2p/prometheus-metrics": "^1.0.1",
102102
"@libp2p/tcp": "^6.0.2",

packages/ipfs-core-types/README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# ipfs-core-types <!-- omit in toc -->
22

3-
[![ipfs.io](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io)
4-
[![IRC](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
5-
[![Discord](https://img.shields.io/discord/806902334369824788?style=flat-square)](https://discord.gg/ipfs)
3+
[![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech)
4+
[![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech)
65
[![codecov](https://img.shields.io/codecov/c/github/ipfs/js-ipfs.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-ipfs)
7-
[![CI](https://img.shields.io/github/workflow/status/ipfs/js-ipfs/test%20&%20maybe%20release/master?style=flat-square)](https://github.com/ipfs/js-ipfs/actions/workflows/js-test-and-release.yml)
6+
[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/js-ipfs/js-test-and-release.yml?branch=master\&style=flat-square)](https://github.com/ipfs/js-ipfs/actions/workflows/js-test-and-release.yml?query=branch%3Amaster)
87

98
> IPFS interface definitions used by implementations for API compatibility.
109

packages/ipfs-core-types/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"types": "./dist/src/index.d.ts",
2626
"files": [
2727
"src",
28-
"dist/src",
28+
"dist",
2929
"!dist/test",
3030
"!**/*.tsbuildinfo"
3131
],
@@ -52,7 +52,7 @@
5252
"@libp2p/interface-peer-id": "^2.0.0",
5353
"@libp2p/interface-peer-info": "^1.0.2",
5454
"@libp2p/interface-pubsub": "^3.0.0",
55-
"@multiformats/multiaddr": "^11.0.0",
55+
"@multiformats/multiaddr": "^11.1.5",
5656
"@types/node": "^18.0.0",
5757
"interface-datastore": "^7.0.0",
5858
"ipfs-unixfs": "^9.0.0",

packages/ipfs-core-utils/README.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# ipfs-core-utils <!-- omit in toc -->
22

3-
[![ipfs.io](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io)
4-
[![IRC](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
5-
[![Discord](https://img.shields.io/discord/806902334369824788?style=flat-square)](https://discord.gg/ipfs)
3+
[![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech)
4+
[![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech)
65
[![codecov](https://img.shields.io/codecov/c/github/ipfs/js-ipfs.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-ipfs)
7-
[![CI](https://img.shields.io/github/workflow/status/ipfs/js-ipfs/test%20&%20maybe%20release/master?style=flat-square)](https://github.com/ipfs/js-ipfs/actions/workflows/js-test-and-release.yml)
6+
[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/js-ipfs/js-test-and-release.yml?branch=master\&style=flat-square)](https://github.com/ipfs/js-ipfs/actions/workflows/js-test-and-release.yml?query=branch%3Amaster)
87

98
> Package to share code between ipfs and ipfs-http-client
109
1110
## Table of contents <!-- omit in toc -->
1211

1312
- [Install](#install)
13+
- [Browser `<script>` tag](#browser-script-tag)
1414
- [License](#license)
1515
- [Contribute](#contribute)
1616

@@ -20,6 +20,14 @@
2020
$ npm i ipfs-core-utils
2121
```
2222

23+
### Browser `<script>` tag
24+
25+
Loading this module through a script tag will make it's exports available as `IpfsCoreUtils` in the global namespace.
26+
27+
```html
28+
<script src="https://unpkg.com/ipfs-core-utils/dist/index.min.js"></script>
29+
```
30+
2331
## License
2432

2533
Licensed under either of

packages/ipfs-core-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@
140140
"build": "aegir build"
141141
},
142142
"dependencies": {
143-
"@libp2p/logger": "^2.0.0",
144-
"@multiformats/multiaddr": "^11.0.0",
143+
"@libp2p/logger": "^2.0.5",
144+
"@multiformats/multiaddr": "^11.1.5",
145145
"@multiformats/multiaddr-to-uri": "^9.0.1",
146146
"any-signal": "^3.0.0",
147147
"blob-to-it": "^2.0.0",

packages/ipfs-core/README.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# ipfs-core <!-- omit in toc -->
22

3-
[![ipfs.io](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io)
4-
[![IRC](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
5-
[![Discord](https://img.shields.io/discord/806902334369824788?style=flat-square)](https://discord.gg/ipfs)
3+
[![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech)
4+
[![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech)
65
[![codecov](https://img.shields.io/codecov/c/github/ipfs/js-ipfs.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-ipfs)
7-
[![CI](https://img.shields.io/github/workflow/status/ipfs/js-ipfs/test%20&%20maybe%20release/master?style=flat-square)](https://github.com/ipfs/js-ipfs/actions/workflows/js-test-and-release.yml)
6+
[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/js-ipfs/js-test-and-release.yml?branch=master\&style=flat-square)](https://github.com/ipfs/js-ipfs/actions/workflows/js-test-and-release.yml?query=branch%3Amaster)
87

98
> JavaScript implementation of the IPFS specification
109
1110
## Table of contents <!-- omit in toc -->
1211

1312
- - [Install](#install)
13+
- [Browser `<script>` tag](#browser-script-tag)
1414
- [ipfs-core <!-- omit in toc -->](#ipfs-core----omit-in-toc---)
1515
- [Getting Started](#getting-started)
1616
- [Next Steps](#next-steps)
@@ -26,6 +26,14 @@
2626
$ npm i ipfs-core
2727
```
2828

29+
### Browser `<script>` tag
30+
31+
Loading this module through a script tag will make it's exports available as `IpfsCore` in the global namespace.
32+
33+
```html
34+
<script src="https://unpkg.com/ipfs-core/dist/index.min.js"></script>
35+
```
36+
2937
<p align="center">
3038
<a href="https://js.ipfs.io" title="JS IPFS">
3139
<img src="https://ipfs.io/ipfs/Qme6KJdKcp85TYbLxuLV7oQzMiLremD7HMoXLZEmgo6Rnh/js-ipfs-sticker.png" alt="IPFS in JavaScript logo" width="244" />

packages/ipfs-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"@ipld/dag-json": "^10.0.0",
8181
"@ipld/dag-pb": "^4.0.0",
8282
"@libp2p/bootstrap": "^6.0.0",
83-
"@libp2p/crypto": "^1.0.0",
83+
"@libp2p/crypto": "^1.0.7",
8484
"@libp2p/delegated-content-routing": "^4.0.0",
8585
"@libp2p/delegated-peer-routing": "^4.0.0",
8686
"@libp2p/interface-dht": "^2.0.0",
@@ -121,7 +121,7 @@
121121
"ipfs-unixfs": "^9.0.0",
122122
"ipfs-unixfs-exporter": "^10.0.0",
123123
"ipfs-unixfs-importer": "^12.0.0",
124-
"ipfs-utils": "^9.0.9",
124+
"ipfs-utils": "^9.0.13",
125125
"ipns": "^5.0.1",
126126
"is-domain-name": "^1.0.1",
127127
"is-ipfs": "^8.0.0",

packages/ipfs-daemon/README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# ipfs-daemon <!-- omit in toc -->
22

3-
[![ipfs.io](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io)
4-
[![IRC](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
5-
[![Discord](https://img.shields.io/discord/806902334369824788?style=flat-square)](https://discord.gg/ipfs)
3+
[![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech)
4+
[![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech)
65
[![codecov](https://img.shields.io/codecov/c/github/ipfs/js-ipfs.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-ipfs)
7-
[![CI](https://img.shields.io/github/workflow/status/ipfs/js-ipfs/test%20&%20maybe%20release/master?style=flat-square)](https://github.com/ipfs/js-ipfs/actions/workflows/js-test-and-release.yml)
6+
[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/js-ipfs/js-test-and-release.yml?branch=master\&style=flat-square)](https://github.com/ipfs/js-ipfs/actions/workflows/js-test-and-release.yml?query=branch%3Amaster)
87

98
> JavaScript implementation of the IPFS specification
109

packages/ipfs-daemon/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"build": "aegir build --no-bundle"
6464
},
6565
"dependencies": {
66-
"@libp2p/logger": "^2.0.0",
66+
"@libp2p/logger": "^2.0.5",
6767
"@libp2p/webrtc-star": "^6.0.0",
6868
"@mapbox/node-pre-gyp": "^1.0.5",
6969
"ipfs-core": "^0.18.0",

packages/ipfs-grpc-client/README.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# ipfs-grpc-client <!-- omit in toc -->
22

3-
[![ipfs.io](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io)
4-
[![IRC](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
5-
[![Discord](https://img.shields.io/discord/806902334369824788?style=flat-square)](https://discord.gg/ipfs)
3+
[![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech)
4+
[![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech)
65
[![codecov](https://img.shields.io/codecov/c/github/ipfs/js-ipfs.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-ipfs)
7-
[![CI](https://img.shields.io/github/workflow/status/ipfs/js-ipfs/test%20&%20maybe%20release/master?style=flat-square)](https://github.com/ipfs/js-ipfs/actions/workflows/js-test-and-release.yml)
6+
[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/js-ipfs/js-test-and-release.yml?branch=master\&style=flat-square)](https://github.com/ipfs/js-ipfs/actions/workflows/js-test-and-release.yml?query=branch%3Amaster)
87

98
> A client library for the IPFS gRPC API
109
1110
## Table of contents <!-- omit in toc -->
1211

1312
- [Install](#install)
13+
- [Browser `<script>` tag](#browser-script-tag)
1414
- [Why?](#why)
1515
- [API](#api)
1616
- [`create([options])`](#createoptions)
@@ -27,6 +27,14 @@
2727
$ npm i ipfs-grpc-client
2828
```
2929

30+
### Browser `<script>` tag
31+
32+
Loading this module through a script tag will make it's exports available as `IpfsGrpcClient` in the global namespace.
33+
34+
```html
35+
<script src="https://unpkg.com/ipfs-grpc-client/dist/index.min.js"></script>
36+
```
37+
3038
This module implements part of the [IPFS Core API](https://github.com/ipfs/js-ipfs/tree/master/docs/core-api) using gRPC over websockets to achieve the bidirectional streaming necessary to have full duplex streams running in the browser.
3139

3240
It's not recommended you use this directly, instead use the [ipfs-client](https://www.npmjs.com/package/ipfs-client) to combine this with the [ipfs-http-client](https://www.npmjs.com/package/ipfs-http-client) in order to have HTTP fallback for the missing parts of the API.

packages/ipfs-grpc-client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@
6969
},
7070
"dependencies": {
7171
"@improbable-eng/grpc-web": "^0.15.0",
72-
"@libp2p/logger": "^2.0.0",
72+
"@libp2p/logger": "^2.0.5",
7373
"@libp2p/peer-id": "^2.0.0",
74-
"@multiformats/multiaddr": "^11.0.0",
74+
"@multiformats/multiaddr": "^11.1.5",
7575
"change-case": "^4.1.1",
7676
"err-code": "^3.0.1",
7777
"ipfs-core-types": "^0.14.0",

packages/ipfs-grpc-protocol/README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# ipfs-grpc-protocol <!-- omit in toc -->
22

3-
[![ipfs.io](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io)
4-
[![IRC](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
5-
[![Discord](https://img.shields.io/discord/806902334369824788?style=flat-square)](https://discord.gg/ipfs)
3+
[![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech)
4+
[![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech)
65
[![codecov](https://img.shields.io/codecov/c/github/ipfs/js-ipfs.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-ipfs)
7-
[![CI](https://img.shields.io/github/workflow/status/ipfs/js-ipfs/test%20&%20maybe%20release/master?style=flat-square)](https://github.com/ipfs/js-ipfs/actions/workflows/js-test-and-release.yml)
6+
[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/js-ipfs/js-test-and-release.yml?branch=master\&style=flat-square)](https://github.com/ipfs/js-ipfs/actions/workflows/js-test-and-release.yml?query=branch%3Amaster)
87

98
> Protobuf definitions for the IPFS gRPC API
109

packages/ipfs-grpc-server/README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# ipfs-grpc-server <!-- omit in toc -->
22

3-
[![ipfs.io](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io)
4-
[![IRC](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
5-
[![Discord](https://img.shields.io/discord/806902334369824788?style=flat-square)](https://discord.gg/ipfs)
3+
[![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech)
4+
[![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech)
65
[![codecov](https://img.shields.io/codecov/c/github/ipfs/js-ipfs.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-ipfs)
7-
[![CI](https://img.shields.io/github/workflow/status/ipfs/js-ipfs/test%20&%20maybe%20release/master?style=flat-square)](https://github.com/ipfs/js-ipfs/actions/workflows/js-test-and-release.yml)
6+
[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/js-ipfs/js-test-and-release.yml?branch=master\&style=flat-square)](https://github.com/ipfs/js-ipfs/actions/workflows/js-test-and-release.yml?query=branch%3Amaster)
87

98
> A server library for the IPFS gRPC API
109

packages/ipfs-grpc-server/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
},
6565
"dependencies": {
6666
"@grpc/grpc-js": "^1.1.8",
67-
"@libp2p/logger": "^2.0.0",
67+
"@libp2p/logger": "^2.0.5",
6868
"@libp2p/peer-id": "^2.0.0",
69-
"@multiformats/multiaddr": "^11.0.0",
69+
"@multiformats/multiaddr": "^11.1.5",
7070
"change-case": "^4.1.1",
7171
"coercer": "^1.1.2",
7272
"ipfs-core-types": "^0.14.0",

0 commit comments

Comments
 (0)