File tree Expand file tree Collapse file tree 3 files changed +14
-9
lines changed
Expand file tree Collapse file tree 3 files changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 15.4.0] - 2025-10-03
8+
9+ ## Added
10+ - Plugin support in wallet v4 wrappers (thx @p0lunin )
11+
712## [ 15.3.1] - 2025-07-06
813
914## Fixed
Original file line number Diff line number Diff line change 11{
22 "name" : " @ton/ton" ,
3- "version" : " 15.3.1 " ,
3+ "version" : " 15.4.0 " ,
44 "repository" : " https://github.com/ton-org/ton.git" ,
55 "author" : " Whales Corp. <developers@whalescorp.com>" ,
66 "license" : " MIT" ,
1616 },
1717 "devDependencies" : {
1818 "@release-it/keep-a-changelog" : " ^5.0.0" ,
19- "@ton/core" : " ^0.60 .0" ,
19+ "@ton/core" : " ^0.62 .0" ,
2020 "@ton/crypto" : " 3.2.0" ,
2121 "@ton/emulator" : " ^2.1.1" ,
2222 "@types/jest" : " ^27.0.1" ,
4747 "zod" : " ^3.21.4"
4848 },
4949 "peerDependencies" : {
50- "@ton/core" : " >=0.60 .0" ,
50+ "@ton/core" : " >=0.62.0 <1.0 .0" ,
5151 "@ton/crypto" : " >=3.2.0"
5252 },
5353 "publishConfig" : {
Original file line number Diff line number Diff line change @@ -994,14 +994,14 @@ __metadata:
994994 languageName : node
995995 linkType : hard
996996
997- " @ton/core@npm:^0.60 .0 " :
998- version : 0.60 .0
999- resolution : " @ton/core@npm:0.60 .0"
997+ " @ton/core@npm:^0.62 .0 " :
998+ version : 0.62 .0
999+ resolution : " @ton/core@npm:0.62 .0"
10001000 dependencies :
10011001 symbol.inspect : 1.0.1
10021002 peerDependencies :
10031003 " @ton/crypto " : " >=3.2.0"
1004- checksum : a1878a5a974a398172935ac73862b59da3113ba82b9bb1752cf967b27c4113975481dcf5a49a4e37e2264865c9b12c44bc2e4b25722b3a0518ac4709addbf433
1004+ checksum : d1e4810a7b312e828e017411ca57d832aadc3a085f570ddb131522ff651370a2ef531bd3e57a0e19255eb5cc252d033ca8db308dfa7d8ab136861762dbaf277b
10051005 languageName : node
10061006 linkType : hard
10071007
@@ -1044,7 +1044,7 @@ __metadata:
10441044 resolution : " @ton/ton@workspace:."
10451045 dependencies :
10461046 " @release-it/keep-a-changelog " : ^5.0.0
1047- " @ton/core " : ^0.60 .0
1047+ " @ton/core " : ^0.62 .0
10481048 " @ton/crypto " : 3.2.0
10491049 " @ton/emulator " : ^2.1.1
10501050 " @types/jest " : ^27.0.1
@@ -1072,7 +1072,7 @@ __metadata:
10721072 webpack : ^5.51.2
10731073 zod : ^3.21.4
10741074 peerDependencies :
1075- " @ton/core " : " >=0.60 .0"
1075+ " @ton/core " : " >=0.62.0 <1.0 .0"
10761076 " @ton/crypto " : " >=3.2.0"
10771077 languageName : unknown
10781078 linkType : soft
You can’t perform that action at this time.
0 commit comments