nice-grpc-error-details
Advanced tools
Comparing version 0.2.6 to 0.2.7
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.encodeErrorDetails = exports.decodeErrorDetails = void 0; | ||
exports.decodeErrorDetails = decodeErrorDetails; | ||
exports.encodeErrorDetails = encodeErrorDetails; | ||
const error_details_1 = require("./proto/google/rpc/error_details"); | ||
@@ -31,3 +32,2 @@ const any_1 = require("./proto/google/protobuf/any"); | ||
} | ||
exports.decodeErrorDetails = decodeErrorDetails; | ||
/* @internal */ | ||
@@ -49,3 +49,2 @@ function encodeErrorDetails(details) { | ||
} | ||
exports.encodeErrorDetails = encodeErrorDetails; | ||
//# sourceMappingURL=ErrorDetails.js.map |
{ | ||
"name": "nice-grpc-error-details", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"description": "gRPC rich error model implementation for nice-grpc", | ||
@@ -27,4 +27,4 @@ "repository": "deeplay-io/nice-grpc", | ||
"@tsconfig/recommended": "^1.0.1", | ||
"grpc-tools": "^1.10.0", | ||
"nice-grpc": "^2.1.9", | ||
"grpc-tools": "^1.12.4", | ||
"nice-grpc": "^2.1.10", | ||
"ts-proto": "^1.112.0" | ||
@@ -37,3 +37,3 @@ }, | ||
}, | ||
"gitHead": "706e43411400630c951a391695ca639f2af4d943" | ||
"gitHead": "a164fb1b6dfd0e329da80d00bc9cdcc5bad369de" | ||
} |
Sorry, the diff of this file is not supported yet
179554
3561