From 6c8b4a0522d6caa6ff96856e695bb141457ad62a Mon Sep 17 00:00:00 2001 From: Andrew Hill Date: Wed, 9 Dec 2020 07:57:53 -0800 Subject: [PATCH] chore: release/publish - @textile/buckets@4.0.0 - @textile/grpc-authentication@2.1.0 - @textile/grpc-connection@2.1.0 - @textile/hub-filecoin@1.1.0 - @textile/hub-threads-client@4.0.0 - @textile/hub@4.0.0 - @textile/users@4.0.0 --- packages/buckets/package-lock.json | 2 +- packages/buckets/package.json | 12 ++++++------ packages/grpc-authentication/package-lock.json | 2 +- packages/grpc-authentication/package.json | 8 ++++---- packages/grpc-connection/package-lock.json | 2 +- packages/grpc-connection/package.json | 2 +- packages/hub-filecoin/package-lock.json | 2 +- packages/hub-filecoin/package.json | 8 ++++---- packages/hub-threads-client/package-lock.json | 2 +- packages/hub-threads-client/package.json | 4 ++-- packages/hub/package-lock.json | 2 +- packages/hub/package.json | 14 +++++++------- packages/users/package-lock.json | 2 +- packages/users/package.json | 10 +++++----- 14 files changed, 36 insertions(+), 36 deletions(-) diff --git a/packages/buckets/package-lock.json b/packages/buckets/package-lock.json index ed459f686..17cf273ea 100644 --- a/packages/buckets/package-lock.json +++ b/packages/buckets/package-lock.json @@ -1,6 +1,6 @@ { "name": "@textile/buckets", - "version": "3.0.0", + "version": "4.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/buckets/package.json b/packages/buckets/package.json index 4d5adec5c..e4d6f9558 100644 --- a/packages/buckets/package.json +++ b/packages/buckets/package.json @@ -1,6 +1,6 @@ { "name": "@textile/buckets", - "version": "3.0.0", + "version": "4.0.0", "description": "web-gRPC wrapper client for managing Textile Buckets.", "main": "dist/index", "types": "dist/index", @@ -30,14 +30,14 @@ "license": "MIT", "dependencies": { "@improbable-eng/grpc-web": "^0.13.0", + "@textile/buckets-grpc": "2.2.2", "@textile/context": "^0.9.2", "@textile/crypto": "^2.0.0", - "@textile/buckets-grpc": "2.2.2", - "@textile/grpc-authentication": "^2.0.0", - "@textile/grpc-connection": "^2.0.0", + "@textile/grpc-authentication": "^2.1.0", + "@textile/grpc-connection": "^2.1.0", "@textile/grpc-transport": "^0.2.1", "@textile/hub-grpc": "2.2.2", - "@textile/hub-threads-client": "^3.0.0", + "@textile/hub-threads-client": "^4.0.0", "@textile/security": "^0.6.2", "@textile/threads-id": "^0.3.1", "abort-controller": "^3.0.0", @@ -68,4 +68,4 @@ "path": "../crypto" } ] -} \ No newline at end of file +} diff --git a/packages/grpc-authentication/package-lock.json b/packages/grpc-authentication/package-lock.json index e5b478406..c977fa7d2 100644 --- a/packages/grpc-authentication/package-lock.json +++ b/packages/grpc-authentication/package-lock.json @@ -1,6 +1,6 @@ { "name": "@textile/grpc-authentication", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/grpc-authentication/package.json b/packages/grpc-authentication/package.json index 9ff8e5040..c0db4a864 100644 --- a/packages/grpc-authentication/package.json +++ b/packages/grpc-authentication/package.json @@ -1,6 +1,6 @@ { "name": "@textile/grpc-authentication", - "version": "2.0.0", + "version": "2.1.0", "description": "web-gRPC state manager for grpc-connection.", "main": "dist/index", "types": "dist/index", @@ -30,8 +30,8 @@ "dependencies": { "@textile/context": "^0.9.2", "@textile/crypto": "^2.0.0", - "@textile/grpc-connection": "^2.0.0", - "@textile/hub-threads-client": "^3.0.0", + "@textile/grpc-connection": "^2.1.0", + "@textile/hub-threads-client": "^4.0.0", "@textile/security": "^0.6.2" }, "devDependencies": { @@ -49,4 +49,4 @@ "path": "../crypto" } ] -} \ No newline at end of file +} diff --git a/packages/grpc-connection/package-lock.json b/packages/grpc-connection/package-lock.json index 2d94dc538..a38d69681 100644 --- a/packages/grpc-connection/package-lock.json +++ b/packages/grpc-connection/package-lock.json @@ -1,6 +1,6 @@ { "name": "@textile/grpc-connection", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/grpc-connection/package.json b/packages/grpc-connection/package.json index 9cac60665..f31145b27 100644 --- a/packages/grpc-connection/package.json +++ b/packages/grpc-connection/package.json @@ -1,6 +1,6 @@ { "name": "@textile/grpc-connection", - "version": "2.0.0", + "version": "2.1.0", "description": "web-gRPC state manager for grpc-connection.", "main": "dist/index", "types": "dist/index", diff --git a/packages/hub-filecoin/package-lock.json b/packages/hub-filecoin/package-lock.json index 6c95fd55d..03f6452df 100644 --- a/packages/hub-filecoin/package-lock.json +++ b/packages/hub-filecoin/package-lock.json @@ -1,6 +1,6 @@ { "name": "@textile/hub-filecoin", - "version": "1.0.2", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/hub-filecoin/package.json b/packages/hub-filecoin/package.json index d3e7932c9..9745f8bd0 100644 --- a/packages/hub-filecoin/package.json +++ b/packages/hub-filecoin/package.json @@ -1,6 +1,6 @@ { "name": "@textile/hub-filecoin", - "version": "1.0.2", + "version": "1.1.0", "description": "web-gRPC wrapper client for interacting with Textile Hub Filecoin services.", "main": "dist/index", "types": "dist/index", @@ -32,8 +32,8 @@ "@improbable-eng/grpc-web": "^0.12.0", "@textile/context": "^0.9.2", "@textile/crypto": "^2.0.0", - "@textile/grpc-authentication": "^2.0.0", - "@textile/grpc-connection": "^2.0.0", + "@textile/grpc-authentication": "^2.1.0", + "@textile/grpc-connection": "^2.1.0", "@textile/grpc-powergate-client": "^1.2.4", "@textile/hub-grpc": "2.2.2", "@textile/security": "^0.6.2", @@ -59,4 +59,4 @@ "path": "../crypto" } ] -} \ No newline at end of file +} diff --git a/packages/hub-threads-client/package-lock.json b/packages/hub-threads-client/package-lock.json index d5437a39f..07f261a4d 100644 --- a/packages/hub-threads-client/package-lock.json +++ b/packages/hub-threads-client/package-lock.json @@ -1,6 +1,6 @@ { "name": "@textile/hub-threads-client", - "version": "3.0.0", + "version": "4.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/hub-threads-client/package.json b/packages/hub-threads-client/package.json index 78a587921..870f1634c 100644 --- a/packages/hub-threads-client/package.json +++ b/packages/hub-threads-client/package.json @@ -1,6 +1,6 @@ { "name": "@textile/hub-threads-client", - "version": "3.0.0", + "version": "4.0.0", "description": "web-gRPC wrapper client for communicating with Threads APIs on the Hub.", "main": "dist/index", "types": "dist/index", @@ -52,4 +52,4 @@ "path": "../crypto" } ] -} \ No newline at end of file +} diff --git a/packages/hub/package-lock.json b/packages/hub/package-lock.json index ae8517b38..d3752a332 100644 --- a/packages/hub/package-lock.json +++ b/packages/hub/package-lock.json @@ -1,6 +1,6 @@ { "name": "@textile/hub", - "version": "3.0.0", + "version": "4.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/hub/package.json b/packages/hub/package.json index 63aeed5a6..f56429d68 100644 --- a/packages/hub/package.json +++ b/packages/hub/package.json @@ -1,6 +1,6 @@ { "name": "@textile/hub", - "version": "3.0.0", + "version": "4.0.0", "description": "web-gRPC wrapper client for communicating with Textile Hub.", "main": "dist/index", "types": "dist/index", @@ -25,15 +25,15 @@ "author": "Textile", "license": "MIT", "dependencies": { - "@textile/buckets": "^3.0.0", + "@textile/buckets": "^4.0.0", "@textile/crypto": "^2.0.0", - "@textile/grpc-authentication": "^2.0.0", - "@textile/hub-filecoin": "^1.0.2", + "@textile/grpc-authentication": "^2.1.0", + "@textile/hub-filecoin": "^1.1.0", "@textile/hub-grpc": "2.2.2", - "@textile/hub-threads-client": "^3.0.0", + "@textile/hub-threads-client": "^4.0.0", "@textile/security": "^0.6.2", "@textile/threads-id": "^0.3.1", - "@textile/users": "^3.0.0", + "@textile/users": "^4.0.0", "loglevel": "^1.6.8", "multihashes": "0.4.19" }, @@ -64,4 +64,4 @@ "path": "../hub-filecoin" } ] -} \ No newline at end of file +} diff --git a/packages/users/package-lock.json b/packages/users/package-lock.json index a8b96a17d..a654ed89d 100644 --- a/packages/users/package-lock.json +++ b/packages/users/package-lock.json @@ -1,6 +1,6 @@ { "name": "@textile/users", - "version": "3.0.0", + "version": "4.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/users/package.json b/packages/users/package.json index e46d5a3e4..73c9211fd 100644 --- a/packages/users/package.json +++ b/packages/users/package.json @@ -1,6 +1,6 @@ { "name": "@textile/users", - "version": "3.0.0", + "version": "4.0.0", "description": "web-gRPC wrapper client for managing Textile Users.", "main": "dist/index", "types": "dist/index", @@ -33,11 +33,11 @@ "@textile/buckets-grpc": "2.2.2", "@textile/context": "^0.9.2", "@textile/crypto": "^2.0.0", - "@textile/grpc-authentication": "^2.0.0", - "@textile/grpc-connection": "^2.0.0", + "@textile/grpc-authentication": "^2.1.0", + "@textile/grpc-connection": "^2.1.0", "@textile/grpc-transport": "^0.2.1", "@textile/hub-grpc": "2.2.2", - "@textile/hub-threads-client": "^3.0.0", + "@textile/hub-threads-client": "^4.0.0", "@textile/security": "^0.6.2", "@textile/threads-id": "^0.3.1", "@textile/users-grpc": "2.2.2", @@ -66,4 +66,4 @@ "path": "../crypto" } ] -} \ No newline at end of file +}