Skip to content

Commit dd813df

Browse files
committedDec 18, 2024
chore: update func to 0.4.6
1 parent 44ee58c commit dd813df

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ton-community/func-js",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "The TON FunC smart-contract compiler",
55
"main": "dist/index.js",
66
"bin": {
@@ -29,7 +29,7 @@
2929
"typescript": "^4.9.5"
3030
},
3131
"dependencies": {
32-
"@ton-community/func-js-bin": "0.4.5",
32+
"@ton-community/func-js-bin": "0.4.6",
3333
"arg": "^5.0.2"
3434
},
3535
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"

‎test/compiler.spec.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ describe('func-js', () => {
66
const walletCodeCellHash = Buffer.from("hA3nAz+xEJePYGrDyjJ+BXBcxSp9Y2xaAFLRgGntfDs=", 'base64');
77

88
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",
1212
};
1313

1414
it('should return compiler version', async () => {

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -718,10 +718,10 @@
718718
dependencies:
719719
"@sinonjs/commons" "^2.0.0"
720720

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==
725725

726726
"@types/babel__core@^7.1.14":
727727
version "7.20.0"

0 commit comments

Comments
 (0)