File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 32
32
},
33
33
"license" : " Apache-2.0" ,
34
34
"peerDependencies" : {
35
- "@concordium/web-sdk" : " 7.0.0-rc.5 "
35
+ "@concordium/web-sdk" : " 7.0.0"
36
36
},
37
37
"dependencies" : {
38
- "@concordium/web-sdk" : " 7.0.0-rc.5 " ,
38
+ "@concordium/web-sdk" : " 7.0.0" ,
39
39
"buffer" : " ^6.0.3" ,
40
40
"commander" : " ^11.0.0" ,
41
41
"sanitize-filename" : " ^1.6.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @concordium/rust-bindings" ,
3
- "version" : " 2.0.0-rc.2 " ,
3
+ "version" : " 2.0.0" ,
4
4
"license" : " Apache-2.0" ,
5
5
"engines" : {
6
6
"node" : " >=16"
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
3
+ ## 7.0.0
4
4
5
5
### Breaking changes
6
6
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @concordium/web-sdk" ,
3
- "version" : " 7.0.0-rc.5 " ,
3
+ "version" : " 7.0.0" ,
4
4
"license" : " Apache-2.0" ,
5
5
"engines" : {
6
6
"node" : " >=16"
74
74
"clean" : " rimraf -- lib src/grpc-api"
75
75
},
76
76
"dependencies" : {
77
- "@concordium/rust-bindings" : " 2.0.0-rc.2 " ,
77
+ "@concordium/rust-bindings" : " 2.0.0" ,
78
78
"@grpc/grpc-js" : " ^1.9.4" ,
79
79
"@noble/ed25519" : " ^2.0.0" ,
80
80
"@protobuf-ts/grpc-transport" : " ^2.9.1" ,
Original file line number Diff line number Diff line change @@ -654,7 +654,7 @@ __metadata:
654
654
version : 0.0.0-use.local
655
655
resolution : " @concordium/ccd-js-gen@workspace:packages/ccd-js-gen"
656
656
dependencies :
657
- " @concordium/web-sdk " : 7.0.0-rc.5
657
+ " @concordium/web-sdk " : 7.0.0
658
658
" @types/jest " : ^26.0.23
659
659
" @types/node " : ^20.5.0
660
660
buffer : ^6.0.3
@@ -666,7 +666,7 @@ __metadata:
666
666
ts-morph : ^19.0.0
667
667
typescript : ^5.2.2
668
668
peerDependencies :
669
- " @concordium/web-sdk " : 7.0.0-rc.5
669
+ " @concordium/web-sdk " : 7.0.0
670
670
bin :
671
671
ccd-js-gen : bin/ccd-js-gen.js
672
672
languageName : unknown
@@ -689,7 +689,7 @@ __metadata:
689
689
languageName : unknown
690
690
linkType : soft
691
691
692
- " @concordium/[email protected] -rc.2 , @concordium/rust-bindings@workspace:packages/rust-bindings " :
692
+ " @concordium/[email protected] , @concordium/rust-bindings@workspace:packages/rust-bindings " :
693
693
version : 0.0.0-use.local
694
694
resolution : " @concordium/rust-bindings@workspace:packages/rust-bindings"
695
695
dependencies :
@@ -704,11 +704,11 @@ __metadata:
704
704
languageName : unknown
705
705
linkType : soft
706
706
707
- " @concordium/[email protected] -rc.5 , @concordium/web-sdk@workspace:^, @concordium/web-sdk@workspace:packages/sdk " :
707
+ " @concordium/[email protected] , @concordium/web-sdk@workspace:^, @concordium/web-sdk@workspace:packages/sdk " :
708
708
version : 0.0.0-use.local
709
709
resolution : " @concordium/web-sdk@workspace:packages/sdk"
710
710
dependencies :
711
- " @concordium/rust-bindings " : 2.0.0-rc.2
711
+ " @concordium/rust-bindings " : 2.0.0
712
712
" @grpc/grpc-js " : ^1.9.4
713
713
" @noble/ed25519 " : ^2.0.0
714
714
" @protobuf-ts/grpc-transport " : ^2.9.1
You can’t perform that action at this time.
0 commit comments