@fuel-ts/errors
Advanced tools
Comparing version 0.0.0-next-20230925173725 to 0.0.0-next-20230925215535
@@ -22,2 +22,3 @@ /** | ||
NODE_INFO_CACHE_EMPTY = "node-info-cache-empty", | ||
MISSING_PROVIDER = "missing-provider", | ||
INSUFFICIENT_BALANCE = "insufficient-balance", | ||
@@ -24,0 +25,0 @@ WALLET_MANAGER_ERROR = "wallet-manager-error", |
@@ -29,2 +29,3 @@ "use strict"; | ||
ErrorCode2["NODE_INFO_CACHE_EMPTY"] = "node-info-cache-empty"; | ||
ErrorCode2["MISSING_PROVIDER"] = "missing-provider"; | ||
ErrorCode2["INSUFFICIENT_BALANCE"] = "insufficient-balance"; | ||
@@ -31,0 +32,0 @@ ErrorCode2["WALLET_MANAGER_ERROR"] = "wallet-manager-error"; |
@@ -52,2 +52,3 @@ "use strict"; | ||
ErrorCode2["NODE_INFO_CACHE_EMPTY"] = "node-info-cache-empty"; | ||
ErrorCode2["MISSING_PROVIDER"] = "missing-provider"; | ||
ErrorCode2["INSUFFICIENT_BALANCE"] = "insufficient-balance"; | ||
@@ -54,0 +55,0 @@ ErrorCode2["WALLET_MANAGER_ERROR"] = "wallet-manager-error"; |
@@ -34,2 +34,3 @@ "use strict"; | ||
ErrorCode2["NODE_INFO_CACHE_EMPTY"] = "node-info-cache-empty"; | ||
ErrorCode2["MISSING_PROVIDER"] = "missing-provider"; | ||
ErrorCode2["INSUFFICIENT_BALANCE"] = "insufficient-balance"; | ||
@@ -36,0 +37,0 @@ ErrorCode2["WALLET_MANAGER_ERROR"] = "wallet-manager-error"; |
@@ -59,2 +59,3 @@ "use strict"; | ||
ErrorCode2["NODE_INFO_CACHE_EMPTY"] = "node-info-cache-empty"; | ||
ErrorCode2["MISSING_PROVIDER"] = "missing-provider"; | ||
ErrorCode2["INSUFFICIENT_BALANCE"] = "insufficient-balance"; | ||
@@ -61,0 +62,0 @@ ErrorCode2["WALLET_MANAGER_ERROR"] = "wallet-manager-error"; |
{ | ||
"name": "@fuel-ts/errors", | ||
"version": "0.0.0-next-20230925173725", | ||
"version": "0.0.0-next-20230925215535", | ||
"description": "Error class and error codes that the fuels-ts library throws", | ||
@@ -33,3 +33,3 @@ "author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)", | ||
"dependencies": { | ||
"@fuel-ts/versions": "0.0.0-next-20230925173725" | ||
"@fuel-ts/versions": "0.0.0-next-20230925215535" | ||
}, | ||
@@ -36,0 +36,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
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
97264
782
+ Added@fuel-ts/versions@0.0.0-next-20230925215535(transitive)
- Removed@fuel-ts/versions@0.0.0-next-20230925173725(transitive)