@fuel-ts/errors
Advanced tools
Comparing version 0.0.0-next-20250117151738 to 0.0.0-next-20250129224102
@@ -85,2 +85,3 @@ /** | ||
UNLOCKED_WALLET_REQUIRED = "unlocked-wallet-required", | ||
NUMBER_TOO_BIG = "number-too-big", | ||
ERROR_BUILDING_BLOCK_EXPLORER_URL = "error-building-block-explorer-url", | ||
@@ -87,0 +88,0 @@ VITEPRESS_PLUGIN_ERROR = "vitepress-plugin-error", |
@@ -91,2 +91,3 @@ "use strict"; | ||
ErrorCode2["UNLOCKED_WALLET_REQUIRED"] = "unlocked-wallet-required"; | ||
ErrorCode2["NUMBER_TOO_BIG"] = "number-too-big"; | ||
ErrorCode2["ERROR_BUILDING_BLOCK_EXPLORER_URL"] = "error-building-block-explorer-url"; | ||
@@ -105,4 +106,4 @@ ErrorCode2["VITEPRESS_PLUGIN_ERROR"] = "vitepress-plugin-error"; | ||
return { | ||
FORC: "0.66.5", | ||
FUEL_CORE: "0.40.2", | ||
FORC: "0.66.6", | ||
FUEL_CORE: "0.40.4", | ||
FUELS: "0.98.0" | ||
@@ -109,0 +110,0 @@ }; |
@@ -114,2 +114,3 @@ "use strict"; | ||
ErrorCode2["UNLOCKED_WALLET_REQUIRED"] = "unlocked-wallet-required"; | ||
ErrorCode2["NUMBER_TOO_BIG"] = "number-too-big"; | ||
ErrorCode2["ERROR_BUILDING_BLOCK_EXPLORER_URL"] = "error-building-block-explorer-url"; | ||
@@ -116,0 +117,0 @@ ErrorCode2["VITEPRESS_PLUGIN_ERROR"] = "vitepress-plugin-error"; |
@@ -96,2 +96,3 @@ "use strict"; | ||
ErrorCode2["UNLOCKED_WALLET_REQUIRED"] = "unlocked-wallet-required"; | ||
ErrorCode2["NUMBER_TOO_BIG"] = "number-too-big"; | ||
ErrorCode2["ERROR_BUILDING_BLOCK_EXPLORER_URL"] = "error-building-block-explorer-url"; | ||
@@ -98,0 +99,0 @@ ErrorCode2["VITEPRESS_PLUGIN_ERROR"] = "vitepress-plugin-error"; |
@@ -121,2 +121,3 @@ "use strict"; | ||
ErrorCode2["UNLOCKED_WALLET_REQUIRED"] = "unlocked-wallet-required"; | ||
ErrorCode2["NUMBER_TOO_BIG"] = "number-too-big"; | ||
ErrorCode2["ERROR_BUILDING_BLOCK_EXPLORER_URL"] = "error-building-block-explorer-url"; | ||
@@ -123,0 +124,0 @@ ErrorCode2["VITEPRESS_PLUGIN_ERROR"] = "vitepress-plugin-error"; |
{ | ||
"name": "@fuel-ts/errors", | ||
"version": "0.0.0-next-20250117151738", | ||
"version": "0.0.0-next-20250129224102", | ||
"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-20250117151738" | ||
"@fuel-ts/versions": "0.0.0-next-20250129224102" | ||
}, | ||
@@ -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
131702
1039
+ Added@fuel-ts/versions@0.0.0-next-20250129224102(transitive)
- Removed@fuel-ts/versions@0.0.0-next-20250117151738(transitive)