grpc-rich-error-model
Advanced tools
Comparing version 0.0.14-beta.3 to 0.0.14-beta.4
@@ -6,3 +6,3 @@ import { Metadata, status } from '@grpc/grpc-js'; | ||
import { assertNever } from './assertions'; | ||
import jsonDescriptor from './protos/bundle.json' assert { type: 'json' }; | ||
import jsonDescriptor from './protos/bundle.json'; | ||
// Seems there is an error with the types but it works when casted. | ||
@@ -9,0 +9,0 @@ const root = protobuf.Root.fromJSON(jsonDescriptor); |
@@ -6,3 +6,3 @@ { | ||
"type": "module", | ||
"version": "0.0.14-beta.3", | ||
"version": "0.0.14-beta.4", | ||
"author": { | ||
@@ -9,0 +9,0 @@ "name": "Oleg Gaydarenko", |
@@ -14,3 +14,3 @@ import { Metadata, status, StatusObject } from '@grpc/grpc-js'; | ||
import jsonDescriptor from './protos/bundle.json' assert { type: 'json' }; | ||
import jsonDescriptor from './protos/bundle.json'; | ||
@@ -17,0 +17,0 @@ // Seems there is an error with the types but it works when casted. |
Sorry, the diff of this file is not supported yet
85276