ipfs-grpc-client
Advanced tools
Comparing version 0.13.0-6eeb1be5 to 0.13.0-ab02e8f8
{ | ||
"name": "ipfs-grpc-client", | ||
"version": "0.13.0-6eeb1be5", | ||
"version": "0.13.0-ab02e8f8", | ||
"description": "A client library for the IPFS gRPC API", | ||
@@ -72,10 +72,10 @@ "license": "Apache-2.0 OR MIT", | ||
"@improbable-eng/grpc-web": "^0.15.0", | ||
"@libp2p/logger": "^2.0.0", | ||
"@libp2p/logger": "^2.0.5", | ||
"@libp2p/peer-id": "^2.0.0", | ||
"@multiformats/multiaddr": "^11.0.0", | ||
"@multiformats/multiaddr": "^11.1.5", | ||
"change-case": "^4.1.1", | ||
"err-code": "^3.0.1", | ||
"ipfs-core-types": "0.14.0-6eeb1be5", | ||
"ipfs-core-utils": "0.18.0-6eeb1be5", | ||
"ipfs-grpc-protocol": "0.8.0-6eeb1be5", | ||
"ipfs-core-types": "0.14.0-ab02e8f8", | ||
"ipfs-core-utils": "0.18.0-ab02e8f8", | ||
"ipfs-grpc-protocol": "0.8.0-ab02e8f8", | ||
"ipfs-unixfs": "^9.0.0", | ||
@@ -82,0 +82,0 @@ "it-first": "^2.0.0", |
# ipfs-grpc-client <!-- omit in toc --> | ||
[![ipfs.io](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io) | ||
[![IRC](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs) | ||
[![Discord](https://img.shields.io/discord/806902334369824788?style=flat-square)](https://discord.gg/ipfs) | ||
[![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech) | ||
[![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech) | ||
[![codecov](https://img.shields.io/codecov/c/github/ipfs/js-ipfs.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-ipfs) | ||
[![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) | ||
[![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) | ||
@@ -14,2 +13,3 @@ > A client library for the IPFS gRPC API | ||
- [Install](#install) | ||
- [Browser `<script>` tag](#browser-script-tag) | ||
- [Why?](#why) | ||
@@ -31,2 +31,10 @@ - [API](#api) | ||
### Browser `<script>` tag | ||
Loading this module through a script tag will make it's exports available as `IpfsGrpcClient` in the global namespace. | ||
```html | ||
<script src="https://unpkg.com/ipfs-grpc-client/dist/index.min.js"></script> | ||
``` | ||
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. | ||
@@ -33,0 +41,0 @@ |
212468
105
+ Addedipfs-core-types@0.14.0-ab02e8f8(transitive)
+ Addedipfs-core-utils@0.18.0-ab02e8f8(transitive)
+ Addedipfs-grpc-protocol@0.8.0-ab02e8f8(transitive)
- Removedipfs-core-types@0.14.0-6eeb1be5(transitive)
- Removedipfs-core-utils@0.18.0-6eeb1be5(transitive)
- Removedipfs-grpc-protocol@0.8.0-6eeb1be5(transitive)
Updated@libp2p/logger@^2.0.5