File tree Expand file tree Collapse file tree 19 files changed +39
-39
lines changed Expand file tree Collapse file tree 19 files changed +39
-39
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3
- "version" : " 2.5.0-rc3 " ,
3
+ "version" : " 2.5.0" ,
4
4
"npmClient" : " yarn"
5
5
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @threefold/ui" ,
3
- "version" : " 2.5.0-rc3 " ,
3
+ "version" : " 2.5.0" ,
4
4
"private" : false ,
5
5
"main" : " dist/threefold-ui.umd.js" ,
6
6
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @threefold/graphql_client" ,
3
- "version" : " 2.5.0-rc3 " ,
3
+ "version" : " 2.5.0" ,
4
4
"main" : " dist/index.js" ,
5
5
"types" : " dist/index.d.ts" ,
6
6
"license" : " MIT" ,
7
7
"scripts" : {
8
8
"build" : " tsc"
9
9
},
10
10
"dependencies" : {
11
- "@threefold/types" : " ^ 2.5.0-rc3 " ,
11
+ "@threefold/types" : " 2.5.0" ,
12
12
"ts-mixer" : " ^6.0.2"
13
13
},
14
14
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @threefold/grid_client" ,
3
3
"author" : " Ahmed Hanafy" ,
4
- "version" : " 2.5.0-rc3 " ,
4
+ "version" : " 2.5.0" ,
5
5
"license" : " ISC" ,
6
6
"homepage" : " https://github.com/threefoldtech/tfgrid-sdk-ts/tree/development/packages/grid_client/README.md" ,
7
7
"repository" : {
14
14
"dependencies" : {
15
15
"@jimber/pkid" : " 1.0.4" ,
16
16
"@noble/secp256k1" : " ^1.7.1" ,
17
- "@threefold/rmb_direct_client " : " ^ 2.5.0-rc3 " ,
18
- "@threefold/tfchain_client " : " ^ 2.5.0-rc3 " ,
19
- "@threefold/gridproxy_client " : " ^ 2.5.0-rc3 " ,
20
- "@threefold/types" : " ^ 2.5.0-rc3 " ,
17
+ "@threefold/gridproxy_client " : " 2.5.0" ,
18
+ "@threefold/rmb_direct_client " : " 2.5.0" ,
19
+ "@threefold/tfchain_client " : " 2.5.0" ,
20
+ "@threefold/types" : " 2.5.0" ,
21
21
"algosdk" : " ^1.19.0" ,
22
22
"appdata-path" : " ^1.0.0" ,
23
23
"await-lock" : " ^2.2.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @threefold/grid_http_server" ,
3
3
"author" : " Ahmed Hanafy" ,
4
- "version" : " 2.5.0-rc3 " ,
4
+ "version" : " 2.5.0" ,
5
5
"license" : " ISC" ,
6
6
"homepage" : " https://github.com/threefoldtech/tfgrid-sdk-ts/blob/development/packages/grid_http_server/README.md" ,
7
7
"repository" : {
12
12
"access" : " public"
13
13
},
14
14
"dependencies" : {
15
- "@threefold/grid_client" : " ^ 2.5.0-rc3 " ,
15
+ "@threefold/grid_client" : " 2.5.0" ,
16
16
"express" : " ^4.18.1" ,
17
17
"http-server" : " ^14.1.1" ,
18
18
"typescript" : " ^4.7.4"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @threefold/grid_rmb_server" ,
3
3
"author" : " Ahmed Hanafy" ,
4
- "version" : " 2.5.0-rc3 " ,
4
+ "version" : " 2.5.0" ,
5
5
"license" : " ISC" ,
6
6
"homepage" : " https://github.com/threefoldtech/tfgrid-sdk-ts/blob/development/packages/grid_rmb_server/README.md" ,
7
7
"repository" : {
12
12
"access" : " public"
13
13
},
14
14
"dependencies" : {
15
- "@threefold/grid_client" : " ^ 2.5.0-rc3 " ,
16
- "@threefold/rmb_peer_server" : " ^ 2.5.0-rc3 " ,
15
+ "@threefold/grid_client" : " 2.5.0" ,
16
+ "@threefold/rmb_peer_server" : " 2.5.0" ,
17
17
"typescript" : " ^4.7.4"
18
18
},
19
19
"devDependencies" : {
20
- "@threefold/rmb_peer_client" : " ^ 2.5.0-rc3 " ,
20
+ "@threefold/rmb_peer_client" : " 2.5.0" ,
21
21
"ts-node" : " ^10.9.1"
22
22
},
23
23
"main" : " ./dist/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @threefold/gridproxy_client" ,
3
- "version" : " 2.5.0-rc3 " ,
3
+ "version" : " 2.5.0" ,
4
4
"description" : " gridproxy_client help to interact with gridproxy based on network" ,
5
5
"main" : " dist/public_api.js" ,
6
6
"types" : " dist/public_api.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @threefold/monitoring" ,
3
- "version" : " 2.5.0-rc3 " ,
3
+ "version" : " 2.5.0" ,
4
4
"description" : " Threefold monitoring package" ,
5
5
"license" : " Apache-2.0" ,
6
6
"main" : " dist/index.js" ,
16
16
"access" : " public"
17
17
},
18
18
"dependencies" : {
19
- "@threefold/rmb_direct_client" : " ^ 2.5.0-rc3 " ,
20
- "@threefold/tfchain_client" : " ^ 2.5.0-rc3 " ,
21
- "@threefold/types" : " ^ 2.5.0-rc3 " ,
19
+ "@threefold/rmb_direct_client" : " 2.5.0" ,
20
+ "@threefold/tfchain_client" : " 2.5.0" ,
21
+ "@threefold/types" : " 2.5.0" ,
22
22
"axios" : " ^0.27.2" ,
23
23
"chalk" : " 4.1.2" ,
24
24
"ts-node" : " ^10.9.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @threefold/playground" ,
3
- "version" : " 2.5.0-rc3 " ,
3
+ "version" : " 2.5.0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " vite" ,
12
12
},
13
13
"dependencies" : {
14
14
"@mdi/font" : " ^7.2.96" ,
15
- "@threefold/graphql_client" : " ^ 2.5.0-rc3 " ,
16
- "@threefold/grid_client" : " ^ 2.5.0-rc3 " ,
17
- "@threefold/gridproxy_client" : " ^ 2.5.0-rc3 " ,
18
- "@threefold/types" : " ^ 2.5.0-rc3 " ,
15
+ "@threefold/graphql_client" : " 2.5.0" ,
16
+ "@threefold/grid_client" : " 2.5.0" ,
17
+ "@threefold/gridproxy_client" : " 2.5.0" ,
18
+ "@threefold/types" : " 2.5.0" ,
19
19
"@types/ip" : " ^1.1.3" ,
20
20
"@types/md5" : " ^2.3.5" ,
21
21
"await-lock" : " ^2.2.2" ,
Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ version: 0.1.0
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : " v2.5.0-rc3 "
24
+ appVersion : " v2.5.0"
Original file line number Diff line number Diff line change 8
8
repository : ghcr.io/threefoldtech/playground
9
9
pullPolicy : Always
10
10
# Overrides the image tag whose default is the chart appVersion.
11
- tag : " 2.5.0-rc3 "
11
+ tag : " 2.5.0"
12
12
13
13
env :
14
14
- name : " MODE"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @threefold/rmb_direct_client" ,
3
- "version" : " 2.5.0-rc3 " ,
3
+ "version" : " 2.5.0" ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/threefoldtech/tfgrid-sdk-ts.git"
23
23
"dependencies" : {
24
24
"@noble/secp256k1" : " ^1.7.1" ,
25
25
"@polkadot/api" : " ^8.9.1" ,
26
- "@threefold/tfchain_client" : " ^ 2.5.0-rc3 " ,
27
- "@threefold/types" : " ^ 2.5.0-rc3 " ,
26
+ "@threefold/tfchain_client" : " 2.5.0" ,
27
+ "@threefold/types" : " 2.5.0" ,
28
28
"base64url" : " ^3.0.1" ,
29
29
"bip39" : " ^3.1.0" ,
30
30
"buffer" : " ^6.0.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @threefold/rmb_peer_client" ,
3
3
"author" : " Ahmed Hanafy" ,
4
- "version" : " 2.5.0-rc3 " ,
4
+ "version" : " 2.5.0" ,
5
5
"license" : " ISC" ,
6
6
"homepage" : " https://github.com/threefoldtech/tfgrid-sdk-ts/blob/development/packages/rmb_peer_client/README.md" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @threefold/rmb_peer_server" ,
3
3
"author" : " Ahmed Hanafy" ,
4
- "version" : " 2.5.0-rc3 " ,
4
+ "version" : " 2.5.0" ,
5
5
"license" : " ISC" ,
6
6
"homepage" : " https://github.com/threefoldtech/tfgrid-sdk-ts/blob/development/packages/rmb_peer_server/README.md" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ version: 1.0.0
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : " v2.5.0-rc3 "
24
+ appVersion : " v2.5.0"
Original file line number Diff line number Diff line change 4
4
repository : ghcr.io/threefoldtech/stats
5
5
pullPolicy : Always
6
6
# Overrides the image tag whose default is the chart appVersion.
7
- tag : " 2.5.0-rc3 "
7
+ tag : " 2.5.0"
8
8
9
9
imagePullSecrets : []
10
10
nameOverride : " "
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @threefold/stats" ,
3
- "version" : " 2.5.0-rc3 " ,
3
+ "version" : " 2.5.0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " vite" ,
11
11
"type-check" : " vue-tsc --noEmit -p tsconfig.vitest.json --composite false"
12
12
},
13
13
"dependencies" : {
14
- "@threefold/gridproxy_client" : " ^ 2.5.0-rc3 " ,
14
+ "@threefold/gridproxy_client" : " 2.5.0" ,
15
15
"vue" : " ^3.3.4" ,
16
16
"vuetify" : " ^3.3.21"
17
17
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @threefold/tfchain_client" ,
3
- "version" : " 2.5.0-rc3 " ,
3
+ "version" : " 2.5.0" ,
4
4
"description" : " A client for TF chain" ,
5
5
"private" : false ,
6
6
"publishConfig" : {
46
46
},
47
47
"dependencies" : {
48
48
"@polkadot/api" : " ^8.9.1" ,
49
- "@threefold/types" : " ^ 2.5.0-rc3 " ,
49
+ "@threefold/types" : " 2.5.0" ,
50
50
"await-lock" : " ^2.2.2" ,
51
51
"bip39" : " ^3.1.0" ,
52
52
"moment" : " ^2.30.1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @threefold/types" ,
3
- "version" : " 2.5.0-rc3 " ,
3
+ "version" : " 2.5.0" ,
4
4
"main" : " dist/node/index.js" ,
5
5
"types" : " dist/es6/index.d.ts" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments