@fuel-ts/errors
Advanced tools
Comparing version 0.0.0-next-20241121172727 to 0.0.0-next-20241122073821
@@ -25,2 +25,6 @@ /** | ||
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", | ||
@@ -27,0 +31,0 @@ INVALID_EVM_ADDRESS = "invalid-evm-address", |
{ | ||
"name": "@fuel-ts/errors", | ||
"version": "0.0.0-next-20241121172727", | ||
"version": "0.0.0-next-20241122073821", | ||
"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-20241121172727" | ||
"@fuel-ts/versions": "0.0.0-next-20241122073821" | ||
}, | ||
@@ -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
131654
1029
+ Added@fuel-ts/versions@0.0.0-next-20241122073821(transitive)
- Removed@fuel-ts/versions@0.0.0-next-20241121172727(transitive)