Skip to content

Commit

Permalink
v2.6.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
0oM4R committed Oct 31, 2024
1 parent e503f39 commit 53279cd
Show file tree
Hide file tree
Showing 15 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "2.6.0-rc1",
"version": "2.6.0-rc2",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/UI/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threefold/ui",
"version": "2.6.0-rc1",
"version": "2.6.0-rc2",
"private": false,
"main": "dist/threefold-ui.umd.js",
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql_client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threefold/graphql_client",
"version": "2.6.0-rc1",
"version": "2.6.0-rc2",
"main": "./dist/node/index.js",
"module": "./dist/es6/index.js",
"exports": {
Expand All @@ -18,7 +18,7 @@
"es6-build": "tsc --build tsconfig.json"
},
"dependencies": {
"@threefold/types": "2.6.0-rc1",
"@threefold/types": "2.6.0-rc2",
"ts-mixer": "^6.0.2"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/grid_client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@threefold/grid_client",
"author": "Ahmed Hanafy",
"version": "2.6.0-rc1",
"version": "2.6.0-rc2",
"license": "ISC",
"homepage": "https://github.com/threefoldtech/tfgrid-sdk-ts/tree/development/packages/grid_client/README.md",
"repository": {
Expand All @@ -14,10 +14,10 @@
"dependencies": {
"@jimber/pkid": "1.0.4",
"@noble/secp256k1": "^1.7.1",
"@threefold/gridproxy_client": "2.6.0-rc1",
"@threefold/rmb_direct_client": "2.6.0-rc1",
"@threefold/tfchain_client": "2.6.0-rc1",
"@threefold/types": "2.6.0-rc1",
"@threefold/gridproxy_client": "2.6.0-rc2",
"@threefold/rmb_direct_client": "2.6.0-rc2",
"@threefold/tfchain_client": "2.6.0-rc2",
"@threefold/types": "2.6.0-rc2",
"algosdk": "^1.19.0",
"appdata-path": "^1.0.0",
"await-lock": "^2.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/grid_http_server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@threefold/grid_http_server",
"author": "Ahmed Hanafy",
"version": "2.6.0-rc1",
"version": "2.6.0-rc2",
"license": "ISC",
"homepage": "https://github.com/threefoldtech/tfgrid-sdk-ts/blob/development/packages/grid_http_server/README.md",
"repository": {
Expand All @@ -12,7 +12,7 @@
"access": "public"
},
"dependencies": {
"@threefold/grid_client": "2.6.0-rc1",
"@threefold/grid_client": "2.6.0-rc2",
"express": "^4.21.1",
"http-server": "^14.1.1",
"typescript": "^4.7.4"
Expand Down
8 changes: 4 additions & 4 deletions packages/grid_rmb_server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@threefold/grid_rmb_server",
"author": "Ahmed Hanafy",
"version": "2.6.0-rc1",
"version": "2.6.0-rc2",
"license": "ISC",
"homepage": "https://github.com/threefoldtech/tfgrid-sdk-ts/blob/development/packages/grid_rmb_server/README.md",
"repository": {
Expand All @@ -12,12 +12,12 @@
"access": "public"
},
"dependencies": {
"@threefold/grid_client": "2.6.0-rc1",
"@threefold/rmb_peer_server": "2.6.0-rc1",
"@threefold/grid_client": "2.6.0-rc2",
"@threefold/rmb_peer_server": "2.6.0-rc2",
"typescript": "^4.7.4"
},
"devDependencies": {
"@threefold/rmb_peer_client": "2.6.0-rc1",
"@threefold/rmb_peer_client": "2.6.0-rc2",
"ts-node": "^10.9.1"
},
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/gridproxy_client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threefold/gridproxy_client",
"version": "2.6.0-rc1",
"version": "2.6.0-rc2",
"description": "gridproxy_client help to interact with gridproxy based on network",
"main": "./dist/node/public_api.js",
"module": "./dist/es6/public_api.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/monitoring/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threefold/monitoring",
"version": "2.6.0-rc1",
"version": "2.6.0-rc2",
"description": "Threefold monitoring package",
"license": "Apache-2.0",
"main": "./dist/node/index.js",
Expand All @@ -26,9 +26,9 @@
"access": "public"
},
"dependencies": {
"@threefold/rmb_direct_client": "2.6.0-rc1",
"@threefold/tfchain_client": "2.6.0-rc1",
"@threefold/types": "2.6.0-rc1",
"@threefold/rmb_direct_client": "2.6.0-rc2",
"@threefold/tfchain_client": "2.6.0-rc2",
"@threefold/types": "2.6.0-rc2",
"chalk": "4.1.2",
"ts-node": "^10.9.1",
"typescript": "^5.3.3",
Expand Down
12 changes: 6 additions & 6 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threefold/playground",
"version": "2.6.0-rc1",
"version": "2.6.0-rc2",
"private": true,
"scripts": {
"dev": "vite",
Expand All @@ -13,11 +13,11 @@
"dependencies": {
"@mdi/font": "^7.2.96",
"@sentry/vue": "^8.19.0",
"@threefold/graphql_client": "2.6.0-rc1",
"@threefold/grid_client": "2.6.0-rc1",
"@threefold/gridproxy_client": "2.6.0-rc1",
"@threefold/monitoring": "2.6.0-rc1",
"@threefold/types": "2.6.0-rc1",
"@threefold/graphql_client": "2.6.0-rc2",
"@threefold/grid_client": "2.6.0-rc2",
"@threefold/gridproxy_client": "2.6.0-rc2",
"@threefold/monitoring": "2.6.0-rc2",
"@threefold/types": "2.6.0-rc2",
"@types/ip": "^1.1.3",
"@types/md5": "^2.3.5",
"await-lock": "^2.2.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/rmb_direct_client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threefold/rmb_direct_client",
"version": "2.6.0-rc1",
"version": "2.6.0-rc2",
"repository": {
"type": "git",
"url": "https://github.com/threefoldtech/tfgrid-sdk-ts.git"
Expand All @@ -23,8 +23,8 @@
"dependencies": {
"@noble/secp256k1": "^1.7.1",
"@polkadot/api": "^8.9.1",
"@threefold/tfchain_client": "2.6.0-rc1",
"@threefold/types": "2.6.0-rc1",
"@threefold/tfchain_client": "2.6.0-rc2",
"@threefold/types": "2.6.0-rc2",
"base64url": "^3.0.1",
"bip39": "^3.1.0",
"buffer": "^6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/rmb_peer_client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@threefold/rmb_peer_client",
"author": "Ahmed Hanafy",
"version": "2.6.0-rc1",
"version": "2.6.0-rc2",
"license": "ISC",
"homepage": "https://github.com/threefoldtech/tfgrid-sdk-ts/blob/development/packages/rmb_peer_client/README.md",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rmb_peer_server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@threefold/rmb_peer_server",
"author": "Ahmed Hanafy",
"version": "2.6.0-rc1",
"version": "2.6.0-rc2",
"license": "ISC",
"homepage": "https://github.com/threefoldtech/tfgrid-sdk-ts/blob/development/packages/rmb_peer_server/README.md",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/stats/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threefold/stats",
"version": "2.6.0-rc1",
"version": "2.6.0-rc2",
"private": true,
"scripts": {
"dev": "vite",
Expand All @@ -11,7 +11,7 @@
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false"
},
"dependencies": {
"@threefold/gridproxy_client": "2.6.0-rc1",
"@threefold/gridproxy_client": "2.6.0-rc2",
"vue": "^3.3.5",
"vuetify": "^3.3.21"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/tfchain_client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threefold/tfchain_client",
"version": "2.6.0-rc1",
"version": "2.6.0-rc2",
"description": "A client for TF chain",
"private": false,
"publishConfig": {
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@polkadot/api": "^8.9.1",
"@threefold/types": "2.6.0-rc1",
"@threefold/types": "2.6.0-rc2",
"await-lock": "^2.2.2",
"bip39": "^3.1.0",
"moment": "^2.30.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threefold/types",
"version": "2.6.0-rc1",
"version": "2.6.0-rc2",
"main": "dist/node/index.js",
"types": "dist/es6/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 53279cd

Please sign in to comment.