@textile/grpc-authentication
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "@textile/grpc-authentication", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "web-gRPC state manager for grpc-connection.", | ||
@@ -23,6 +23,6 @@ "main": "dist/index", | ||
"type": "git", | ||
"url": "https://github.com/textileio/js-hub.git" | ||
"url": "https://github.com/textileio/js-textile.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/textileio/js-hub/issues" | ||
"url": "https://github.com/textileio/js-textile/issues" | ||
}, | ||
@@ -33,5 +33,5 @@ "author": "Textile", | ||
"@textile/context": "^0.7.0", | ||
"@textile/crypto": "^0.1.1", | ||
"@textile/grpc-connection": "^0.1.4", | ||
"@textile/hub-threads-client": "^1.0.0", | ||
"@textile/crypto": "^0.1.2", | ||
"@textile/grpc-connection": "^0.1.5", | ||
"@textile/hub-threads-client": "^1.0.1", | ||
"@textile/security": "^0.2.7" | ||
@@ -54,3 +54,3 @@ }, | ||
], | ||
"gitHead": "a62eb930868b2f3f7621a98f485663e142eb524f" | ||
"gitHead": "41f1e44d027a68b7d67fc32f731268d8fc14d5d5" | ||
} |
@@ -10,3 +10,3 @@ # @textile/buckets | ||
```js | ||
npm install --save git@github.com:textileio/js-hub.git | ||
npm install --save git@github.com:textileio/js-textile.git | ||
``` | ||
@@ -20,2 +20,2 @@ | ||
[Read the docs](https://textileio.github.io/js-hub/). | ||
[Read the docs](https://textileio.github.io/js-textile/). |
18598