@fuel-ts/errors
Advanced tools
Comparing version 0.0.0-pr-1291-20231011100332 to 0.0.0-pr-1291-20231011113111
@@ -13,3 +13,3 @@ /** | ||
INVALID_DECODE_VALUE = "invalid-decode-value", | ||
JSON_ABI_ERROR = "json-abi-error", | ||
JSON_ABI_ERROR = "abi-main-method-missing", | ||
TYPE_ID_NOT_FOUND = "type-id-not-found", | ||
@@ -64,5 +64,4 @@ BIN_FILE_NOT_FOUND = "bin-file-not-found", | ||
SCRIPT_REVERTED = "script-reverted", | ||
SCRIPT_RETURN_INVALID_TYPE = "script-return-invalid-type", | ||
FUEL_NODE_ERROR = "fuel-node-error" | ||
SCRIPT_RETURN_INVALID_TYPE = "script-return-invalid-type" | ||
} | ||
//# sourceMappingURL=error-codes.d.ts.map |
@@ -43,3 +43,3 @@ "use strict"; | ||
ErrorCode2["INVALID_DECODE_VALUE"] = "invalid-decode-value"; | ||
ErrorCode2["JSON_ABI_ERROR"] = "json-abi-error"; | ||
ErrorCode2["JSON_ABI_ERROR"] = "abi-main-method-missing"; | ||
ErrorCode2["TYPE_ID_NOT_FOUND"] = "type-id-not-found"; | ||
@@ -95,3 +95,2 @@ ErrorCode2["BIN_FILE_NOT_FOUND"] = "bin-file-not-found"; | ||
ErrorCode2["SCRIPT_RETURN_INVALID_TYPE"] = "script-return-invalid-type"; | ||
ErrorCode2["FUEL_NODE_ERROR"] = "fuel-node-error"; | ||
return ErrorCode2; | ||
@@ -98,0 +97,0 @@ })(ErrorCode || {}); |
@@ -25,3 +25,3 @@ "use strict"; | ||
ErrorCode2["INVALID_DECODE_VALUE"] = "invalid-decode-value"; | ||
ErrorCode2["JSON_ABI_ERROR"] = "json-abi-error"; | ||
ErrorCode2["JSON_ABI_ERROR"] = "abi-main-method-missing"; | ||
ErrorCode2["TYPE_ID_NOT_FOUND"] = "type-id-not-found"; | ||
@@ -77,3 +77,2 @@ ErrorCode2["BIN_FILE_NOT_FOUND"] = "bin-file-not-found"; | ||
ErrorCode2["SCRIPT_RETURN_INVALID_TYPE"] = "script-return-invalid-type"; | ||
ErrorCode2["FUEL_NODE_ERROR"] = "fuel-node-error"; | ||
return ErrorCode2; | ||
@@ -80,0 +79,0 @@ })(ErrorCode || {}); |
@@ -50,3 +50,3 @@ "use strict"; | ||
ErrorCode2["INVALID_DECODE_VALUE"] = "invalid-decode-value"; | ||
ErrorCode2["JSON_ABI_ERROR"] = "json-abi-error"; | ||
ErrorCode2["JSON_ABI_ERROR"] = "abi-main-method-missing"; | ||
ErrorCode2["TYPE_ID_NOT_FOUND"] = "type-id-not-found"; | ||
@@ -102,3 +102,2 @@ ErrorCode2["BIN_FILE_NOT_FOUND"] = "bin-file-not-found"; | ||
ErrorCode2["SCRIPT_RETURN_INVALID_TYPE"] = "script-return-invalid-type"; | ||
ErrorCode2["FUEL_NODE_ERROR"] = "fuel-node-error"; | ||
return ErrorCode2; | ||
@@ -105,0 +104,0 @@ })(ErrorCode || {}); |
{ | ||
"name": "@fuel-ts/errors", | ||
"version": "0.0.0-pr-1291-20231011100332", | ||
"version": "0.0.0-pr-1291-20231011113111", | ||
"description": "Error class and error codes that the fuels-ts library throws", | ||
@@ -33,3 +33,3 @@ "author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)", | ||
"dependencies": { | ||
"@fuel-ts/versions": "0.0.0-pr-1291-20231011100332" | ||
"@fuel-ts/versions": "0.0.0-pr-1291-20231011113111" | ||
}, | ||
@@ -36,0 +36,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
315607
3129
+ Added@fuel-ts/versions@0.0.0-pr-1291-20231011113111(transitive)
- Removed@fuel-ts/versions@0.0.0-pr-1291-20231011100332(transitive)