@meteorwallet/errors
Advanced tools
Comparing version 0.4.0 to 0.5.0
@@ -1,3 +0,5 @@ | ||
export * from "./MeteorErrorBase"; | ||
export * from "./generic-errors/MeteorErrorUnknown"; | ||
export * from "./subtypes"; | ||
export * from "./error.utils"; | ||
export * from "./MeteorError"; | ||
export * from "./MeteorError.types"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,2 +0,4 @@ | ||
export * from "./MeteorErrorBase"; | ||
export * from "./generic-errors/MeteorErrorUnknown"; | ||
export * from "./subtypes"; | ||
export * from "./error.utils"; | ||
export * from "./MeteorError"; | ||
export * from "./MeteorError.types"; |
{ | ||
"name": "@meteorwallet/errors", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "Error handling for Meteor Wallet", | ||
@@ -27,3 +27,3 @@ "files": [ | ||
"dependencies": { | ||
"@meteorwallet/utils": "0.4.0" | ||
"@meteorwallet/utils": "0.5.0" | ||
}, | ||
@@ -30,0 +30,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
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
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
20358
27
371
+ Added@meteorwallet/utils@0.5.0(transitive)
- Removed@meteorwallet/utils@0.4.0(transitive)
Updated@meteorwallet/utils@0.5.0