@fuel-ts/errors
Advanced tools
Comparing version 0.0.0-pr-3318-20241013171303 to 0.0.0-pr-3352-20241022091546
@@ -74,2 +74,3 @@ /** | ||
MAX_OUTPUTS_EXCEEDED = "max-outputs-exceeded", | ||
MAX_COINS_REACHED = "max-coins-reached", | ||
INVALID_RECEIPT_TYPE = "invalid-receipt-type", | ||
@@ -76,0 +77,0 @@ INVALID_WORD_LIST = "invalid-word-list", |
@@ -80,2 +80,3 @@ "use strict"; | ||
ErrorCode2["MAX_OUTPUTS_EXCEEDED"] = "max-outputs-exceeded"; | ||
ErrorCode2["MAX_COINS_REACHED"] = "max-coins-reached"; | ||
ErrorCode2["INVALID_RECEIPT_TYPE"] = "invalid-receipt-type"; | ||
@@ -103,5 +104,5 @@ ErrorCode2["INVALID_WORD_LIST"] = "invalid-word-list"; | ||
return { | ||
FORC: "0.65.2", | ||
FUEL_CORE: "0.38.0", | ||
FUELS: "0.96.0" | ||
FORC: "0.66.2", | ||
FUEL_CORE: "0.40.0", | ||
FUELS: "0.96.1" | ||
}; | ||
@@ -108,0 +109,0 @@ } |
@@ -103,2 +103,3 @@ "use strict"; | ||
ErrorCode2["MAX_OUTPUTS_EXCEEDED"] = "max-outputs-exceeded"; | ||
ErrorCode2["MAX_COINS_REACHED"] = "max-coins-reached"; | ||
ErrorCode2["INVALID_RECEIPT_TYPE"] = "invalid-receipt-type"; | ||
@@ -105,0 +106,0 @@ ErrorCode2["INVALID_WORD_LIST"] = "invalid-word-list"; |
@@ -85,2 +85,3 @@ "use strict"; | ||
ErrorCode2["MAX_OUTPUTS_EXCEEDED"] = "max-outputs-exceeded"; | ||
ErrorCode2["MAX_COINS_REACHED"] = "max-coins-reached"; | ||
ErrorCode2["INVALID_RECEIPT_TYPE"] = "invalid-receipt-type"; | ||
@@ -87,0 +88,0 @@ ErrorCode2["INVALID_WORD_LIST"] = "invalid-word-list"; |
@@ -110,2 +110,3 @@ "use strict"; | ||
ErrorCode2["MAX_OUTPUTS_EXCEEDED"] = "max-outputs-exceeded"; | ||
ErrorCode2["MAX_COINS_REACHED"] = "max-coins-reached"; | ||
ErrorCode2["INVALID_RECEIPT_TYPE"] = "invalid-receipt-type"; | ||
@@ -112,0 +113,0 @@ ErrorCode2["INVALID_WORD_LIST"] = "invalid-word-list"; |
{ | ||
"name": "@fuel-ts/errors", | ||
"version": "0.0.0-pr-3318-20241013171303", | ||
"version": "0.0.0-pr-3352-20241022091546", | ||
"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-3318-20241013171303" | ||
"@fuel-ts/versions": "0.0.0-pr-3352-20241022091546" | ||
}, | ||
@@ -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
130204
1025
+ Added@fuel-ts/versions@0.0.0-pr-3352-20241022091546(transitive)
- Removed@fuel-ts/versions@0.0.0-pr-3318-20241013171303(transitive)