From 575328feed993204f26846df90f7dda7cc7a50e2 Mon Sep 17 00:00:00 2001 From: MohamedElmdary Date: Fri, 9 Feb 2024 01:00:17 +0200 Subject: [PATCH 1/3] chore: Update version to 2.3.0-alpha9 --- packages/UI/package.json | 2 +- packages/dashboard/charts/tfgrid-dashboard/Chart.yaml | 2 +- packages/dashboard/charts/tfgrid-dashboard/values.yaml | 2 +- packages/dashboard/package.json | 6 +++--- packages/graphql_client/package.json | 4 ++-- packages/grid_client/package.json | 8 ++++---- packages/grid_http_server/package.json | 4 ++-- packages/grid_rmb_server/package.json | 8 ++++---- packages/gridproxy_client/package.json | 2 +- packages/new_stats/chart/Chart.yaml | 2 +- packages/new_stats/chart/values.yaml | 2 +- packages/new_stats/package.json | 4 ++-- packages/playground/package.json | 8 ++++---- packages/playground/playground-charts/Chart.yaml | 2 +- packages/playground/playground-charts/values.yaml | 2 +- packages/rmb_direct_client/package.json | 6 +++--- packages/rmb_peer_client/package.json | 2 +- packages/rmb_peer_server/package.json | 2 +- packages/stats/chart/Chart.yaml | 2 +- packages/stats/chart/values.yaml | 2 +- packages/stats/package.json | 2 +- packages/tfchain_client/package.json | 4 ++-- packages/types/package.json | 2 +- packages/weblets/package.json | 4 ++-- packages/weblets/playground/package.json | 2 +- packages/weblets/weblets-chart/Chart.yaml | 2 +- packages/weblets/weblets-chart/values.yaml | 2 +- 27 files changed, 45 insertions(+), 45 deletions(-) diff --git a/packages/UI/package.json b/packages/UI/package.json index a75dd53e89..c762fb01c3 100644 --- a/packages/UI/package.json +++ b/packages/UI/package.json @@ -1,6 +1,6 @@ { "name": "@threefold/ui", - "version": "2.3.0-alpha8", + "version": "2.3.0-alpha9", "private": false, "main": "dist/threefold-ui.umd.js", "publishConfig": { diff --git a/packages/dashboard/charts/tfgrid-dashboard/Chart.yaml b/packages/dashboard/charts/tfgrid-dashboard/Chart.yaml index 275952f0e1..1bd382aa6a 100644 --- a/packages/dashboard/charts/tfgrid-dashboard/Chart.yaml +++ b/packages/dashboard/charts/tfgrid-dashboard/Chart.yaml @@ -21,4 +21,4 @@ version: 1.0.6 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v2.3.0-alpha8" +appVersion: "v2.3.0-alpha9" diff --git a/packages/dashboard/charts/tfgrid-dashboard/values.yaml b/packages/dashboard/charts/tfgrid-dashboard/values.yaml index 732fc51127..fcc170a55c 100644 --- a/packages/dashboard/charts/tfgrid-dashboard/values.yaml +++ b/packages/dashboard/charts/tfgrid-dashboard/values.yaml @@ -7,7 +7,7 @@ replicaCount: 1 image: repository: ghcr.io/threefoldtech/dashboard pullPolicy: Always - tag: "2.3.0-alpha8" + tag: "2.3.0-alpha9" env: - name: "STELLAR_NETWORK" diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 85989b2476..49fe4e6947 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@threefold/dashboard", - "version": "2.3.0-alpha8", + "version": "2.3.0-alpha9", "private": true, "scripts": { "serve": "vue-cli-service serve", @@ -19,8 +19,8 @@ "@polkadot/extension-dapp": "0.45.1", "@polkadot/ui-keyring": "^2.2.1", "@popperjs/core": "^2.11.5", - "@threefold/grid_client": "^2.3.0-alpha8", - "@threefold/tfchain_client": "^2.3.0-alpha8", + "@threefold/grid_client": "^2.3.0-alpha9", + "@threefold/tfchain_client": "^2.3.0-alpha9", "@types/ip": "^1.1.0", "@types/md5": "^2.3.2", "apollo-cache-inmemory": "^1.6.6", diff --git a/packages/graphql_client/package.json b/packages/graphql_client/package.json index e2edf846d1..409e4f4e4c 100644 --- a/packages/graphql_client/package.json +++ b/packages/graphql_client/package.json @@ -1,6 +1,6 @@ { "name": "@threefold/graphql_client", - "version": "2.3.0-alpha8", + "version": "2.3.0-alpha9", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", @@ -8,7 +8,7 @@ "build": "tsc" }, "dependencies": { - "@threefold/types": "^2.3.0-alpha8", + "@threefold/types": "^2.3.0-alpha9", "ts-mixer": "^6.0.2" }, "devDependencies": { diff --git a/packages/grid_client/package.json b/packages/grid_client/package.json index 64c365dcff..c2311cc07c 100644 --- a/packages/grid_client/package.json +++ b/packages/grid_client/package.json @@ -1,7 +1,7 @@ { "name": "@threefold/grid_client", "author": "Ahmed Hanafy", - "version": "2.3.0-alpha8", + "version": "2.3.0-alpha9", "license": "ISC", "homepage": "https://github.com/threefoldtech/tfgrid-sdk-ts/tree/development/packages/grid_client/README.md", "repository": { @@ -14,9 +14,9 @@ "dependencies": { "@jimber/pkid": "1.0.4", "@noble/secp256k1": "^1.7.1", - "@threefold/rmb_direct_client": "^2.3.0-alpha8", - "@threefold/tfchain_client": "^2.3.0-alpha8", - "@threefold/types": "^2.3.0-alpha8", + "@threefold/rmb_direct_client": "^2.3.0-alpha9", + "@threefold/tfchain_client": "^2.3.0-alpha9", + "@threefold/types": "^2.3.0-alpha9", "algosdk": "^1.19.0", "appdata-path": "^1.0.0", "await-lock": "^2.2.2", diff --git a/packages/grid_http_server/package.json b/packages/grid_http_server/package.json index fb286fd90e..217366197c 100644 --- a/packages/grid_http_server/package.json +++ b/packages/grid_http_server/package.json @@ -1,7 +1,7 @@ { "name": "@threefold/grid_http_server", "author": "Ahmed Hanafy", - "version": "2.3.0-alpha8", + "version": "2.3.0-alpha9", "license": "ISC", "homepage": "https://github.com/threefoldtech/tfgrid-sdk-ts/blob/development/packages/grid_http_server/README.md", "repository": { @@ -12,7 +12,7 @@ "access": "public" }, "dependencies": { - "@threefold/grid_client": "^2.3.0-alpha8", + "@threefold/grid_client": "^2.3.0-alpha9", "express": "^4.18.1", "http-server": "^14.1.1", "typescript": "^4.7.4" diff --git a/packages/grid_rmb_server/package.json b/packages/grid_rmb_server/package.json index d56d176090..ca0fc8a1ff 100644 --- a/packages/grid_rmb_server/package.json +++ b/packages/grid_rmb_server/package.json @@ -1,7 +1,7 @@ { "name": "@threefold/grid_rmb_server", "author": "Ahmed Hanafy", - "version": "2.3.0-alpha8", + "version": "2.3.0-alpha9", "license": "ISC", "homepage": "https://github.com/threefoldtech/tfgrid-sdk-ts/blob/development/packages/grid_rmb_server/README.md", "repository": { @@ -12,12 +12,12 @@ "access": "public" }, "dependencies": { - "@threefold/grid_client": "^2.3.0-alpha8", - "@threefold/rmb_peer_server": "^2.3.0-alpha8", + "@threefold/grid_client": "^2.3.0-alpha9", + "@threefold/rmb_peer_server": "^2.3.0-alpha9", "typescript": "^4.7.4" }, "devDependencies": { - "@threefold/rmb_peer_client": "^2.3.0-alpha8", + "@threefold/rmb_peer_client": "^2.3.0-alpha9", "ts-node": "^10.9.1" }, "main": "./dist/index.js", diff --git a/packages/gridproxy_client/package.json b/packages/gridproxy_client/package.json index e9bc13a471..85c7d8777b 100644 --- a/packages/gridproxy_client/package.json +++ b/packages/gridproxy_client/package.json @@ -1,6 +1,6 @@ { "name": "@threefold/gridproxy_client", - "version": "2.3.0-alpha8", + "version": "2.3.0-alpha9", "description": "gridproxy_client help to interact with gridproxy based on network", "main": "dist/public_api.js", "types": "dist/public_api.d.ts", diff --git a/packages/new_stats/chart/Chart.yaml b/packages/new_stats/chart/Chart.yaml index fa2bce2872..9f452f11da 100644 --- a/packages/new_stats/chart/Chart.yaml +++ b/packages/new_stats/chart/Chart.yaml @@ -21,4 +21,4 @@ version: 1.0.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v2.3.0-alpha8" +appVersion: "v2.3.0-alpha9" diff --git a/packages/new_stats/chart/values.yaml b/packages/new_stats/chart/values.yaml index 99e1303c5a..aaeccd3ded 100644 --- a/packages/new_stats/chart/values.yaml +++ b/packages/new_stats/chart/values.yaml @@ -4,7 +4,7 @@ image: repository: ghcr.io/threefoldtech/newstats pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: "2.3.0-alpha8" + tag: "2.3.0-alpha9" imagePullSecrets: [] nameOverride: "" diff --git a/packages/new_stats/package.json b/packages/new_stats/package.json index 9f4389e93c..798e411fe6 100644 --- a/packages/new_stats/package.json +++ b/packages/new_stats/package.json @@ -1,6 +1,6 @@ { "name": "@threefold/newstats", - "version": "2.3.0-alpha8", + "version": "2.3.0-alpha9", "private": true, "scripts": { "dev": "vite", @@ -11,7 +11,7 @@ "type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false" }, "dependencies": { - "@threefold/gridproxy_client": "^2.3.0-alpha8", + "@threefold/gridproxy_client": "^2.3.0-alpha9", "vue": "^3.3.4", "vuetify": "^3.3.21" }, diff --git a/packages/playground/package.json b/packages/playground/package.json index 70fcceda83..418d072994 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -1,6 +1,6 @@ { "name": "@threefold/playground", - "version": "2.3.0-alpha8", + "version": "2.3.0-alpha9", "private": true, "scripts": { "dev": "vite", @@ -12,9 +12,9 @@ }, "dependencies": { "@mdi/font": "^7.2.96", - "@threefold/graphql_client": "^2.3.0-alpha8", - "@threefold/grid_client": "^2.3.0-alpha8", - "@threefold/gridproxy_client": "^2.3.0-alpha8", + "@threefold/graphql_client": "^2.3.0-alpha9", + "@threefold/grid_client": "^2.3.0-alpha9", + "@threefold/gridproxy_client": "^2.3.0-alpha9", "bip39": "^3.1.0", "chart.js": "^4.4.0", "cryptr": "^6.2.0", diff --git a/packages/playground/playground-charts/Chart.yaml b/packages/playground/playground-charts/Chart.yaml index 0aa9017740..5c5c48c9eb 100644 --- a/packages/playground/playground-charts/Chart.yaml +++ b/packages/playground/playground-charts/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v2.3.0-alpha8" +appVersion: "v2.3.0-alpha9" diff --git a/packages/playground/playground-charts/values.yaml b/packages/playground/playground-charts/values.yaml index 17e71aa40d..8e3dadbb5b 100644 --- a/packages/playground/playground-charts/values.yaml +++ b/packages/playground/playground-charts/values.yaml @@ -8,7 +8,7 @@ image: repository: ghcr.io/threefoldtech/playground pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: "2.3.0-alpha8" + tag: "2.3.0-alpha9" env: - name: "MODE" diff --git a/packages/rmb_direct_client/package.json b/packages/rmb_direct_client/package.json index d611973fb3..0ed85f06b1 100644 --- a/packages/rmb_direct_client/package.json +++ b/packages/rmb_direct_client/package.json @@ -1,6 +1,6 @@ { "name": "@threefold/rmb_direct_client", - "version": "2.3.0-alpha8", + "version": "2.3.0-alpha9", "repository": { "type": "git", "url": "https://github.com/threefoldtech/tfgrid-sdk-ts.git" @@ -23,8 +23,8 @@ "dependencies": { "@noble/secp256k1": "^1.7.1", "@polkadot/api": "^8.9.1", - "@threefold/tfchain_client": "^2.3.0-alpha8", - "@threefold/types": "^2.3.0-alpha8", + "@threefold/tfchain_client": "^2.3.0-alpha9", + "@threefold/types": "^2.3.0-alpha9", "base64url": "^3.0.1", "bip39": "^3.1.0", "buffer": "^6.0.3", diff --git a/packages/rmb_peer_client/package.json b/packages/rmb_peer_client/package.json index c8359df581..006012773c 100644 --- a/packages/rmb_peer_client/package.json +++ b/packages/rmb_peer_client/package.json @@ -1,7 +1,7 @@ { "name": "@threefold/rmb_peer_client", "author": "Ahmed Hanafy", - "version": "2.3.0-alpha8", + "version": "2.3.0-alpha9", "license": "ISC", "homepage": "https://github.com/threefoldtech/tfgrid-sdk-ts/blob/development/packages/rmb_peer_client/README.md", "repository": { diff --git a/packages/rmb_peer_server/package.json b/packages/rmb_peer_server/package.json index 0c1648c32c..6b66a96fa5 100644 --- a/packages/rmb_peer_server/package.json +++ b/packages/rmb_peer_server/package.json @@ -1,7 +1,7 @@ { "name": "@threefold/rmb_peer_server", "author": "Ahmed Hanafy", - "version": "2.3.0-alpha8", + "version": "2.3.0-alpha9", "license": "ISC", "homepage": "https://github.com/threefoldtech/tfgrid-sdk-ts/blob/development/packages/rmb_peer_server/README.md", "repository": { diff --git a/packages/stats/chart/Chart.yaml b/packages/stats/chart/Chart.yaml index 7a929954f2..bfd6ecd089 100644 --- a/packages/stats/chart/Chart.yaml +++ b/packages/stats/chart/Chart.yaml @@ -21,4 +21,4 @@ version: 1.0.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v2.3.0-alpha8" +appVersion: "v2.3.0-alpha9" diff --git a/packages/stats/chart/values.yaml b/packages/stats/chart/values.yaml index d337f85d69..d1a8d6f775 100644 --- a/packages/stats/chart/values.yaml +++ b/packages/stats/chart/values.yaml @@ -4,7 +4,7 @@ image: repository: ghcr.io/threefoldtech/stats pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: "2.3.0-alpha8" + tag: "2.3.0-alpha9" imagePullSecrets: [] nameOverride: "" diff --git a/packages/stats/package.json b/packages/stats/package.json index 569726ba92..d10039df19 100644 --- a/packages/stats/package.json +++ b/packages/stats/package.json @@ -1,6 +1,6 @@ { "name": "@threefold/stats", - "version": "2.3.0-alpha8", + "version": "2.3.0-alpha9", "private": true, "scripts": { "build": "rollup -c", diff --git a/packages/tfchain_client/package.json b/packages/tfchain_client/package.json index aaa22517ea..359e127557 100644 --- a/packages/tfchain_client/package.json +++ b/packages/tfchain_client/package.json @@ -1,6 +1,6 @@ { "name": "@threefold/tfchain_client", - "version": "2.3.0-alpha8", + "version": "2.3.0-alpha9", "description": "A client for TF chain", "private": false, "publishConfig": { @@ -46,7 +46,7 @@ }, "dependencies": { "@polkadot/api": "^8.9.1", - "@threefold/types": "^2.3.0-alpha8", + "@threefold/types": "^2.3.0-alpha9", "await-lock": "^2.2.2", "bip39": "^3.1.0" } diff --git a/packages/types/package.json b/packages/types/package.json index 2eeca9a3b1..1a775e16d8 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@threefold/types", - "version": "2.3.0-alpha8", + "version": "2.3.0-alpha9", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { diff --git a/packages/weblets/package.json b/packages/weblets/package.json index d0113bde18..ef979d5d67 100644 --- a/packages/weblets/package.json +++ b/packages/weblets/package.json @@ -1,6 +1,6 @@ { "name": "@threefold/weblets", - "version": "2.3.0-alpha8", + "version": "2.3.0-alpha9", "private": true, "scripts": { "rollup-build": "rollup -c", @@ -71,7 +71,7 @@ }, "dependencies": { "@fortawesome/fontawesome-free": "^5.15.4", - "@threefold/grid_client": "^2.3.0-alpha8", + "@threefold/grid_client": "^2.3.0-alpha9", "add": "^2.0.6", "bip39": "^3.0.4", "buffer": "^6.0.3", diff --git a/packages/weblets/playground/package.json b/packages/weblets/playground/package.json index 84ef5ff708..8fa04d0984 100644 --- a/packages/weblets/playground/package.json +++ b/packages/weblets/playground/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@open-wc/webpack-import-meta-loader": "^0.4.7", - "@threefold/grid_client": "2.3.0-alpha8", + "@threefold/grid_client": "2.3.0-alpha9", "axios": "^0.24.0", "bip39": "^3.0.4", "buffer": "^6.0.3", diff --git a/packages/weblets/weblets-chart/Chart.yaml b/packages/weblets/weblets-chart/Chart.yaml index df15a4f5f4..b6931009df 100644 --- a/packages/weblets/weblets-chart/Chart.yaml +++ b/packages/weblets/weblets-chart/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v2.3.0-alpha8" +appVersion: "v2.3.0-alpha9" diff --git a/packages/weblets/weblets-chart/values.yaml b/packages/weblets/weblets-chart/values.yaml index be3f3c17c5..d0f69782c1 100644 --- a/packages/weblets/weblets-chart/values.yaml +++ b/packages/weblets/weblets-chart/values.yaml @@ -8,7 +8,7 @@ image: repository: ghcr.io/threefoldtech/weblets pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: "2.3.0-alpha8" + tag: "2.3.0-alpha9" env: - name: "MODE" From 449f27b6d4e794dc60143ed0e21237e193baffc0 Mon Sep 17 00:00:00 2001 From: MohamedElmdary Date: Fri, 9 Feb 2024 01:02:52 +0200 Subject: [PATCH 2/3] v2.3.0-alpha9 --- lerna.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index e6cde72264..b81016785a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "2.3.0-alpha8", + "version": "2.3.0-alpha9", "npmClient": "yarn" } From aa3d6f747d8f12a9398b26557faba223eea08438 Mon Sep 17 00:00:00 2001 From: MohamedElmdary Date: Fri, 9 Feb 2024 01:09:06 +0200 Subject: [PATCH 3/3] chore: Update weblets/playground yarn.lock --- packages/weblets/playground/yarn.lock | 44 +++++++++++++-------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/packages/weblets/playground/yarn.lock b/packages/weblets/playground/yarn.lock index 5ee1b5646e..791bed67e5 100644 --- a/packages/weblets/playground/yarn.lock +++ b/packages/weblets/playground/yarn.lock @@ -1529,16 +1529,16 @@ resolved "https://registry.yarnpkg.com/@substrate/ss58-registry/-/ss58-registry-1.45.0.tgz#8ed56847557413dadb6410c28075c223ed730fbb" integrity sha512-NHmOkILimbLRPKvpnR+JGVckc1q4AJjxz9FnzZ3dKAVBL17AKknDy2FxXcwlJbmOXl9u7W3FS3bLDHgfKi4tQw== -"@threefold/grid_client@2.3.0-alpha7": - version "2.3.0-alpha7" - resolved "https://registry.yarnpkg.com/@threefold/grid_client/-/grid_client-2.3.0-alpha7.tgz#11be156af3ee2f2017742852301b3652575c82d7" - integrity sha512-IWJb4G3LEB/tiybQH+qwmP1ufMtYOuRiAIUjzdn9WD/oQEs7xEJfVmC2R/bOAki/iOUp8YRU6avltVPwoLsXVQ== +"@threefold/grid_client@2.3.0-alpha9": + version "2.3.0-alpha9" + resolved "https://registry.yarnpkg.com/@threefold/grid_client/-/grid_client-2.3.0-alpha9.tgz#804eca2f7737ae963bf14ff90c14f2f9dba86d58" + integrity sha512-lf4P7km/un6Q+lRCBe0p/89S5A3gbg7hZy5gFJ0DG0pBIJtIqf8QtyrT1uXucufkvMstXsdxQcvM9oj+QIoiXw== dependencies: "@jimber/pkid" "1.0.4" "@noble/secp256k1" "^1.7.1" - "@threefold/rmb_direct_client" "^2.3.0-alpha7" - "@threefold/tfchain_client" "^2.3.0-alpha7" - "@threefold/types" "^2.3.0-alpha7" + "@threefold/rmb_direct_client" "^2.3.0-alpha9" + "@threefold/tfchain_client" "^2.3.0-alpha9" + "@threefold/types" "^2.3.0-alpha9" algosdk "^1.19.0" appdata-path "^1.0.0" await-lock "^2.2.2" @@ -1561,15 +1561,15 @@ url-parse "^1.5.10" uuid4 "^2.0.2" -"@threefold/rmb_direct_client@^2.3.0-alpha7": - version "2.3.0-alpha7" - resolved "https://registry.yarnpkg.com/@threefold/rmb_direct_client/-/rmb_direct_client-2.3.0-alpha7.tgz#c7bc5e30ea271fd4b64d2ae2d277edfe23ced219" - integrity sha512-1fzF4VEAnCa8pwQWj/492x+sSBHy7QqMbuL1XBPt2QFHD5YuRi7/+uD9/duYpmJu/w0v1oYGV8ynsYq+9b/zog== +"@threefold/rmb_direct_client@^2.3.0-alpha9": + version "2.3.0-alpha9" + resolved "https://registry.yarnpkg.com/@threefold/rmb_direct_client/-/rmb_direct_client-2.3.0-alpha9.tgz#6703b67fce2e45ba585310c4cb8dc754953ab7a5" + integrity sha512-BuW53MER9M/PhgR2+vLF1FPZpp3dy5Q/aPULGYKXajZigpUqx8PVCQybMz0nq2VJtnh+oL5QMHlTNvEVV2wzMQ== dependencies: "@noble/secp256k1" "^1.7.1" "@polkadot/api" "^8.9.1" - "@threefold/tfchain_client" "^2.3.0-alpha7" - "@threefold/types" "^2.3.0-alpha7" + "@threefold/tfchain_client" "^2.3.0-alpha9" + "@threefold/types" "^2.3.0-alpha9" base64url "^3.0.1" bip39 "^3.1.0" buffer "^6.0.3" @@ -1579,20 +1579,20 @@ uuid "^8.3.2" ws "^8.12.0" -"@threefold/tfchain_client@^2.3.0-alpha7": - version "2.3.0-alpha7" - resolved "https://registry.yarnpkg.com/@threefold/tfchain_client/-/tfchain_client-2.3.0-alpha7.tgz#89d73515f8ec17583f81b25e496a39f2ea061fa6" - integrity sha512-gKFVMxVKPlZupk2zaQnzb1/T1fam4BklojC0I9+uyaRB6MTRV/bev+uKF3k46XvlIH/A/TUCxlIY6WXJpGB1JA== +"@threefold/tfchain_client@^2.3.0-alpha9": + version "2.3.0-alpha9" + resolved "https://registry.yarnpkg.com/@threefold/tfchain_client/-/tfchain_client-2.3.0-alpha9.tgz#295399e3ce8c0d4d53a6be31a2fdca769afd644e" + integrity sha512-A5OvQ5jb43wcygHbkKEHYOY7IlLczL9hs3a/99oRLTVss3BV2UX4HQKlzzw/XVXawaFcXxPDBa6BsCrYyPBBFA== dependencies: "@polkadot/api" "^8.9.1" - "@threefold/types" "^2.3.0-alpha7" + "@threefold/types" "^2.3.0-alpha9" await-lock "^2.2.2" bip39 "^3.1.0" -"@threefold/types@^2.3.0-alpha7": - version "2.3.0-alpha7" - resolved "https://registry.yarnpkg.com/@threefold/types/-/types-2.3.0-alpha7.tgz#1ba495b26882fba1b9b5971db4ff7fb2a4833b96" - integrity sha512-053K+TWZed8hXYmOvNRItIek7wf/vk28EYNBJLzSm4QrjOxKra5eD3ZZmKnmMjmRmwe7Bhfm0WT8zslblMeoXA== +"@threefold/types@^2.3.0-alpha9": + version "2.3.0-alpha9" + resolved "https://registry.yarnpkg.com/@threefold/types/-/types-2.3.0-alpha9.tgz#c9df983980ad8557b65d8dd0ab3ccbcdb8db32f3" + integrity sha512-DsUdYMG6En8Z9N0jmKy33spJJbZj+7NCQDEHSA+/4SBT/4AQFNlMbzftttT7o9QIM8pyDIBjhwIOr5BWuLG0xA== "@types/babel__core@^7.1.0": version "7.1.16"