@injectivelabs/exceptions
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -1,8 +0,4 @@ | ||
export * from './web3'; | ||
export * from './http'; | ||
export * from './contract'; | ||
export * from './grpc'; | ||
export * from './exchange'; | ||
export * from './block-not-found'; | ||
export * from './tx-not-found'; | ||
export * from './exceptions'; | ||
export * from './exception'; | ||
export * from './types'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -17,9 +17,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./web3"), exports); | ||
__exportStar(require("./http"), exports); | ||
__exportStar(require("./contract"), exports); | ||
__exportStar(require("./grpc"), exports); | ||
__exportStar(require("./exchange"), exports); | ||
__exportStar(require("./block-not-found"), exports); | ||
__exportStar(require("./tx-not-found"), exports); | ||
__exportStar(require("./exceptions"), exports); | ||
__exportStar(require("./exception"), exports); | ||
__exportStar(require("./types"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@injectivelabs/exceptions", | ||
"description": "List of exceptions that can be reused throughout Injective's projects.", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"license": "MIT", | ||
@@ -34,7 +34,9 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@improbable-eng/grpc-web": "^0.15.0", | ||
"@injectivelabs/ts-types": "^1.0.13", | ||
"http-status-codes": "^2.2.0", | ||
"link-module-alias": "^1.2.0", | ||
"shx": "^0.3.2" | ||
}, | ||
"gitHead": "ce548dc2f7607bf294f26e1450d045d4a80873c2" | ||
"gitHead": "5a033203539ec8004e6ae719dc711e713b751706" | ||
} |
Sorry, the diff of this file is not supported yet
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
80980
67
1058
5
1
+ Addedhttp-status-codes@^2.2.0
+ Added@improbable-eng/grpc-web@0.15.0(transitive)
+ Addedbrowser-headers@0.4.1(transitive)
+ Addedgoogle-protobuf@3.21.4(transitive)
+ Addedhttp-status-codes@2.3.0(transitive)