@fuel-ts/errors
Advanced tools
Comparing version 0.0.0-pr-3554-20250106201303 to 0.0.0-pr-3579-20250113101939
@@ -25,2 +25,3 @@ /** | ||
WORKSPACE_NOT_DETECTED = "workspace-not-detected", | ||
INVALID_ADDRESS = "invalid-address", | ||
INVALID_EVM_ADDRESS = "invalid-evm-address", | ||
@@ -75,2 +76,3 @@ INVALID_B256_ADDRESS = "invalid-b256-address", | ||
MAX_COINS_REACHED = "max-coins-reached", | ||
ASSET_BURN_DETECTED = "asset-burn-detected", | ||
INVALID_RECEIPT_TYPE = "invalid-receipt-type", | ||
@@ -77,0 +79,0 @@ INVALID_WORD_LIST = "invalid-word-list", |
@@ -32,2 +32,3 @@ "use strict"; | ||
ErrorCode2["WORKSPACE_NOT_DETECTED"] = "workspace-not-detected"; | ||
ErrorCode2["INVALID_ADDRESS"] = "invalid-address"; | ||
ErrorCode2["INVALID_EVM_ADDRESS"] = "invalid-evm-address"; | ||
@@ -81,2 +82,3 @@ ErrorCode2["INVALID_B256_ADDRESS"] = "invalid-b256-address"; | ||
ErrorCode2["MAX_COINS_REACHED"] = "max-coins-reached"; | ||
ErrorCode2["ASSET_BURN_DETECTED"] = "asset-burn-detected"; | ||
ErrorCode2["INVALID_RECEIPT_TYPE"] = "invalid-receipt-type"; | ||
@@ -106,3 +108,3 @@ ErrorCode2["INVALID_WORD_LIST"] = "invalid-word-list"; | ||
FUEL_CORE: "0.40.2", | ||
FUELS: "0.97.2" | ||
FUELS: "0.98.0" | ||
}; | ||
@@ -109,0 +111,0 @@ } |
@@ -55,2 +55,3 @@ "use strict"; | ||
ErrorCode2["WORKSPACE_NOT_DETECTED"] = "workspace-not-detected"; | ||
ErrorCode2["INVALID_ADDRESS"] = "invalid-address"; | ||
ErrorCode2["INVALID_EVM_ADDRESS"] = "invalid-evm-address"; | ||
@@ -104,2 +105,3 @@ ErrorCode2["INVALID_B256_ADDRESS"] = "invalid-b256-address"; | ||
ErrorCode2["MAX_COINS_REACHED"] = "max-coins-reached"; | ||
ErrorCode2["ASSET_BURN_DETECTED"] = "asset-burn-detected"; | ||
ErrorCode2["INVALID_RECEIPT_TYPE"] = "invalid-receipt-type"; | ||
@@ -106,0 +108,0 @@ ErrorCode2["INVALID_WORD_LIST"] = "invalid-word-list"; |
@@ -37,2 +37,3 @@ "use strict"; | ||
ErrorCode2["WORKSPACE_NOT_DETECTED"] = "workspace-not-detected"; | ||
ErrorCode2["INVALID_ADDRESS"] = "invalid-address"; | ||
ErrorCode2["INVALID_EVM_ADDRESS"] = "invalid-evm-address"; | ||
@@ -86,2 +87,3 @@ ErrorCode2["INVALID_B256_ADDRESS"] = "invalid-b256-address"; | ||
ErrorCode2["MAX_COINS_REACHED"] = "max-coins-reached"; | ||
ErrorCode2["ASSET_BURN_DETECTED"] = "asset-burn-detected"; | ||
ErrorCode2["INVALID_RECEIPT_TYPE"] = "invalid-receipt-type"; | ||
@@ -88,0 +90,0 @@ ErrorCode2["INVALID_WORD_LIST"] = "invalid-word-list"; |
@@ -62,2 +62,3 @@ "use strict"; | ||
ErrorCode2["WORKSPACE_NOT_DETECTED"] = "workspace-not-detected"; | ||
ErrorCode2["INVALID_ADDRESS"] = "invalid-address"; | ||
ErrorCode2["INVALID_EVM_ADDRESS"] = "invalid-evm-address"; | ||
@@ -111,2 +112,3 @@ ErrorCode2["INVALID_B256_ADDRESS"] = "invalid-b256-address"; | ||
ErrorCode2["MAX_COINS_REACHED"] = "max-coins-reached"; | ||
ErrorCode2["ASSET_BURN_DETECTED"] = "asset-burn-detected"; | ||
ErrorCode2["INVALID_RECEIPT_TYPE"] = "invalid-receipt-type"; | ||
@@ -113,0 +115,0 @@ ErrorCode2["INVALID_WORD_LIST"] = "invalid-word-list"; |
{ | ||
"name": "@fuel-ts/errors", | ||
"version": "0.0.0-pr-3554-20250106201303", | ||
"version": "0.0.0-pr-3579-20250113101939", | ||
"description": "Error class and error codes that the fuels-ts library throws", | ||
@@ -36,3 +36,3 @@ "author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)", | ||
"dependencies": { | ||
"@fuel-ts/versions": "0.0.0-pr-3554-20250106201303" | ||
"@fuel-ts/versions": "0.0.0-pr-3579-20250113101939" | ||
}, | ||
@@ -39,0 +39,0 @@ "scripts": { |
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
Sorry, the diff of this file is not supported yet
130903
1032
+ Added@fuel-ts/versions@0.0.0-pr-3579-20250113101939(transitive)
- Removed@fuel-ts/versions@0.0.0-pr-3554-20250106201303(transitive)