File tree 15 files changed +37
-37
lines changed
15 files changed +37
-37
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.7.0-rc3 " ,
3
+ "version" : " 2.7.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.7.0-rc3 " ,
3
+ "version" : " 2.7.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.7.0-rc3 " ,
3
+ "version" : " 2.7.0" ,
4
4
"main" : " ./dist/node/index.js" ,
5
5
"module" : " ./dist/es6/index.js" ,
6
6
"exports" : {
18
18
"es6-build" : " tsc --build tsconfig.json"
19
19
},
20
20
"dependencies" : {
21
- "@threefold/types" : " 2.7.0-rc3 " ,
21
+ "@threefold/types" : " 2.7.0" ,
22
22
"ts-mixer" : " ^6.0.2"
23
23
},
24
24
"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.7.0-rc3 " ,
4
+ "version" : " 2.7.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/gridproxy_client" : " 2.7.0-rc3 " ,
18
- "@threefold/monitoring" : " 2.7.0-rc3 " ,
19
- "@threefold/rmb_direct_client" : " 2.7.0-rc3 " ,
20
- "@threefold/tfchain_client" : " 2.7.0-rc3 " ,
21
- "@threefold/types" : " 2.7.0-rc3 " ,
17
+ "@threefold/gridproxy_client" : " 2.7.0" ,
18
+ "@threefold/monitoring" : " 2.7.0" ,
19
+ "@threefold/rmb_direct_client" : " 2.7.0" ,
20
+ "@threefold/tfchain_client" : " 2.7.0" ,
21
+ "@threefold/types" : " 2.7.0" ,
22
22
"algosdk" : " ^1.19.0" ,
23
23
"appdata-path" : " ^1.0.0" ,
24
24
"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.7.0-rc3 " ,
4
+ "version" : " 2.7.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.7.0-rc3 " ,
15
+ "@threefold/grid_client" : " 2.7.0" ,
16
16
"express" : " ^4.21.2" ,
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.7.0-rc3 " ,
4
+ "version" : " 2.7.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.7.0-rc3 " ,
16
- "@threefold/rmb_peer_server" : " 2.7.0-rc3 " ,
15
+ "@threefold/grid_client" : " 2.7.0" ,
16
+ "@threefold/rmb_peer_server" : " 2.7.0" ,
17
17
"typescript" : " ^4.7.4"
18
18
},
19
19
"devDependencies" : {
20
- "@threefold/rmb_peer_client" : " 2.7.0-rc3 " ,
20
+ "@threefold/rmb_peer_client" : " 2.7.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.7.0-rc3 " ,
3
+ "version" : " 2.7.0" ,
4
4
"description" : " gridproxy_client help to interact with gridproxy based on network" ,
5
5
"main" : " ./dist/node/public_api.js" ,
6
6
"module" : " ./dist/es6/public_api.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @threefold/monitoring" ,
3
- "version" : " 2.7.0-rc3 " ,
3
+ "version" : " 2.7.0" ,
4
4
"description" : " Threefold monitoring package" ,
5
5
"license" : " Apache-2.0" ,
6
6
"main" : " ./dist/node/index.js" ,
26
26
"access" : " public"
27
27
},
28
28
"dependencies" : {
29
- "@threefold/rmb_direct_client" : " 2.7.0-rc3 " ,
30
- "@threefold/tfchain_client" : " 2.7.0-rc3 " ,
31
- "@threefold/types" : " 2.7.0-rc3 " ,
29
+ "@threefold/rmb_direct_client" : " 2.7.0" ,
30
+ "@threefold/tfchain_client" : " 2.7.0" ,
31
+ "@threefold/types" : " 2.7.0" ,
32
32
"chalk" : " 4.1.2" ,
33
33
"ts-node" : " ^10.9.1" ,
34
34
"typescript" : " ^5.3.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @threefold/playground" ,
3
- "version" : " 2.7.0-rc3 " ,
3
+ "version" : " 2.7.0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " vite" ,
13
13
"dependencies" : {
14
14
"@mdi/font" : " ^7.2.96" ,
15
15
"@sentry/vue" : " ^8.19.0" ,
16
- "@threefold/graphql_client" : " 2.7.0-rc3 " ,
17
- "@threefold/grid_client" : " 2.7.0-rc3 " ,
18
- "@threefold/gridproxy_client" : " 2.7.0-rc3 " ,
19
- "@threefold/monitoring" : " 2.7.0-rc3 " ,
20
- "@threefold/types" : " 2.7.0-rc3 " ,
16
+ "@threefold/graphql_client" : " 2.7.0" ,
17
+ "@threefold/grid_client" : " 2.7.0" ,
18
+ "@threefold/gridproxy_client" : " 2.7.0" ,
19
+ "@threefold/monitoring" : " 2.7.0" ,
20
+ "@threefold/types" : " 2.7.0" ,
21
21
"@types/ip" : " ^1.1.3" ,
22
22
"@types/md5" : " ^2.3.5" ,
23
23
"await-lock" : " ^2.2.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @threefold/rmb_direct_client" ,
3
- "version" : " 2.7.0-rc3 " ,
3
+ "version" : " 2.7.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.7.0-rc3 " ,
27
- "@threefold/types" : " 2.7.0-rc3 " ,
26
+ "@threefold/tfchain_client" : " 2.7.0" ,
27
+ "@threefold/types" : " 2.7.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.7.0-rc3 " ,
4
+ "version" : " 2.7.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.7.0-rc3 " ,
4
+ "version" : " 2.7.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 1
1
{
2
2
"name" : " @threefold/stats" ,
3
- "version" : " 2.7.0-rc3 " ,
3
+ "version" : " 2.7.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.7.0-rc3 " ,
14
+ "@threefold/gridproxy_client" : " 2.7.0" ,
15
15
"vue" : " ^3.3.5" ,
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.7.0-rc3 " ,
3
+ "version" : " 2.7.0" ,
4
4
"description" : " A client for TF chain" ,
5
5
"private" : false ,
6
6
"publishConfig" : {
48
48
},
49
49
"dependencies" : {
50
50
"@polkadot/api" : " ^8.9.1" ,
51
- "@threefold/types" : " 2.7.0-rc3 " ,
51
+ "@threefold/types" : " 2.7.0" ,
52
52
"await-lock" : " ^2.2.2" ,
53
53
"bip39" : " ^3.1.0" ,
54
54
"moment" : " ^2.30.1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @threefold/types" ,
3
- "version" : " 2.7.0-rc3 " ,
3
+ "version" : " 2.7.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