@fuel-ts/errors
Advanced tools
Comparing version 0.0.0-pr-1297-20230926203215 to 0.0.0-pr-1338-20231012112423
@@ -13,3 +13,3 @@ /** | ||
INVALID_DECODE_VALUE = "invalid-decode-value", | ||
JSON_ABI_ERROR = "json-abi-error", | ||
JSON_ABI_ERROR = "abi-main-method-missing", | ||
TYPE_ID_NOT_FOUND = "type-id-not-found", | ||
@@ -20,2 +20,3 @@ BIN_FILE_NOT_FOUND = "bin-file-not-found", | ||
INVALID_BECH32_ADDRESS = "invalid-bech32-address", | ||
INVALID_EVM_ADDRESS = "invalid-evm-address", | ||
INVALID_URL = "invalid-url", | ||
@@ -60,8 +61,8 @@ CHAIN_INFO_CACHE_EMPTY = "chain-info-cache-empty", | ||
ERROR_BUILDING_BLOCK_EXPLORER_URL = "error-building-block-explorer-url", | ||
UNSUPPORTED_FUEL_CLIENT_VERSION = "unsupported-fuel-client-version", | ||
VITEPRESS_PLUGIN_ERROR = "vitepress-plugin-error", | ||
INVALID_MULTICALL = "invalid-multicall", | ||
SCRIPT_REVERTED = "script-reverted", | ||
SCRIPT_RETURN_INVALID_TYPE = "script-return-invalid-type", | ||
FUEL_NODE_ERROR = "fuel-node-error" | ||
SCRIPT_RETURN_INVALID_TYPE = "script-return-invalid-type" | ||
} | ||
//# sourceMappingURL=error-codes.d.ts.map |
@@ -43,3 +43,3 @@ "use strict"; | ||
ErrorCode2["INVALID_DECODE_VALUE"] = "invalid-decode-value"; | ||
ErrorCode2["JSON_ABI_ERROR"] = "json-abi-error"; | ||
ErrorCode2["JSON_ABI_ERROR"] = "abi-main-method-missing"; | ||
ErrorCode2["TYPE_ID_NOT_FOUND"] = "type-id-not-found"; | ||
@@ -50,2 +50,3 @@ ErrorCode2["BIN_FILE_NOT_FOUND"] = "bin-file-not-found"; | ||
ErrorCode2["INVALID_BECH32_ADDRESS"] = "invalid-bech32-address"; | ||
ErrorCode2["INVALID_EVM_ADDRESS"] = "invalid-evm-address"; | ||
ErrorCode2["INVALID_URL"] = "invalid-url"; | ||
@@ -90,2 +91,3 @@ ErrorCode2["CHAIN_INFO_CACHE_EMPTY"] = "chain-info-cache-empty"; | ||
ErrorCode2["ERROR_BUILDING_BLOCK_EXPLORER_URL"] = "error-building-block-explorer-url"; | ||
ErrorCode2["UNSUPPORTED_FUEL_CLIENT_VERSION"] = "unsupported-fuel-client-version"; | ||
ErrorCode2["VITEPRESS_PLUGIN_ERROR"] = "vitepress-plugin-error"; | ||
@@ -95,3 +97,2 @@ ErrorCode2["INVALID_MULTICALL"] = "invalid-multicall"; | ||
ErrorCode2["SCRIPT_RETURN_INVALID_TYPE"] = "script-return-invalid-type"; | ||
ErrorCode2["FUEL_NODE_ERROR"] = "fuel-node-error"; | ||
return ErrorCode2; | ||
@@ -98,0 +99,0 @@ })(ErrorCode || {}); |
@@ -25,3 +25,3 @@ "use strict"; | ||
ErrorCode2["INVALID_DECODE_VALUE"] = "invalid-decode-value"; | ||
ErrorCode2["JSON_ABI_ERROR"] = "json-abi-error"; | ||
ErrorCode2["JSON_ABI_ERROR"] = "abi-main-method-missing"; | ||
ErrorCode2["TYPE_ID_NOT_FOUND"] = "type-id-not-found"; | ||
@@ -32,2 +32,3 @@ ErrorCode2["BIN_FILE_NOT_FOUND"] = "bin-file-not-found"; | ||
ErrorCode2["INVALID_BECH32_ADDRESS"] = "invalid-bech32-address"; | ||
ErrorCode2["INVALID_EVM_ADDRESS"] = "invalid-evm-address"; | ||
ErrorCode2["INVALID_URL"] = "invalid-url"; | ||
@@ -72,2 +73,3 @@ ErrorCode2["CHAIN_INFO_CACHE_EMPTY"] = "chain-info-cache-empty"; | ||
ErrorCode2["ERROR_BUILDING_BLOCK_EXPLORER_URL"] = "error-building-block-explorer-url"; | ||
ErrorCode2["UNSUPPORTED_FUEL_CLIENT_VERSION"] = "unsupported-fuel-client-version"; | ||
ErrorCode2["VITEPRESS_PLUGIN_ERROR"] = "vitepress-plugin-error"; | ||
@@ -77,3 +79,2 @@ ErrorCode2["INVALID_MULTICALL"] = "invalid-multicall"; | ||
ErrorCode2["SCRIPT_RETURN_INVALID_TYPE"] = "script-return-invalid-type"; | ||
ErrorCode2["FUEL_NODE_ERROR"] = "fuel-node-error"; | ||
return ErrorCode2; | ||
@@ -80,0 +81,0 @@ })(ErrorCode || {}); |
@@ -50,3 +50,3 @@ "use strict"; | ||
ErrorCode2["INVALID_DECODE_VALUE"] = "invalid-decode-value"; | ||
ErrorCode2["JSON_ABI_ERROR"] = "json-abi-error"; | ||
ErrorCode2["JSON_ABI_ERROR"] = "abi-main-method-missing"; | ||
ErrorCode2["TYPE_ID_NOT_FOUND"] = "type-id-not-found"; | ||
@@ -57,2 +57,3 @@ ErrorCode2["BIN_FILE_NOT_FOUND"] = "bin-file-not-found"; | ||
ErrorCode2["INVALID_BECH32_ADDRESS"] = "invalid-bech32-address"; | ||
ErrorCode2["INVALID_EVM_ADDRESS"] = "invalid-evm-address"; | ||
ErrorCode2["INVALID_URL"] = "invalid-url"; | ||
@@ -97,2 +98,3 @@ ErrorCode2["CHAIN_INFO_CACHE_EMPTY"] = "chain-info-cache-empty"; | ||
ErrorCode2["ERROR_BUILDING_BLOCK_EXPLORER_URL"] = "error-building-block-explorer-url"; | ||
ErrorCode2["UNSUPPORTED_FUEL_CLIENT_VERSION"] = "unsupported-fuel-client-version"; | ||
ErrorCode2["VITEPRESS_PLUGIN_ERROR"] = "vitepress-plugin-error"; | ||
@@ -102,3 +104,2 @@ ErrorCode2["INVALID_MULTICALL"] = "invalid-multicall"; | ||
ErrorCode2["SCRIPT_RETURN_INVALID_TYPE"] = "script-return-invalid-type"; | ||
ErrorCode2["FUEL_NODE_ERROR"] = "fuel-node-error"; | ||
return ErrorCode2; | ||
@@ -105,0 +106,0 @@ })(ErrorCode || {}); |
{ | ||
"name": "@fuel-ts/errors", | ||
"version": "0.0.0-pr-1297-20230926203215", | ||
"version": "0.0.0-pr-1338-20231012112423", | ||
"description": "Error class and error codes that the fuels-ts library throws", | ||
@@ -9,2 +9,7 @@ "author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)", | ||
"types": "dist/index.d.ts", | ||
"engines": { | ||
"node": "^18.14.1", | ||
"pnpm": "^8.1.1" | ||
}, | ||
"packageManager": "pnpm@8.1.1", | ||
"exports": { | ||
@@ -34,3 +39,3 @@ ".": { | ||
"dependencies": { | ||
"@fuel-ts/versions": "0.0.0-pr-1297-20230926203215" | ||
"@fuel-ts/versions": "0.0.0-pr-1338-20231012112423" | ||
}, | ||
@@ -37,0 +42,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
315726
3129
1
+ Added@fuel-ts/versions@0.0.0-pr-1338-20231012112423(transitive)
- Removed@fuel-ts/versions@0.0.0-pr-1297-20230926203215(transitive)