@grpc.ts/fastify-server
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -1,7 +0,4 @@ | ||
import { type IServerProps } from '@grpc.ts/core'; | ||
import type { FastifyPluginAsync } from 'fastify'; | ||
import type { IGrpcServerProps } from '@grpc.ts/core/lib/interface'; | ||
export { createServer, GrpcTimestamp, createMetadata, createSecureContext, dateToGrpcTimestamp, grpcTimestampToDate, } from '@grpc.ts/core'; | ||
export interface IGrpcServerProps extends IServerProps { | ||
serverName?: string; | ||
} | ||
declare const _default: FastifyPluginAsync<IGrpcServerProps, import("fastify").RawServerDefault, import("fastify").FastifyTypeProviderDefault>; | ||
@@ -8,0 +5,0 @@ export default _default; |
@@ -1,2 +0,2 @@ | ||
import type { IServerObjProps } from '@grpc.ts/core'; | ||
export type TGetServerFunc = (serverName?: string) => IServerObjProps; | ||
import type { IServerWrapperProps } from '@grpc.ts/core'; | ||
export type TGetServerFunc = (serverName?: string) => IServerWrapperProps; |
{ | ||
"name": "@grpc.ts/fastify-server", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"license": "MIT", | ||
@@ -37,3 +37,3 @@ "directories": { | ||
"fastify-plugin": "^4.5.0", | ||
"@grpc.ts/core": "1.0.0" | ||
"@grpc.ts/core": "1.1.0" | ||
}, | ||
@@ -43,3 +43,4 @@ "devDependencies": { | ||
"fastify": "^4.15.0", | ||
"fastify-tsconfig": "^1.0.1" | ||
"fastify-tsconfig": "^1.0.1", | ||
"@grpc.ts/server-commons": "1.0.0" | ||
}, | ||
@@ -46,0 +47,0 @@ "publishConfig": { |
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
8891
4
7
138
+ Added@grpc.ts/core@1.1.0(transitive)
- Removed@grpc.ts/core@1.0.0(transitive)
Updated@grpc.ts/core@1.1.0