From 8454172ce69486971ae6b575db67f70e2ada4235 Mon Sep 17 00:00:00 2001 From: krigga Date: Mon, 19 Aug 2024 20:44:53 +0300 Subject: [PATCH] chore: update func --- package.json | 4 ++-- yarn.lock | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 7f6d7a2..707a508 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", diff --git a/yarn.lock b/yarn.lock index 634cbe0..c073e38 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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 @@ -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"