@fuel-ts/errors
Advanced tools
Comparing version 0.0.0-pr-3487-20241231120641 to 0.0.0-pr-3487-20250109192939
@@ -25,7 +25,3 @@ /** | ||
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_ADDRESS = "invalid-address", | ||
INVALID_EVM_ADDRESS = "invalid-evm-address", | ||
@@ -32,0 +28,0 @@ INVALID_B256_ADDRESS = "invalid-b256-address", |
@@ -32,3 +32,3 @@ "use strict"; | ||
ErrorCode2["WORKSPACE_NOT_DETECTED"] = "workspace-not-detected"; | ||
ErrorCode2["INVALID_BECH32_ADDRESS"] = "invalid-bech32-address"; | ||
ErrorCode2["INVALID_ADDRESS"] = "invalid-address"; | ||
ErrorCode2["INVALID_EVM_ADDRESS"] = "invalid-evm-address"; | ||
@@ -105,3 +105,3 @@ ErrorCode2["INVALID_B256_ADDRESS"] = "invalid-b256-address"; | ||
FORC: "0.66.5", | ||
FUEL_CORE: "0.40.1", | ||
FUEL_CORE: "0.40.2", | ||
FUELS: "0.97.2" | ||
@@ -108,0 +108,0 @@ }; |
@@ -55,3 +55,3 @@ "use strict"; | ||
ErrorCode2["WORKSPACE_NOT_DETECTED"] = "workspace-not-detected"; | ||
ErrorCode2["INVALID_BECH32_ADDRESS"] = "invalid-bech32-address"; | ||
ErrorCode2["INVALID_ADDRESS"] = "invalid-address"; | ||
ErrorCode2["INVALID_EVM_ADDRESS"] = "invalid-evm-address"; | ||
@@ -58,0 +58,0 @@ ErrorCode2["INVALID_B256_ADDRESS"] = "invalid-b256-address"; |
@@ -37,3 +37,3 @@ "use strict"; | ||
ErrorCode2["WORKSPACE_NOT_DETECTED"] = "workspace-not-detected"; | ||
ErrorCode2["INVALID_BECH32_ADDRESS"] = "invalid-bech32-address"; | ||
ErrorCode2["INVALID_ADDRESS"] = "invalid-address"; | ||
ErrorCode2["INVALID_EVM_ADDRESS"] = "invalid-evm-address"; | ||
@@ -40,0 +40,0 @@ ErrorCode2["INVALID_B256_ADDRESS"] = "invalid-b256-address"; |
@@ -62,3 +62,3 @@ "use strict"; | ||
ErrorCode2["WORKSPACE_NOT_DETECTED"] = "workspace-not-detected"; | ||
ErrorCode2["INVALID_BECH32_ADDRESS"] = "invalid-bech32-address"; | ||
ErrorCode2["INVALID_ADDRESS"] = "invalid-address"; | ||
ErrorCode2["INVALID_EVM_ADDRESS"] = "invalid-evm-address"; | ||
@@ -65,0 +65,0 @@ ErrorCode2["INVALID_B256_ADDRESS"] = "invalid-b256-address"; |
{ | ||
"name": "@fuel-ts/errors", | ||
"version": "0.0.0-pr-3487-20241231120641", | ||
"version": "0.0.0-pr-3487-20250109192939", | ||
"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-3487-20241231120641" | ||
"@fuel-ts/versions": "0.0.0-pr-3487-20250109192939" | ||
}, | ||
@@ -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
130020
1025
+ Added@fuel-ts/versions@0.0.0-pr-3487-20250109192939(transitive)
- Removed@fuel-ts/versions@0.0.0-pr-3487-20241231120641(transitive)