File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ton-community/func-js" ,
3
- "version" : " 0.8 .0" ,
3
+ "version" : " 0.9 .0" ,
4
4
"description" : " The TON FunC smart-contract compiler" ,
5
5
"main" : " dist/index.js" ,
6
6
"bin" : {
29
29
"typescript" : " ^4.9.5"
30
30
},
31
31
"dependencies" : {
32
- "@ton-community/func-js-bin" : " 0.4.5 " ,
32
+ "@ton-community/func-js-bin" : " 0.4.6 " ,
33
33
"arg" : " ^5.0.2"
34
34
},
35
35
"packageManager" : " yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ describe('func-js', () => {
6
6
const walletCodeCellHash = Buffer . from ( "hA3nAz+xEJePYGrDyjJ+BXBcxSp9Y2xaAFLRgGntfDs=" , 'base64' ) ;
7
7
8
8
const compilerVersionExpected = {
9
- funcVersion : "0.4.4 " ,
10
- funcFiftLibCommitDate : "2024-03-27 12:57:15 +0300" ,
11
- funcFiftLibCommitHash : "ffe0a1c63073dda0a0dd0e14f199b83fe5b05e66 " ,
9
+ funcVersion : "0.4.6 " ,
10
+ funcFiftLibCommitDate : "2024-12-13 11:13:31 +0300" ,
11
+ funcFiftLibCommitHash : "3a540a7ea3b2a1bffe8d9688890280d6eb5a2fd7 " ,
12
12
} ;
13
13
14
14
it ( 'should return compiler version' , async ( ) => {
Original file line number Diff line number Diff line change 718
718
dependencies :
719
719
" @sinonjs/commons" " ^2.0.0"
720
720
721
- " @ton-community/func-js-bin@0.4.5 " :
722
- version "0.4.5 "
723
- resolved "https://registry.yarnpkg.com/@ton-community/func-js-bin/-/func-js-bin-0.4.5 .tgz#9738163a1950b43b6e976fcbf60f2d7850dabc47 "
724
- integrity sha512-KUKkQPaHcEXsVfFCeck0soYMDyrXhulZDPtjSEHvuC2ibQa4fAqFFKB5GmlDs/37WBEUiIV+CgV8k876DURgyg ==
721
+ " @ton-community/func-js-bin@0.4.6 " :
722
+ version "0.4.6 "
723
+ resolved "https://registry.yarnpkg.com/@ton-community/func-js-bin/-/func-js-bin-0.4.6 .tgz#cf7f23c7f24ddc3b98ce02c04f494d258a998318 "
724
+ integrity sha512-nUH0YO4nQA4oDcBfqzZ62HG2nWTd414kEDnXmvr2uMSUxJH2KW3Nsc1i1Q/aXy8ZkxqChj1Z2/hT4YcJuEzUZA ==
725
725
726
726
" @types/babel__core@^7.1.14 " :
727
727
version "7.20.0"
You can’t perform that action at this time.
0 commit comments