@grpc.ts/fastify-server
Advanced tools
Comparing version 1.1.3 to 1.1.4
import type { FastifyPluginAsync } from 'fastify'; | ||
import type { IGrpcServerProps } from '@grpc.ts/core/lib/interface'; | ||
export { createServer, GrpcTimestamp, StatusBuilder, createMetadata, createSecureContext, dateToGrpcTimestamp, grpcTimestampToDate, type Timestamp, type StatusObject, type ServiceError, type TUnaryCallback, type ServerUnaryCall, } from '@grpc.ts/core'; | ||
declare const _default: FastifyPluginAsync<IGrpcServerProps, import("fastify").RawServerDefault, import("fastify").FastifyTypeProviderDefault>; | ||
export { createServer, GrpcTimestamp, StatusBuilder, createMetadata, ServerCredentials, createSecureContext, dateToGrpcTimestamp, grpcTimestampToDate, type Timestamp, type StatusObject, type ServiceError, type TUnaryCallback, type ServerUnaryCall, } from '@grpc.ts/core'; | ||
declare const _default: FastifyPluginAsync<IGrpcServerProps>; | ||
export default _default; | ||
@@ -6,0 +6,0 @@ import type { Server } from '@grpc.ts/core/node_modules/@grpc/grpc-js'; |
{ | ||
"name": "@grpc.ts/fastify-server", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"license": "MIT", | ||
@@ -36,9 +36,9 @@ "directories": { | ||
"dependencies": { | ||
"fastify-plugin": "^4.5.0", | ||
"@grpc.ts/core": "1.1.4" | ||
"fastify-plugin": "^4.5.1", | ||
"@grpc.ts/core": "1.1.5" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.2.5", | ||
"fastify": "^4.17.0", | ||
"fastify-tsconfig": "^1.0.1", | ||
"@types/node": "^20.11.25", | ||
"fastify": "^4.26.2", | ||
"fastify-tsconfig": "^2.0.0", | ||
"@grpc.ts/server-commons": "1.0.0" | ||
@@ -45,0 +45,0 @@ }, |
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
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
9643
158
+ Added@grpc.ts/core@1.1.5(transitive)
- Removed@grpc.ts/core@1.1.4(transitive)
Updated@grpc.ts/core@1.1.5
Updatedfastify-plugin@^4.5.1