@fuel-ts/errors
Advanced tools
Comparing version 0.0.0-pr-3352-20241022103837 to 0.0.0-pr-3428-20241128114024
@@ -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", |
@@ -103,5 +103,5 @@ "use strict"; | ||
return { | ||
FORC: "0.66.2", | ||
FUEL_CORE: "0.40.0", | ||
FUELS: "0.96.1" | ||
FORC: "0.66.4", | ||
FUEL_CORE: "0.40.1", | ||
FUELS: "0.97.0" | ||
}; | ||
@@ -108,0 +108,0 @@ } |
{ | ||
"name": "@fuel-ts/errors", | ||
"version": "0.0.0-pr-3352-20241022103837", | ||
"version": "0.0.0-pr-3428-20241128114024", | ||
"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-3352-20241022103837" | ||
"@fuel-ts/versions": "0.0.0-pr-3428-20241128114024" | ||
}, | ||
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
131660
1029
+ Added@fuel-ts/versions@0.0.0-pr-3428-20241128114024(transitive)
- Removed@fuel-ts/versions@0.0.0-pr-3352-20241022103837(transitive)