Skip to content

Commit

Permalink
chore: update func
Browse files Browse the repository at this point in the history
  • Loading branch information
krigga committed Aug 19, 2024
1 parent 9b9f55c commit 8454172
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ton/blueprint",
"version": "0.23.0-debugger.1",
"version": "0.23.0-debugger.2",
"description": "Framework for development of TON smart contracts",
"main": "dist/index.js",
"bin": "./dist/cli/cli.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@orbs-network/ton-access": "^2.3.3",
"@tact-lang/compiler": "^1.4.0",
"@ton-community/func-js": "^0.8.0-debuginfo.1",
"@ton-community/func-js": "^0.8.0-debuginfo.2",
"@tonconnect/sdk": "^2.2.0",
"arg": "^5.0.2",
"chalk": "^4.1.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -188,22 +188,22 @@ __metadata:
languageName: node
linkType: hard

"@ton-community/func-js-bin@npm:0.4.4-debuginfo.1":
version: 0.4.4-debuginfo.1
resolution: "@ton-community/func-js-bin@npm:0.4.4-debuginfo.1"
checksum: 10/ed0fb81f016f16f3c493133c5d62a3456b7d5415e21036d78faa20bda44378665a110e770602f554de76ac4c09d92e61dede225abb2f1d1a245016e6624a4fad
"@ton-community/func-js-bin@npm:0.4.4-debuginfo.2":
version: 0.4.4-debuginfo.2
resolution: "@ton-community/func-js-bin@npm:0.4.4-debuginfo.2"
checksum: 10/669989b3bf6734a41f1e9c2ea3f7f64a1d9dc669ddd85300b47b113a5589c028239d5eef15b5cc31498a0ab7656cb4fd6360af642bff2890a080425cb86bce88
languageName: node
linkType: hard

"@ton-community/func-js@npm:^0.8.0-debuginfo.1":
version: 0.8.0-debuginfo.1
resolution: "@ton-community/func-js@npm:0.8.0-debuginfo.1"
"@ton-community/func-js@npm:^0.8.0-debuginfo.2":
version: 0.8.0-debuginfo.2
resolution: "@ton-community/func-js@npm:0.8.0-debuginfo.2"
dependencies:
"@ton-community/func-js-bin": "npm:0.4.4-debuginfo.1"
"@ton-community/func-js-bin": "npm:0.4.4-debuginfo.2"
arg: "npm:^5.0.2"
bin:
func-js: dist/cli.js
checksum: 10/efc843ee54bece82288dcc91ce5bff2e6cf62029de66245ce2b83dc33a4c1af41a65f672bc76089c3127fc67984a61b0a6c9f86ab3d42df55debaec60c44d86d
checksum: 10/682a1af8d82c4ea058e59d5d5bfed7b9907684e84213dca7f6c3f8e0294fe1d5d14d2efe23d9a5c9bbf245e79675f5cad7f30e4e79edc0ead44a17d1857d995c
languageName: node
linkType: hard

Expand All @@ -213,7 +213,7 @@ __metadata:
dependencies:
"@orbs-network/ton-access": "npm:^2.3.3"
"@tact-lang/compiler": "npm:^1.4.0"
"@ton-community/func-js": "npm:^0.8.0-debuginfo.1"
"@ton-community/func-js": "npm:^0.8.0-debuginfo.2"
"@ton/core": "npm:^0.56.0"
"@ton/crypto": "npm:^3.2.0"
"@ton/ton": "npm:^13.11.0"
Expand Down

0 comments on commit 8454172

Please sign in to comment.