Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.9.1",
"version": "2.9.2",
"npmClient": "yarn"
}
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.9.1",
"version": "2.9.2",
"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.9.1",
"@threefold/types": "2.9.2",
"ts-mixer": "^6.0.4"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 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.9.1",
"version": "2.9.2",
"license": "ISC",
"homepage": "https://github.com/threefoldtech/tfgrid-sdk-ts/tree/development/packages/grid_client/README.md",
"repository": {
Expand All @@ -16,11 +16,11 @@
"@jimber/pkid": "1.0.4",
"@noble/secp256k1": "1.7.1",
"@stellar/stellar-sdk": "^13.3.0",
"@threefold/gridproxy_client": "2.9.1",
"@threefold/monitoring": "2.9.1",
"@threefold/rmb_direct_client": "2.9.1",
"@threefold/tfchain_client": "2.9.1",
"@threefold/types": "2.9.1",
"@threefold/gridproxy_client": "2.9.2",
"@threefold/monitoring": "2.9.2",
"@threefold/rmb_direct_client": "2.9.2",
"@threefold/tfchain_client": "2.9.2",
"@threefold/types": "2.9.2",
"algosdk": "^3.2.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.9.1",
"version": "2.9.2",
"license": "ISC",
"homepage": "https://github.com/threefoldtech/tfgrid-sdk-ts/blob/development/packages/grid_http_server/README.md",
"repository": {
Expand All @@ -13,7 +13,7 @@
"access": "public"
},
"dependencies": {
"@threefold/grid_client": "2.9.1",
"@threefold/grid_client": "2.9.2",
"express": "^5.1.0",
"http-server": "^14.1.1",
"typescript": "^5.8.3"
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.9.1",
"version": "2.9.2",
"license": "ISC",
"homepage": "https://github.com/threefoldtech/tfgrid-sdk-ts/blob/development/packages/grid_rmb_server/README.md",
"repository": {
Expand All @@ -13,12 +13,12 @@
"access": "public"
},
"dependencies": {
"@threefold/grid_client": "2.9.1",
"@threefold/rmb_peer_server": "2.9.1",
"@threefold/grid_client": "2.9.2",
"@threefold/rmb_peer_server": "2.9.2",
"typescript": "^5.8.3"
},
"devDependencies": {
"@threefold/rmb_peer_client": "2.9.1",
"@threefold/rmb_peer_client": "2.9.2",
"ts-node": "^10.9.2"
},
"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.9.1",
"version": "2.9.2",
"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.9.1",
"version": "2.9.2",
"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.9.1",
"@threefold/tfchain_client": "2.9.1",
"@threefold/types": "2.9.1",
"@threefold/rmb_direct_client": "2.9.2",
"@threefold/tfchain_client": "2.9.2",
"@threefold/types": "2.9.2",
"chalk": "4.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.8.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.9.1",
"version": "2.9.2",
"private": true,
"scripts": {
"dev": "vite",
Expand All @@ -14,11 +14,11 @@
"@mdi/font": "^7.4.47",
"@sentry/vue": "^9.15.0",
"@stellar/stellar-sdk": "^13.3.0",
"@threefold/graphql_client": "2.9.1",
"@threefold/grid_client": "2.9.1",
"@threefold/gridproxy_client": "2.9.1",
"@threefold/monitoring": "2.9.1",
"@threefold/types": "2.9.1",
"@threefold/graphql_client": "2.9.2",
"@threefold/grid_client": "2.9.2",
"@threefold/gridproxy_client": "2.9.2",
"@threefold/monitoring": "2.9.2",
"@threefold/types": "2.9.2",
"@types/ip": "^1.1.3",
"@types/md5": "^2.3.5",
"await-lock": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/playground-charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.1"
appVersion: "v2.9.2"
2 changes: 1 addition & 1 deletion packages/playground/playground-charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: ghcr.io/threefoldtech/playground
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "2.9.1"
tag: "2.9.2"

env:
- name: "MODE"
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.9.1",
"version": "2.9.2",
"repository": {
"type": "git",
"url": "https://github.com/threefoldtech/tfgrid-sdk-ts.git",
Expand All @@ -26,8 +26,8 @@
"dependencies": {
"@noble/secp256k1": "^1.7.1",
"@polkadot/api": "^15.9.2",
"@threefold/tfchain_client": "2.9.1",
"@threefold/types": "2.9.1",
"@threefold/tfchain_client": "2.9.2",
"@threefold/types": "2.9.2",
"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.9.1",
"version": "2.9.2",
"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.9.1",
"version": "2.9.2",
"license": "ISC",
"homepage": "https://github.com/threefoldtech/tfgrid-sdk-ts/blob/development/packages/rmb_peer_server/README.md",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/stats/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.1"
appVersion: "v2.9.2"
2 changes: 1 addition & 1 deletion packages/stats/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:
repository: ghcr.io/threefoldtech/stats
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "2.9.1"
tag: "2.9.2"

imagePullSecrets: []
nameOverride: ""
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.9.1",
"version": "2.9.2",
"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.9.1",
"@threefold/gridproxy_client": "2.9.2",
"vue": "^3.5.13",
"vuetify": "^3.8.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/stellar_solana_bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threefold/stellar_solana_bridge",
"version": "2.9.1",
"version": "2.9.2",
"private": true,
"scripts": {
"dev": "vite",
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.9.1",
"version": "2.9.2",
"description": "A client for TF chain",
"private": false,
"publishConfig": {
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@polkadot/api": "^15.9.2",
"@threefold/types": "2.9.1",
"@threefold/types": "2.9.2",
"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.9.1",
"version": "2.9.2",
"main": "dist/node/index.js",
"types": "dist/es6/index.d.ts",
"scripts": {
Expand Down