@fuel-ts/errors
Advanced tools
Comparing version 0.0.0-next-20250107120104 to 0.0.0-next-20250107184719
@@ -25,2 +25,3 @@ /** | ||
WORKSPACE_NOT_DETECTED = "workspace-not-detected", | ||
INVALID_ADDRESS = "invalid-address", | ||
INVALID_EVM_ADDRESS = "invalid-evm-address", | ||
@@ -27,0 +28,0 @@ INVALID_B256_ADDRESS = "invalid-b256-address", |
@@ -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"; | ||
@@ -34,0 +35,0 @@ ErrorCode2["INVALID_B256_ADDRESS"] = "invalid-b256-address"; |
@@ -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"; | ||
@@ -57,0 +58,0 @@ ErrorCode2["INVALID_B256_ADDRESS"] = "invalid-b256-address"; |
@@ -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"; | ||
@@ -39,0 +40,0 @@ ErrorCode2["INVALID_B256_ADDRESS"] = "invalid-b256-address"; |
@@ -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"; | ||
@@ -64,0 +65,0 @@ ErrorCode2["INVALID_B256_ADDRESS"] = "invalid-b256-address"; |
{ | ||
"name": "@fuel-ts/errors", | ||
"version": "0.0.0-next-20250107120104", | ||
"version": "0.0.0-next-20250107184719", | ||
"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-next-20250107120104" | ||
"@fuel-ts/versions": "0.0.0-next-20250107184719" | ||
}, | ||
@@ -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
130014
30481
1025
5
+ Added@fuel-ts/versions@0.0.0-next-20250107184719(transitive)
- Removed@fuel-ts/versions@0.0.0-next-20250107120104(transitive)