Comparing version 0.33.0 to 0.34.0
import { Maybe } from "../utils/maybe"; | ||
export declare class ComputeError extends Error { | ||
exitCode: number | null; | ||
exitCode: number; | ||
debugLogs: string | null; | ||
@@ -5,0 +5,0 @@ logs: string | null; |
{ | ||
"name": "ton-core", | ||
"version": "0.33.0", | ||
"version": "0.34.0", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/ton-community/ton-core.git", |
import { Maybe } from "../utils/maybe"; | ||
export class ComputeError extends Error { | ||
exitCode: number | null; | ||
exitCode: number; | ||
debugLogs: string | null; | ||
@@ -6,0 +6,0 @@ logs: string | null; |
1032713