@fuel-ts/errors
Advanced tools
Comparing version 0.0.0-pr-3504-20241227154428 to 0.0.0-pr-3504-20250102160454
@@ -25,7 +25,2 @@ /** | ||
WORKSPACE_NOT_DETECTED = "workspace-not-detected", | ||
/** | ||
* @deprecated | ||
* Type `Bech32Address` is now deprecated, as is this constant. Use `B256` addresses instead. ([help](https://docs.fuel.network/docs/specs/abi/argument-encoding/#b256)) | ||
*/ | ||
INVALID_BECH32_ADDRESS = "invalid-bech32-address", | ||
INVALID_EVM_ADDRESS = "invalid-evm-address", | ||
@@ -32,0 +27,0 @@ INVALID_B256_ADDRESS = "invalid-b256-address", |
@@ -32,3 +32,2 @@ "use strict"; | ||
ErrorCode2["WORKSPACE_NOT_DETECTED"] = "workspace-not-detected"; | ||
ErrorCode2["INVALID_BECH32_ADDRESS"] = "invalid-bech32-address"; | ||
ErrorCode2["INVALID_EVM_ADDRESS"] = "invalid-evm-address"; | ||
@@ -35,0 +34,0 @@ ErrorCode2["INVALID_B256_ADDRESS"] = "invalid-b256-address"; |
@@ -55,3 +55,2 @@ "use strict"; | ||
ErrorCode2["WORKSPACE_NOT_DETECTED"] = "workspace-not-detected"; | ||
ErrorCode2["INVALID_BECH32_ADDRESS"] = "invalid-bech32-address"; | ||
ErrorCode2["INVALID_EVM_ADDRESS"] = "invalid-evm-address"; | ||
@@ -58,0 +57,0 @@ ErrorCode2["INVALID_B256_ADDRESS"] = "invalid-b256-address"; |
@@ -37,3 +37,2 @@ "use strict"; | ||
ErrorCode2["WORKSPACE_NOT_DETECTED"] = "workspace-not-detected"; | ||
ErrorCode2["INVALID_BECH32_ADDRESS"] = "invalid-bech32-address"; | ||
ErrorCode2["INVALID_EVM_ADDRESS"] = "invalid-evm-address"; | ||
@@ -40,0 +39,0 @@ ErrorCode2["INVALID_B256_ADDRESS"] = "invalid-b256-address"; |
@@ -62,3 +62,2 @@ "use strict"; | ||
ErrorCode2["WORKSPACE_NOT_DETECTED"] = "workspace-not-detected"; | ||
ErrorCode2["INVALID_BECH32_ADDRESS"] = "invalid-bech32-address"; | ||
ErrorCode2["INVALID_EVM_ADDRESS"] = "invalid-evm-address"; | ||
@@ -65,0 +64,0 @@ ErrorCode2["INVALID_B256_ADDRESS"] = "invalid-b256-address"; |
{ | ||
"name": "@fuel-ts/errors", | ||
"version": "0.0.0-pr-3504-20241227154428", | ||
"version": "0.0.0-pr-3504-20250102160454", | ||
"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-3504-20241227154428" | ||
"@fuel-ts/versions": "0.0.0-pr-3504-20250102160454" | ||
}, | ||
@@ -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
129255
26320
1018
0
+ Added@fuel-ts/versions@0.0.0-pr-3504-20250102160454(transitive)
- Removed@fuel-ts/versions@0.0.0-pr-3504-20241227154428(transitive)