Skip to content

Commit

Permalink
feat: Update Misti version
Browse files Browse the repository at this point in the history
  • Loading branch information
jubnzv committed Oct 31, 2024
1 parent 9188487 commit 51cd9cd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"read": "ts-node ./sources/contract.read.ts"
},
"dependencies": {
"@nowarp/misti": "~0.4.2",
"@nowarp/misti": "~0.5.0",
"@tact-lang/compiler": "~1.5.0",
"@tact-lang/deployer": "^0.2.0",
"@tact-lang/ton-abi": "^0.0.3",
Expand Down
22 changes: 18 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -572,19 +572,21 @@
multiformats "^9.5.4"
murmurhash3js-revisited "^3.0.0"

"@nowarp/misti@~0.4.2":
version "0.4.2"
resolved "https://registry.yarnpkg.com/@nowarp/misti/-/misti-0.4.2.tgz#67985310c0a21863a6e61477666e4fef7a955a8e"
integrity sha512-YnNSgNdpDYvQSHeeW+p7kyy033q2vPzCqhm5iV5ifrQPu4G5gplSm/2yksOlECyABlvkknm3dLMa9he/pZEC7w==
"@nowarp/misti@~0.5.0":
version "0.5.0"
resolved "https://registry.yarnpkg.com/@nowarp/misti/-/misti-0.5.0.tgz#e25e882fba99fa6c37abd4557a7bdbcc3a7cd05a"
integrity sha512-gx1IO8+8YQEsU2M8TWJfQ24K55aIpCUkMzXNJuEe2fL/fECp76+4nx/2wAG8XjL2WNIB1CuL9vLcNWy2dzafIg==
dependencies:
"@nowarp/souffle" "^0.1.2"
"@tact-lang/compiler" "~1.5.1"
"@ton/core" "~0.59.0"
"@types/benchmark" "^2.1.5"
"@types/fs-extra" "^11.0.4"
"@types/json-bigint" "^1.0.4"
benchmark "^2.1.4"
commander "^12.0.0"
fs-extra "^11.2.0"
ignore "^6.0.2"
json-bigint "^1.0.0"
ohm-js "^17.1.0"
zod "^3.22.4"
Expand Down Expand Up @@ -751,6 +753,13 @@
dependencies:
symbol.inspect "1.0.1"

"@ton/core@~0.59.0":
version "0.59.0"
resolved "https://registry.yarnpkg.com/@ton/core/-/core-0.59.0.tgz#58da9fcaa58e5a0c705b63baf1e86cab6e196689"
integrity sha512-LSIkGst7BoY7fMWshejzcH0UJnoW21JGlRrW0ch+6A7Xb/7EuekxgdKym7fHxcry6OIf6FoeFg97lJ960N/Ghg==
dependencies:
symbol.inspect "1.0.1"

"@ton/[email protected]":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@ton/crypto-primitives/-/crypto-primitives-2.0.0.tgz#446256146d64fcec6e3f21d9f40b5148640329cc"
Expand Down Expand Up @@ -1739,6 +1748,11 @@ ieee754@^1.2.1:
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==

ignore@^6.0.2:
version "6.0.2"
resolved "https://registry.yarnpkg.com/ignore/-/ignore-6.0.2.tgz#77cccb72a55796af1b6d2f9eb14fa326d24f4283"
integrity sha512-InwqeHHN2XpumIkMvpl/DCJVrAHgCsG5+cn1XlnLWGwtZBm8QJfSusItfrwx81CTp5agNZqpKU2J/ccC5nGT4A==

import-local@^3.0.2:
version "3.1.0"
resolved "https://registry.yarnpkg.com/import-local/-/import-local-3.1.0.tgz#b4479df8a5fd44f6cdce24070675676063c95cb4"
Expand Down

0 comments on commit 51cd9cd

Please sign in to comment.