Skip to content

Commit

Permalink
tact 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
shaharyakir committed Jan 8, 2024
1 parent f97a08f commit 833d809
Show file tree
Hide file tree
Showing 3 changed files with 261 additions and 2 deletions.
258 changes: 258 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"tact-1.1.2": "npm:@tact-lang/[email protected]",
"tact-1.1.3": "npm:@tact-lang/[email protected]",
"tact-1.1.4": "npm:@tact-lang/[email protected]",
"tact-1.1.5": "npm:@tact-lang/[email protected]",
"ton": "^13.4.1",
"ton-core": "^0.49.0",
"ts-node": "^10.9.1",
Expand Down
4 changes: 2 additions & 2 deletions src/source-verifier/tact-source-verifier.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Cell } from "ton";
import { SourceVerifier, SourceVerifyPayload, CompileResult } from "../types";
import { PackageFileFormat } from "tact-1.1.4";
import type { verify as VerifyFunction } from "tact-1.1.4";
import { PackageFileFormat } from "tact-1.1.5";
import type { verify as VerifyFunction } from "tact-1.1.5";
import path from "path";
import { timeoutPromise } from "../utils";

Expand Down

0 comments on commit 833d809

Please sign in to comment.